sc custom

Tio Akima

New member
Messages
349
Points
0
Age
36
Discord
TioAkima#0636
Github
Tio Akima
Emulator
guys

from which ID is recommended to create custom SC (status change) ?

do you have a limit id?

 
I dont really have issues with that stuff and didnt have to change any max

SC_DRAGON = 655,
SC_HINDER = 656,
SC_TARGDET = 657,
SC_CAR = 658,
SC_CARAREA = 659,
SC_CAR2 = 659,
SC_GEAR1 = 660,
SC_GEAR2 = 661,
SC_GEAR3 = 662,

#ifndef SC_MAX
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.




the first time I tried adding a status to the status_config.txt within the DB i was having issues with it... I got it to work but dont really remember what the problem was 

 
Back
Top