Unknown Posted January 16, 2014 Posted January 16, 2014 I'm not sure if it's the right section...Is it possible to create a script that makes a specific area of a map flagged as a pvp zone where players can battle each other?It's like a mapflag that works for just a portion of a map.It's really important, please help! Quote
Euphy Posted January 16, 2014 Posted January 16, 2014 It's not. We discussed whether or not to implement this many months back, but decided against it. (I wonder if @Lighta started working on it, though...) Quote
AnnieRuru Posted January 16, 2014 Posted January 16, 2014 (edited) It's not. We discussed whether or not to implement this many months back, but decided against it. (I wonder if @Lighta started working on it, though...)even if not going to implement this, at least release it in source release section ... http://rathena.org/board/topic/90942-request-custom-setcell-like-cell-basilica/?p=238140 http://rathena.org/board/topic/89732-is-possible-pvp-specific-area/?p=237238 the different between mine and his is .. mine able to pk in certain cell without pvp flag on his disable player pk in certain cell with pvp flag on ... but we both still couldn't make it to work like in the video need to mess around with clif file ... I still don't have enough knowledge to mess around with sending packets Edited January 16, 2014 by AnnieRuru Quote
Unknown Posted January 16, 2014 Author Posted January 16, 2014 Uhm, is this of any help? if( !(flag&BCT_ENEMY && target->type == BL_PC && ( target->x >= 14 && target->x <= 105 && target->y >= 150 && target->y <= 191 ) || src->type == BL_MOB )) ) return 0; Quote
AnnieRuru Posted January 16, 2014 Posted January 16, 2014 which map ? you still need a check like sd->bl.m or sd->mapindex ... Quote
Question
Unknown
I'm not sure if it's the right section...
Is it possible to create a script that makes a specific area of a map flagged as a pvp zone where players can battle each other?
It's like a mapflag that works for just a portion of a map.
It's really important, please help!
4 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.