Jump to content
  • 0

heleader vip


nicolasdemartini

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.02
  • Content Count:  29
  • Reputation:   0
  • Joined:  09/21/22
  • Last Seen:  

Good afternoon I wonder if it is possible to create an NPC Heleader that for normal users only of Heal and for VIPs blesin and agi nothing else

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

-	script	Healer	-1,{
	percentheal 100,100;
	if(vip_status(VIP_STATUS_ACTIVE)) {
		specialeffect2 EF_INCAGILITY;
		sc_start SC_INCREASEAGI,240000,10;
		specialeffect2 EF_BLESSING;
		sc_start SC_BLESSING,240000,10;
	}
	end;
}

prontera,162,193,4	duplicate(Healer)	Healer#prt	909

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

It is working, you need to uncomment this line. https://github.com/rathena/rathena/blob/master/src/config/core.hpp#L50

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   2
  • Joined:  03/19/14
  • Last Seen:  

saludos bro 
toma pa el emu 

 

    if (vip_status(1)) {
pones las dopas dentro jsojso saludos


}

  • Love 1
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...