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

Title: [SOLVED] [QUESTION] Auto Shot
Post 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:
Title: Re: [QUESTION] Auto Shot
Post by: Caedes on August 26, 2014, 01:14:42 pm
You have to change its attributes in your spell.dbc. One attribute should be 'Interrupted by moving', just remove it.
Title: Re: [QUESTION] Auto Shot
Post by: stoneharry on August 26, 2014, 02:19:48 pm
See above post, if the emulator us coded properly it will listen to this. Otherwise you might need to change the code.
Title: Re: [QUESTION] Auto Shot
Post by: Ascathos on August 28, 2014, 03:18:04 pm
Quote from: "stoneharry"
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.
Title: Re: [QUESTION] Auto Shot
Post by: Temptation_Town on August 28, 2014, 11:26:11 pm
Quote from: "Ascathos"
Quote from: "stoneharry"
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?
Title: Re: [QUESTION] Auto Shot
Post by: Ascathos on August 29, 2014, 12:28:13 am
Quote from: "Temptation_Town"
Quote from: "Ascathos"
Quote from: "stoneharry"
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.
Title: Re: [QUESTION] Auto Shot
Post by: Temptation_Town on August 29, 2014, 12:32:46 am
Thank you.
Title: Re: [QUESTION] Auto Shot
Post by: Sethargo on October 28, 2014, 12:19:47 pm
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