Jump to content

Quick help with quest


Recommended Posts

  • Former Staff
when kill with npc.get_race() == pc.getf("quest_name", "mob_to_kill") begin
  -- all the kill code
end

This is more or less what you want, I suppose. Make sure to use pc.getf and not getqf, because getqf does not work properly in when conditions (Due to how they are evaluated). Ah, and replace "quest_name" with your quest name :P

 

Thank you very much, compiled succesfuly.

Time to see if works.

 

Edit:

Don't work, I don't receive letter.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.