Costume experience and drop rate script

xerxesbreak

New member
Messages
2
Points
0
I just want to ask what should I put in the script if I want to create a costume with additional experience and drop rate with a timer on it?

 
Bubble gum drop rate script

{ sc_start SC_ITEMBOOST,1800000,200; },{},{}

Field manual Exp rate script

{ sc_start SC_EXPBOOST,1800000,50; },{},{}

you can check all item script if your want to have the same function with it.

 
Back
Top