How can i delete spell with ID from DB?
Thx to all for helping! :wave:
Ofc +Rep
How can i delete spell with ID from DB?
Thx to all for helping! :wave:
Ofc +Rep
For deleting..you must know C++,and i can't help you .
But.. there is a way,to disable the spell from the database.
Go to your database,find the table called 'Spell_disable' and put the IDs of the spells that you want to disable,then just save,connect ingame,write .server reload spell_disable
and done ! ^^
Royalaty, as our previous forumposter Dongel has stated, it is impossible to REMOVE the spell without C++ modifications, also to the client. This takes time and skill to succeed, so I reccommend you to go into your DB, open up the table 'spell_disable' and add your SpellID to it, like Dongel stated.
A server restart or executing the .server reload spell_disable command in-game is necessary for changes to take effect.
Claiver