kurosuki Posted November 1, 2014 Posted November 1, 2014 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. Quote
Euphy Posted November 1, 2014 Posted November 1, 2014 Use a smaller ID. See src/map/quest.h: #define MAX_QUEST_DB (62238 + 1) // Highest quest ID + 1 Quote
Question
kurosuki
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.
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.