Noctis Posted January 14, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Share 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 Link to comment Share on other sites More sharing options...
0 Kubix21 Posted January 14, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 17 Reputation: 9 Joined: 07/08/15 Last Seen: April 9, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Noctis Posted January 14, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
0 chatterboy Posted January 15, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted January 15, 2017 - script Sample -1,{ OnWhisperGlobal: announce strcharinfo(0)+": "+@whispervar0$,0; end; } Quote Link to comment Share on other sites More sharing options...
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 ExmasLink to comment
Share on other sites
3 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.