ADMSarah Posted February 27 Group: Members Topic Count: 18 Topics Per Day: 0.03 Content Count: 146 Reputation: 10 Joined: 08/19/23 Last Seen: May 22 Share Posted February 27 Anyone can help, how can I add full AP recovery on the Healer NPC? thank you Quote Link to comment Share on other sites More sharing options...
0 Racaae Posted February 27 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 263 Reputation: 114 Joined: 06/02/12 Last Seen: Just now Share Posted February 27 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; } 1 Quote Link to comment Share on other sites More sharing options...
Question
ADMSarah
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.