Tio Akima
New member
- Messages
- 349
- Points
- 0
- Age
- 36
- Discord
- TioAkima#0636
- Github
- Tio Akima
- Emulator
Hello guys,
I'm trying to do a passive skill, to count the basic attacks on the enemy.
And accumulate that number in a variable.
if(src->type==BL_PC){
ataq++;
printf("basic hit number: ", ataq);
}
I've tried the following, but it's not working.
Someone with knowledge to give birth?
Ps: skill must be passive
I'm trying to do a passive skill, to count the basic attacks on the enemy.
And accumulate that number in a variable.
if(src->type==BL_PC){
ataq++;
printf("basic hit number: ", ataq);
}
I've tried the following, but it's not working.
Someone with knowledge to give birth?
Ps: skill must be passive