Jump to content
  • 0

Warp party not working?


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  


mes "[Party Warper]";
mes "Here you go!";
close2;
set @id,getcharid(1);
warpparty "prontera",150,100,@id;
close;

i try that code but it's not working?

Edited by bVersatile
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

do the map of your npc has nowarp/noreturn mapflags? if yes then that would cause the prob

Edited by frenzmu06
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

sorry frenzmu i think you are correct

i want to people not to warp on that map.

but this src code counter my script!

can i change the nowarpto to nodrop? so no error?

src/map/script.c


if(map[sd->bl.m].flag.noreturn || map[sd->bl.m].flag.nowarpto)
return 0;

but i didn't add a mapflag nowarpto on prontera

how can i solve this please!

btw!. already solve. :D thx frenzmy

Edited by bVersatile
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...