Eros Posted March 14, 2014 Posted March 14, 2014 This is what i want for exampleI have a donator set. once you don't have the Donation Badge ( Etc Item ) That script bonus wont work Quote
Eros Posted March 14, 2014 Author Posted March 14, 2014 not working is it working on item_combo_db.txt ? not working on item_db.txt either here's the script{ if(countitem(909) == 100) bonus bAllStats,100; },{},{} Quote
Pneuma Posted March 14, 2014 Posted March 14, 2014 (edited) not working is it working on item_combo_db.txt ? not working on item_db.txt either here's the script { if(countitem(909) == 100) bonus bAllStats,100; },{},{} That would mean 100 of item 909; If that doesnt work try if(countitem(909) == 100){ bonus bAllStats,100;} To check for the different amounts: (countitem(909) == 100) : This means it checks for exactly 100 (countitem(909) >= 100) : This checks for Greater than or equal to 100 (countitem(909) <= 100) : This checks for Less than or equal to 100 Edited March 14, 2014 by Pneuma Quote
Question
Eros
This is what i want for example
I have a donator set. once you don't have the Donation Badge ( Etc Item ) That script bonus wont work
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.