Feefty Posted November 9, 2012 Posted November 9, 2012 can anyone help me? i want to make a pvp on a certain cell. Thanks. Quote
AnnieRuru Posted November 10, 2012 Posted November 10, 2012 http://www.eathena.ws/board/index.php?showtopic=274486 so do a setcell .. cell_basilica ... so players cannot hit each other on that cell, effectively make other players can pvp only on certain cells I assumed you already know how to write an event script if you are asking this question ... Quote
Feefty Posted November 10, 2012 Author Posted November 10, 2012 (edited) http://www.eathena.w...howtopic=274486 so do a setcell .. cell_basilica ... so players cannot hit each other on that cell, effectively make other players can pvp only on certain cells I assumed you already know how to write an event script if you are asking this question ... yes, i was looking for cell_pk source for ages and does it work in latest rathena? Thanks! edit: tried it and not working. and im not sure if this line is a typo //find this else if(( sd->duel_group && !((!battle_config.duel_allow_pvp && map[m].flag.p //use this to replace else if(( sd->duel_group && !((!battle_config.duel_allow_pvp && map[m].flag.pvp) ||(!battle_config.duel_allow_gvg && map_flag_gvg(m))))||( cell_pk_check(t_bl, s_bl, m) == true )) Edited November 10, 2012 by Feefty Quote
Question
Feefty
can anyone help me? i want to make a pvp on a certain cell.
Thanks.
3 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.