lollardo
06-09-2009, 02:32 AM
I made an quite simple c++ script
The name explains it. :P
If your a Human Rogue for example You cant change race to Draenei Made some "If" functions for it otherwise when you relogged it would say Login failed. And your char would be locked untill you change it in the Database ^^
I updated the script so now when you choose a race you want to be.
Then the item will unlearn your current racial spells and add the new ones for that race you chosen, it will also Disconnect you so you dont have to wait for the 20 sec Logout Timer :)
Here is the script
>>> RaceChangerItem.cpp (http://www.mediafire.com/download.php?zwntitdxziz) <<<
Setup.cpp
Setupracechange(mgr);
Setup.h
void Setupracechange(ScriptMgr * mgr);
Tested and works to 100%
And make an item with the id 93008 And have the spell: 33208 On use (to lazy to upload the sql)
The name explains it. :P
If your a Human Rogue for example You cant change race to Draenei Made some "If" functions for it otherwise when you relogged it would say Login failed. And your char would be locked untill you change it in the Database ^^
I updated the script so now when you choose a race you want to be.
Then the item will unlearn your current racial spells and add the new ones for that race you chosen, it will also Disconnect you so you dont have to wait for the 20 sec Logout Timer :)
Here is the script
>>> RaceChangerItem.cpp (http://www.mediafire.com/download.php?zwntitdxziz) <<<
Setup.cpp
Setupracechange(mgr);
Setup.h
void Setupracechange(ScriptMgr * mgr);
Tested and works to 100%
And make an item with the id 93008 And have the spell: 33208 On use (to lazy to upload the sql)