Currently Posted August 9, 2014 Posted August 9, 2014 Example: Poring,Drops,Fabre,Lunatic gets killed. rand(1,4) getitem 512,1; Btw, Is rand(1,4) 25% chance of getitem? Thank you for helping out. Quote
Currently Posted August 10, 2014 Author Posted August 10, 2014 - script droprate -1,{ monster "geffen",0,0,"Edacity Guardian",1002,1,strnpcinfo(0)+"::OnGuardianDead"; end; OnGuardianDead: if( !rand(4) ) getitem 512,1; end; } Good? bump! Quote
Question
Currently
Example:
Poring,Drops,Fabre,Lunatic gets killed.
Btw, Is rand(1,4) 25% chance of getitem?
Thank you for helping out.
2 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.