Jump to content
  • 0

Question

Posted

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 /heh

- 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?

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...