Jump to content
  • 0

Question

Posted

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

1 answer to this question

Recommended Posts

  • 0
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock