brianj070707 Posted January 28, 2012 Posted January 28, 2012 I would just like to confirm if this will work // GiftBox_2 //665 29,501,19 // Red Potion 29,5372,.5 //Koneko What I want to do is to make koneko hat rate set to 0.5% is this possible? Quote
Emistry Posted January 28, 2012 Posted January 28, 2012 nope...the lowest rate is 1% otherwise you need to do it separately i guess..xD something like this ? if( rand(10000) < 5 ) getitem <itemID>,<Amount>; Quote
brianj070707 Posted January 28, 2012 Author Posted January 28, 2012 could you explain this to me more seems like I am not able to understand it. LOL, im just new to scripting BTW Thanks a LOT Quote
Question
brianj070707
I would just like to confirm if this will work
// GiftBox_2 //665
29,501,19 // Red Potion
29,5372,.5 //Koneko
What I want to do is to make koneko hat rate set to 0.5% is this possible?
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.