Quote:
Originally Posted by Saidai Black
But I am not able to so this command because... i don't know how.
|
I'm assuming you already know the basics of how to use XSE. The command syntax is as follows:
Code:
givepokemon [species] [level] [item] 0x0 0x0 0x0
All inputs are in hex so you will need to convert. Last 3 will always be 0x0.
So to give a meowth (decimal id of 52) with level 20 you and no item:
Code:
givepokemon 0x34 0x14 0x0 0x0 0x0 0x0
This is a great resource for more help with this command. Let me know if you're still confused.