Jump to content
  • 0

help-help


Help-Help

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

how to add heal,agi and bless buffs

rontera,150,184,5	script	Healer#h1-1::Healer	742,{
	mes "[ MamaRO Nurse ]";
	mes "I'll heal you, stand still.";
        next;
	mes "[ MamaRO Nurse ]";
	mes "You are now healed.";
	mes "I also gave you Agi and Bless.";
	mes "Enjoy your time.";

	close;
}

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  403
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

prontera,150,184,5	script	Healer#h1-1::Healer	742,{
	mes "[ MamaRO Nurse ]";
	mes "I'll heal you, stand still.";
        next;
        specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10;
        specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
        specialeffect2 EF_HEAL2; percentheal 100,100;
	mes "[ MamaRO Nurse ]";
	mes "You are now healed.";
	mes "I also gave you Agi and Bless.";
	mes "Enjoy your time.";

	close;
}

 

You can say thx when you get the answer to your question..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

np

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