Saturday, April 21, 2012

New to writing mods, need help ...

Hi, I have some programming experience and would like to write mods for WoW. However the commands don't come with much instruction so it's hard to get started.

To get me going I want to write a mod that will make my character cheer when he completes a quest objective. So if say he needs 10/10 items, when he gets the 10th item he cheers. I can make him cheer using the doemote command but I can't find the command to trigger the cheer when he completes an objective. Can anyone point me in the right direction?

Thanks.|||Quote:








Hi, I have some programming experience and would like to write mods for WoW. However the commands don't come with much instruction so it's hard to get started.

To get me going I want to write a mod that will make my character cheer when he completes a quest objective. So if say he needs 10/10 items, when he gets the 10th item he cheers. I can make him cheer using the doemote command but I can't find the command to trigger the cheer when he completes an objective. Can anyone point me in the right direction?

Thanks.




I am going to take a stab at this, but have you tried:


Code:
if(event == "QUEST_ITEM_UPDATE") then
### Add in check here ###
### Add in emote here ###
else
|||Also look here

http://www.wowwiki.com/World_of_Warc...uest_Functions

No comments:

Post a Comment