Jump to content
  • 0

How to add full AP recovery on Healer NPC


ADMSarah

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.03
  • Content Count:  143
  • Reputation:   10
  • Joined:  08/19/23
  • Last Seen:  

Anyone can help, how can I add full AP recovery on the Healer NPC? thank you 🙂

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  210
  • Reputation:   92
  • Joined:  06/02/12
  • Last Seen:  

Hi. From \doc\script_commands.txt

*healap <ap>{,<char_id>};

This command will heal a set amount of AP on the invoking character.

	healap 10;  // This will give 10 AP
	healap -10; // This will remove 10 AP

Example:

prontera,161,167,3	script	HP and AP Healer	4_F_NURSE,{
	specialeffect2 EF_HEAL2;
	percentheal 100,100;
	healap 200;
	end;
}

 

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