loki1991 Posted January 8, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 13 Joined: 01/07/12 Last Seen: August 9, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted January 8, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 30 minutes ago Share Posted January 8, 2012 try this OnPcBaseLvUpEvent 1 Quote Link to comment Share on other sites More sharing options...
loki1991 Posted January 8, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 13 Joined: 01/07/12 Last Seen: August 9, 2014 Author Share Posted January 8, 2012 Wow. It works. Many Thanks! Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.