tathanngudong Posted August 20, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 64 Reputation: 3 Joined: 04/17/15 Last Seen: March 15, 2018 Share Posted August 20, 2016 (edited) Hi hi hi...It's me again! I want to create a NPC sommon mobs ( When the monster appeared he would disappear and When monsters die he will reappear! ) when killing monsters of course, the success will be rewarded item! Please,who know how make it? Help me!!! Thanks you! Edited August 20, 2016 by tathanngudong Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 11, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 11, 2016 you can try this prontera,155,181,5 script Sample 4_F_KAFRA1,{ mes "Summon monster?"; if ( select( "Summon Mob","Cancel" ) == 1 ) { monster "this",-1,-1,"Monster",1002,1,.npc_name$+"::OnDie"; hideonnpc .npc_name$; } close; OnInit: .npc_name$ = strnpcinfo(3); end; OnDie: hideoffnpc .npc_name$; // rewards getitem 512,1; getitem 512,2; getitem 512,3; end; } Quote Link to comment Share on other sites More sharing options...
Question
tathanngudong
Hi hi hi...It's me again!
I want to create a NPC sommon mobs ( When the monster appeared he would disappear and When monsters die he will reappear! )
when killing monsters of course, the success will be rewarded item!
Please,who know how make it? Help me!!!
Thanks you!
Edited by tathanngudongLink to comment
Share on other sites
1 answer 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.