removed_001 Posted July 7, 2010 Posted July 7, 2010 look i want to add to my buffer the heal me option is this correct? : if event == "2": st.takeItems(ADENA_ID,0) st.getPlayer().setCurrentCp(st.getPlayer().getMaxCp()) st.getPlayer().setCurrentHp(st.getPlayer().getMaxHp()) st.getPlayer().setCurrentMp(st.getPlayer().getMaxMp()) return "1.htm" st.setState(State.COMPLETED) and if yes where i put it another one i want my buffer to have buff my pet (all pets the same buffs) how can i do that? Quote
Question
removed_001
look i want to add to my buffer the heal me option
is this correct? : if event == "2":
st.takeItems(ADENA_ID,0)
st.getPlayer().setCurrentCp(st.getPlayer().getMaxCp())
st.getPlayer().setCurrentHp(st.getPlayer().getMaxHp())
st.getPlayer().setCurrentMp(st.getPlayer().getMaxMp())
return "1.htm"
st.setState(State.COMPLETED)
and if yes where i put it
another one i want my buffer to have buff my pet (all pets the same buffs) how can i do that?
0 answers 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.
Note: Your post will require moderator approval before it will be visible.