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.
Hello everyone,
Given that he has lots of different projects but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project is the best choice?
For a server that can be custom and which can be suitable for a classic x10 server and an x1000 server for example?
L2J
Or we ideally have the source, in order to be able to add the farming systems, weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
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.