• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

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