Hello guys, I have the following problem:
When the character disconnects it should lose the buff exp bonus, but for some reason, when I enter the game buff continues
- script Bonus EXP#Lose -1,{
OnPCLogoutEvent:
set online,0;
sc_end SC_EXPBOOST;
end;
}
I put the script in an npc and it worked, but with OnPCLogoutEvent system not worked