Noctis Posted January 14, 2017 Posted January 14, 2017 (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 January 14, 2017 by Exmas Quote
0 Kubix21 Posted January 14, 2017 Posted January 14, 2017 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; } 1 Quote
0 Noctis Posted January 14, 2017 Author Posted January 14, 2017 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 Quote
0 chatterboy Posted January 15, 2017 Posted January 15, 2017 - script Sample -1,{ OnWhisperGlobal: announce strcharinfo(0)+": "+@whispervar0$,0; end; } Quote
Question
Noctis
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 Exmas3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.