loki1991 Posted January 8, 2012 Posted January 8, 2012 Hi, I have a small problem with a trigger. I want to buff a player when he gets a level up. None of this trigger are working - script levelupbuffer -1,{ OnPCBaseUpEvent: //45min buff sc_start 32,2700000,9; //Increase Agi sc_start 30,2700000,9; //Blessing sc_start 40,2700000,4; //Magnificat specialeffect2 37; specialeffect2 42; specialeffect2 76; dispbottom "The blessing of freya is with you."; close; PCBaseUpEvent: //45min buff sc_start 32,2700000,9; //Increase Agi sc_start 30,2700000,9; //Blessing sc_start 40,2700000,4; //Magnificat specialeffect2 37; specialeffect2 42; specialeffect2 76; dispbottom "The blessing of freya is with you."; close; } I didn't find any standard script which uses this trigger. Have anyone a idea? Quote
Question
loki1991
Hi,
I have a small problem with a trigger. I want to buff a player when he gets a level up.
None of this trigger are working
I didn't find any standard script which uses this trigger. Have anyone a idea?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.