View Single Post
  #1  
Old 11-06-2017, 04:40 AM
Movement
Sarnak
 
Join Date: Sep 2011
Posts: 77
Default Need some help with a quest.

Im running a quest (task). Lets say activity ID 273. The objective in this specific task is on the last step. The objective requires you to kill a specific named mob. I am killing the mob in question but the quest isnt updating. Can someone tell me (in LUA) what the function is for "on mob death update this objective"? This is what I have below:

Code:

function event_death_complete(e)


e.other:UpdateTaskActivity(273,7,1);
end
end

Or give me a perl version?


Edit: I have spent about two days scouring the internet for a very good quest walkthrough but havent come across anything, I am more than willing to try some suggestions if anyone has a good source!

Thanks in advance!
Reply With Quote