[Help]Return to page L2J 

Elite Diviner
Joined
May 12, 2006
Messages
474
Reaction score
536
hy all, I made a htm page with 2 buffs and when i click first buff the page close. My question is how to make this page to dont close after i click the buff !? Thx:drinks_no
 
Junior Spellweaver
Joined
Jun 22, 2004
Messages
140
Reaction score
1
#Super Haste 1
if event == "1":
st.getPlayer().useMagic(SkillTable.getInstance().getInfo(7029,1),False,False)
st.getPlayer().restoreHPMP()
st.takeItems(57,10000)
return "1.htm" //the htm who goes back
st.setState(COMPLETED)
 
Upvote 0
Elite Diviner
Joined
May 12, 2006
Messages
474
Reaction score
536
i know this but i dont use the __init__.py files ! another method?
 
Upvote 0
Elite Diviner
Joined
May 12, 2006
Messages
474
Reaction score
536
i made a npc buffer just with sql and htm files ! not with __init__.py !
 
Upvote 0
Newbie Spellweaver
Joined
Apr 18, 2007
Messages
7
Reaction score
0
But why on L2j-free dont working buffer with jscript? plz help me....
 
Upvote 0
Back
Top