This means that this event will only be triggered OnLogin if your stats are recalculated. If your stats are never recalculated then this event will never be triggered.
Well, if you need something to happen only on player's login then you should use OnPCLoginEvent instead of OnPCStatCalcEvent.
Att,
_Okuz_.
if you use OnPCStatCalcEvent with a stat bonus like:
OnPCStatCalcEvent:
bonus bstr,10;
This will run just like Onpcloginevent... but only after the stat is calculated first (Base stat, equipment, charm........)
So if you logging in, the stat won't change to str + 10.... only if you change map or equip/unequip something then it will...
i put in a dospbottom script to test.... i saw the it popup after a few sec, so i say that it run after status_calc_pc.
So what i need is The bonus applied right away when i login....