I'm trying to warp a player to a special position on the map, after the warp, the conversation with the npc should go on.
But there is an error after this short script:
FishPond,63,46,6 script WarpTest 555,{ mes "I Will warp you!"; warp "FishPond",64,42; mes "So what happens here?"; select("Something"); //Here seems to be the problem mes "And now?"; close;}
After i choose the "Something" in the select, i get the message now logging out.
In the map server appears the following warning message:
Invalid menu selection on npc 110074997:'WarpTest' - got 1, valid range is [1..0] (player AID: X,CID:X, name:'Keru')!
Do i have to reattach some ids to the script again or something like that?
I'm trying to warp a player to a special position on the map, after the warp, the conversation with the npc should go on.
But there is an error after this short script:
After i choose the "Something" in the select, i get the message now logging out.
In the map server appears the following warning message:
Invalid menu selection on npc 110074997:'WarpTest' - got 1, valid range is [1..0] (player AID: X,CID:X, name:'Keru')!
Do i have to reattach some ids to the script again or something like that?
Share this post
Link to post
Share on other sites