Jump to content
  • 0

1000 Zhu Po Long, but only 1 drops the item.


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  


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

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...