Jump to content
  • 0

I have a problem with my Heal button on my buffer.Please help.


Question

Posted

Hello members of MxC!!!

 

I have a little problem with my buffer , when i press Restore on my buffer for HP/MP/CP it only restores CP ,

how can i make it to restore all 3??  HP/CP/MP

 

Heres a pic.

 

http://imageshack.us/a/img191/7783/0vca.jpg

 

Please help and then lock.

1 answer to this question

Recommended Posts

  • 0
Posted

στο script της buffer βρες το recover_cp

#Cp
		if event == "71":
			st.takeItems
			st.getPlayer().setCurrentCp(st.getPlayer().getMaxCp())
			return "1.htm"				
			st.setState(COMPLETED)

[/code]

 

Και Αλλαξε το με αυτο

#MP-HP
		if event == "71":
			st.takeItems
			st.getPlayer().setCurrentCp(st.getPlayer().getMaxCp())
                                st.getPlayer().setCurrentHp(st.getPlayer().getMaxHp())
                                st.getPlayer().setCurrentMp(st.getPlayer().getMaxMp())
			return "1.htm"				
			st.setState(COMPLETED)

 

Προσοχη αλλαξε το νουμερο στο if event ==71 με αυτο που πρεπει ωστε να ειναι με την σειρα το (71) ηταν στην δικη μου buffer ,στην δικη σου μπορει να ειναι αλλο.

Guest
This topic is now closed to further replies.


×
×
  • Create New...