• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved Dratini as a starter

DarkLucario

Starting Trainer
So I gathered some info on how to change some things in your Party.dat but modifying chikorita to be dratini looks kinda weird, like it having overgrowth as a dragon type, etc. Does anyone have any info to further help me out? Ill post the current code below:

Code:
{"Pokemon"[147]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[2006]}{"ItemData"[]}{"NickName"[]}{"Level"[5]}{"OT"[39321]}{"Ability"[65]}{"Status"[]}{"Nature"[10]}{"CatchLocation"[Notepad++]}{"CatchTrainer"[Neffy]}{"CatchBall"[1]}{"CatchMethod"[Spawned in.]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[33,35,35]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"HP"[41]}{"EVs"[0,0,0,0,0,0]}{"IVs"[12,19,10,16,11,10]}{"AdditionalData"[]}{"IDValue"[mEIk3kOwqDV]}
 

The Omega Gengar

Content Developer
P3D Developer
Global Moderator
Code for fix:
Code:
{"Pokemon"[147]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[2006]}{"ItemData"[]}{"NickName"[]}{"Level"[5]}{"OT"[39321]}{"Ability"[61]}{"Status"[]}{"Nature"[10]}{"CatchLocation"[Notepad++]}{"CatchTrainer"[Neffy]}{"CatchBall"[1]}{"CatchMethod"[Spawned in.]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[35,20,20]}{"Attack2"[43,30,30]}{"Attack3"[86,20,20]}{"Attack4"[]}{"HP"[41]}{"EVs"[0,0,0,0,0,0]}{"IVs"[12,19,10,16,11,10]}{"AdditionalData"[]}{"IDValue"[mEIk3kOwqDV]}
Code in case you want it with ExtremeSpeed(just a bonus):
Code:
{"Pokemon"[147]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[2006]}{"ItemData"[]}{"NickName"[]}{"Level"[5]}{"OT"[39321]}{"Ability"[61]}{"Status"[]}{"Nature"[10]}{"CatchLocation"[Notepad++]}{"CatchTrainer"[Neffy]}{"CatchBall"[1]}{"CatchMethod"[Spawned in.]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[35,20,20]}{"Attack2"[43,30,30]}{"Attack3"[86,20,20]}{"Attack4"[245,5,5]}{"HP"[41]}{"EVs"[0,0,0,0,0,0]}{"IVs"[12,19,10,16,11,10]}{"AdditionalData"[]}{"IDValue"[mEIk3kOwqDV]}
Enjoy.
 

DarkLucario

Starting Trainer
Code for fix:
Code:
{"Pokemon"[147]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[2006]}{"ItemData"[]}{"NickName"[]}{"Level"[5]}{"OT"[39321]}{"Ability"[61]}{"Status"[]}{"Nature"[10]}{"CatchLocation"[Notepad++]}{"CatchTrainer"[Neffy]}{"CatchBall"[1]}{"CatchMethod"[Spawned in.]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[35,20,20]}{"Attack2"[43,30,30]}{"Attack3"[86,20,20]}{"Attack4"[]}{"HP"[41]}{"EVs"[0,0,0,0,0,0]}{"IVs"[12,19,10,16,11,10]}{"AdditionalData"[]}{"IDValue"[mEIk3kOwqDV]}
Code in case you want it with ExtremeSpeed(just a bonus):
Code:
{"Pokemon"[147]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[2006]}{"ItemData"[]}{"NickName"[]}{"Level"[5]}{"OT"[39321]}{"Ability"[61]}{"Status"[]}{"Nature"[10]}{"CatchLocation"[Notepad++]}{"CatchTrainer"[Neffy]}{"CatchBall"[1]}{"CatchMethod"[Spawned in.]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[35,20,20]}{"Attack2"[43,30,30]}{"Attack3"[86,20,20]}{"Attack4"[245,5,5]}{"HP"[41]}{"EVs"[0,0,0,0,0,0]}{"IVs"[12,19,10,16,11,10]}{"AdditionalData"[]}{"IDValue"[mEIk3kOwqDV]}
Enjoy.
Thanks!
 
Top