g1org1os Posted July 1, 2013 Posted July 1, 2013 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.
0 GOld3x Posted July 1, 2013 Posted July 1, 2013 στο 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 ,στην δικη σου μπορει να ειναι αλλο.
Question
g1org1os
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