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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
janiko
Hi everybody i'm trying to convert all l2j .py quests to .java and while i rewrited it into java i had a little misunderstanding.
This script is in .py
elif event[0:7] == "correct" :
st.set("pass",str(st.getInt("pass")+1)) // I dont Know how to transferr it in java.
htmltext = event[8:]
if htmltext == "32367-07.htm":
if st.getInt("pass") == 4 :
st.set("step","3")
self.cancelQuestTimer("1",npc,player)
self.cancelQuestTimer("2",npc,player)
self.cancelQuestTimer("3",npc,player)
self.cancelQuestTimer("4",npc,player)
st.unset("pass")
npc.deleteMe()
else :
htmltext == "32367-06.htm"
______________
Error Screen
______________
Thanks for help
3 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.