Currently Posted April 16, 2013 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted April 16, 2013 I guess the concept is the same as the Poring Catcher. But, it's like a normal farming database except I wish to only have 1 of Zhu Po Long drops 25120~25126 (randomly) items and 100% chance. Any takers? I will love it for life! Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 18, 2013 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 April 18, 2013 OnMinute00: // every hours. monster "mapname",x,y,"--ja--",<mobID>,999; monster "mapname",x,y,"--ja--",<mobID>,1,strnpcinfo(0)+"::OnKilled"; end; OnKilled: getitem rand( 25120,25126 ),1; end; Quote Link to comment Share on other sites More sharing options...
Currently Posted April 19, 2013 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share Posted April 19, 2013 OnMinute00: // every hours. monster "mapname",x,y,"--ja--",<mobID>,999; monster "mapname",x,y,"--ja--",<mobID>,1,strnpcinfo(0)+"::OnKilled"; end; OnKilled: getitem rand( 25120,25126 ),1; end; pvp_n_3-4,47,164,4 script Dbz 111,{ close; OnMinute00: // every hours. announce "Dragons arrived here at Dreamworks! Find the real Dragon & obtain a Dragon Ball! Collect all 7 then find King Dragon at Quest Area!",bc_all; monster "lunar01",0,0,"--ja--",1514,99; monster "lunar01",0,0,"--ja--",1514,1,strnpcinfo(0)+"::OnKilled"; end; OnKilled: announce ""+strcharinfo(0)+" killed the real dragon! One of the dragon ball is now in his hands!",bc_all; message strcharinfo(0),"Collect all 7 Dragon Balls and talk to King Dragon at Quest Area!"; getitem rand( 25120,25126 ),1; end; } like this? when I @loadnpc the script. It didn't trigger yet. so I'm guessing I gotta wait for one hour right? Also, is what I did correct Quote Link to comment Share on other sites More sharing options...
Capuche Posted April 19, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted April 19, 2013 so I'm guessing I gotta wait for one hour right? You're right but you should spawn another dragon when a player kill the real otherwise the event ends Quote Link to comment Share on other sites More sharing options...
Question
Currently
I guess the concept is the same as the Poring Catcher.
But, it's like a normal farming database except I wish to only have 1 of Zhu Po Long drops 25120~25126 (randomly) items and 100% chance.
Any takers? I will love it for life!
Link 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.