PewN Posted June 27, 2012 Posted June 27, 2012 (edited) 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 June 27, 2012 by bVersatile Quote
frenzmu06 Posted June 27, 2012 Posted June 27, 2012 (edited) do the map of your npc has nowarp/noreturn mapflags? if yes then that would cause the prob Edited June 27, 2012 by frenzmu06 Quote
PewN Posted June 27, 2012 Author Posted June 27, 2012 (edited) 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. thx frenzmy Edited June 27, 2012 by bVersatile Quote
Question
PewN
i try that code but it's not working?
Edited by bVersatile2 answers 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.