Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Corax on August 10, 2014, 09:12:13 pm
-
Hi guys.
Help make Autoshot while running. Wotlk 3.3.5a
To do this, spell.dbc or patch into the kernel ?
Watched in spell.dbc, not found...
Help please :geek:
-
You have to change its attributes in your spell.dbc. One attribute should be 'Interrupted by moving', just remove it.
-
See above post, if the emulator us coded properly it will listen to this. Otherwise you might need to change the code.
-
See above post, if the emulator us coded properly it will listen to this. Otherwise you might need to change the code.
Just the attribute should be enough.
-
See above post, if the emulator us coded properly it will listen to this. Otherwise you might need to change the code.
Just the attribute should be enough.
I have a question related to this. When I change attributes in core scripts like void SpellMgr::LoadSpellInfoCorrections() , should I change related DBC files too?
-
See above post, if the emulator us coded properly it will listen to this. Otherwise you might need to change the code.
Just the attribute should be enough.
I have a question related to this. When I change attributes in core scripts like void SpellMgr::LoadSpellInfoCorrections() , should I change related DBC files too?
Core takes LoadSpellInfoCorrections over DBC Attributes into consideration, so anything you add into LSIC would be as if you edit the DBC.
DBC Edit is cleaner and not hard-coded, though. So edit DBC whenever possible.
-
Thank you.
-
Hi,
did it work with just changing the attributes?
I tried, but it is still not working.
I used the spelleditor 1.3 Gui.
Thx