DarkCore Posted June 10, 2011 Posted June 10, 2011 Im trying to add buffer to server (eon interlude) and i'm getting an error. Anyone can help me with the script? Here is the the code ending: #Spel Force if event == "109": st.takeItems(ADENA_ID,0) SkillTable.getInstance().getInfo(5105,3).getEffects(st.getPlayer(),st.getPlayer()) st.getPlayer().restoreHPMP() return "10.htm" st.setState(State.COMPLETED) if htmltext != event: st.setState(State.COMPLETED) st.exitQuest(1) return htmltext def onTalk (self,npc,player): st = player.getQuestState(qn) htmltext = "<html><head><body>I have nothing to say to you</body></html>" st.setState(State.STARTED) return InitialHtml QUEST = Quest(QuestId,str(QuestId) + "_" + QuestName,QuestDesc) for npcId in NPC: QUEST.addStartNpc(npcId) QUEST.addTalkId(npcId) And the error: Quote
0 Tryskell Posted June 10, 2011 Posted June 10, 2011 On the quests from the pack, search from existing exemples. You can ask aswell in their forum support if they got one (I guess it's russian, as only them use "version xx /update1-2-3-4-5" instead of "revisions"). Quote
Question
DarkCore
Im trying to add buffer to server (eon interlude) and i'm getting an error.
Anyone can help me with the script?
Here is the the code ending:
And the error:
1 answer 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.