Jump to content
  • 0

Question

Posted (edited)

Someone can give me a script where the npc summon a mob and after kill that mob the npc give me an item? tried to do it alone but without success..., its very important, so i hope someone can help.

Edited by Exmas

3 answers to this question

Recommended Posts

  • 0
Posted
prontera,150,150,6[tab]script[tab]summoner[tab]100,{
monster "prontera", 150, 150, "Poring", 1005, 1, strnpcinfo(0) + "::OnMobKilled";
end;

OnMobKilled:
getitem 909, 1; // 1 jellopy
end;
}

 

  • Upvote 1
  • 0
Posted
2 minutes ago, Kubix21 said:

prontera,150,150,6[tab]script[tab]summoner[tab]100,{
monster "prontera", 150, 150, "Poring", 1005, 1, strnpcinfo(0) + "::OnMobKilled";
end;

OnMobKilled:
getitem 909, 1; // 1 jellopy
end;
}

 

Thanks, one more thing , whats the script for me asking the npc for example "Is there anything I can do to relieve you of the torment?", not the npc talking but me

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...