DIFF_TICK crash the server again (oh yes ...)

AnnieRuru

~~Cute~Cute~Scripter~~
Messages
1,677
Points
0
Location
your next door ~
Discord
AnnieRuru#1609
Github
AnnieRuru
Emulator
Client Version
2019-05-30aRagexeRE
Last edited by a moderator:
ok I got it

I need to add

status = GET_SYMBOL("status");..

.

the problem is this line

sc_start(NULL,&sd->bl, SC_TRICKDEAD, 100, 1, 1000);I thought only need to add those which has '->' pointerbut now I just figure out it even needs that symbol where the file came from, even without #include status.h

because of this line

Code:
#define sc_start(src, bl, type, rate, val1, tick)                    (status->change_start((src),(bl),(type),100*(rate),(val1),0,0,0,(tick),0))
sh*t ... next time I shouldn't open too fast
 
Last edited by a moderator:
Back
Top