Page 1 of 1

Test Command

Posted: Tue Apr 17, 2012 5:49 pm
by DeadlyWeapon12
I have tried out this command several times and tried to find a topic about it but couldnt. Anyways, I wanted to know if theres a certain format for the command. ex. /test [name] [id]. Or something of that sort. I have my character set to GM level 255 so I know its not accessibility. I mainly want to use this for executing charms such as mounts.

Re: Test Command

Posted: Tue Apr 17, 2012 6:33 pm
by Jabantiz
The /test command is actually for packets. It will send the packet currently hardcoded into that command and then we can go through and change a single byte at a time using /test (index) (newval)

This command is mainly used by devs to help us figure out packets. For your purpose I would look into /cast (id) that will cast the spell of the given id (look in your spells table in the DB for id's)

Re: Test Command

Posted: Wed Apr 18, 2012 3:50 pm
by DeadlyWeapon12
Ah ok. Thanks a ton