Jump to content
  • 0

Levelup Trigger


loki1991

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   13
  • Joined:  01/07/12
  • Last Seen:  

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?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this

OnPcBaseLvUpEvent

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   13
  • Joined:  01/07/12
  • Last Seen:  

Wow. It works. Many Thanks!

Link to comment
Share on other sites

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.

×
×
  • Create New...