remove all buffs that came from gospel when entering a warp?

xlaws27

New member
Messages
225
Points
0
remove all buffs that came from gospel when entering a warp? help me plzz

i really need this especially during woe times

 
@@xlaws27

Call  sc_end with  the specific parameter before the warp.

Gospel only:

sc_end SC_GOSPEL;
All buffs:

Code:
sc_end SC_ALL;
 
Back
Top