Jump to content
  • 0

Problem in Berzebub Card Quest Script


unknownuser

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   0
  • Joined:  10/13/13
  • Last Seen:  

help me to solve this script ..

 

Please !!

Berzeebub Quest Card.txt

Edited by Capuche
Please give more informations about your problem, thanks.
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  39
  • Reputation:   2
  • Joined:  08/19/12
  • Last Seen:  

If the quest is not working caused by a script error it might be line 49:

if(countitem(7226) < 8    ||    countitem(1061) < 100    ||    countitem(7188) < 1000    ||    countitem(4299) < 2000    ||    countitem(7036) < 10    ||    countitem(7450) < 3    ||    countitem(7300) < 10    ||    countitem(2507) < 15    ||    countitem(1614) < 1    ||    countitem(1737) < 1    || )    goto L_noItems;

Try to remove the last or-operator (yes, the ||) since there's no statement after it.

 

The rest should be fine, as far as I can see.

Maybe you should try to leave that label-coding and script a bit more with select and switches instead of menu,
it's more well-arranged and others can read your script better.

 

Also:
Please write more about the problem, if the NPC isn't working, if the mapserver gives you an error message
or if the NPC isn't doing what you expect/want him to be doing.

Edited by skyleo
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   0
  • Joined:  10/13/13
  • Last Seen:  

thank you sir it' s , working now !

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.

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