Jump to content
  • 0

Quest Problem


kurosuki

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/31/14
  • Last Seen:  

Hello i'm currently Busy on a script all things work except

 

              mes "BlaBlaBla";

setquest 70001;  (it gives a total differen Quest)

              next;

              mes "Go do you're quest";

 

this is just a sample.

 

i added this to server/quest/db +@reloadquestdb

 

// ChiiRO Main Story Qeusts.

70001,0,0,0,0,0,0,0,"The Adventure Begings - Find Sir Wulpin"

 

So i'm totaly wandering now

 

i apreciate even the smallest help.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Use a smaller ID. See src/map/quest.h:

#define MAX_QUEST_DB (62238 + 1) // Highest quest ID + 1
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...