Jump to content
  • 0

IL Buffer error


DarkCore

Question

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:

50789943.jpg

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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").

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...