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 I'm facing some problems with seven sings on my l2off pack when I start it , when the event starts spawns NPCs ..everything good , but when the seal validation restart or ends whole NPCs/monster are deleted from game and respawned ...ofc the NPC server it's like closing up...if some one could help me up with this problem or has and idea what could be I would appreciate it!
Question
Balala
I want to know for what this responsible and what it do? Each line plz.
I try to write a Quest on Python
question = 1
quiz = st.get("quiz")
answers = st.getInt("answers")
if answers == 7 :
questions = quiz.split()
index = st.getRandom(len(questions) - 1)
question = questions[index]
if len(questions) > 10 - answers :
questions[index] = questions[-1]
del questions[-1]
st.set("quiz", " ".join(questions))
htmltext = "419_q" + str(question) + ".htm"
return htmltext
4 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.