NPC Buffer HP/MP/CP L2J 

Newbie Spellweaver
Joined
Dec 14, 2007
Messages
48
Reaction score
0
Hello everybody, my problem is when I will get better, I get this error ...

moles - NPC Buffer HP/MP/CP - RaGEZONE Forums


I have this script to heal hp cp mp, the cp works but hp mp are not working ... who have a script that works for you to heal hp and mp cp ...

Code:
 [SIZE=2]#Restore HP/MP/CP[/SIZE]
[SIZE=2]if event == "71":[/SIZE]
[SIZE=2]st.getPlayer().useMagic(SkillTable.getInstance().getInfo(9951,5),False,False)[/SIZE]
[SIZE=2]st.getPlayer().restoreHPMP()[/SIZE]
[SIZE=2]return "5.htm"[/SIZE]
[SIZE=2]st.setState(COMPLETED)[/SIZE]


sry bad english....


Many Thx....:thumbup1:
 
Back