X xerxesbreak New member Messages 2 Points 0 Dec 24, 2020 #2 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?
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?
M MikZ New member Messages 461 Points 0 Jan 5, 2021 #3 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.
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.