rAthena script.
Work on ra 17420 (PvP Cell)
Battle config
+// Addon Cell PVP [Ize]+// Enable Deathmatch for cell pvp+// Default: 0+// 0 = No+// 1 = Yes+cellpvp_deathmatch: 1++// Delay player alive deathmatch for cell pvp+// Default: 1000 (1 secand)+cellpvp_deathmatch_delay: 1000++// When player is dead recovery HP/SP Rate for cell pvp+// Default: 100 (recovery 100%)+deathmatch_hp_rate: 100+deathmatch_sp_rate: 100++// Enable buff when player is dead for cell pvp+// Default: 1+// 0 = No+// 1 = Yes+// Request core npc files use name "deathmatch_core"+cellpvp_autobuff: yes++// Can atk player in party+// Default: 1+// 0 = No+// 1 = Yes+cellpvp_party_enable: no++// Can atk player in guild+// Default: 1+// 0 = No+// 1 = Yes+cellpvp_guild_enable: no++// When player move to cell pvp is delay walk out cooldown+// Default: 5000 (5 secand)+cellpvp_walkout_delay: 5000+
Auto Buff Npc script and pvp cell setting (x,y)
- script CELLPVP -1,{OnInit: setcell "morocc",143,113,157,103,cell_pvp,1; end; }- script deathmatch_core -1,{ callfunc("pvp_scstart"); end;}function script pvp_scstart { sc_start SC_INC_AGI,120000,5; sc_start SC_BLESSING,120000,5; sc_start SC_MAGNIFICAT,120000,3;}
Download :
cell_pvp_v1.6.diff 20.39K
210 downloads
Credit ea-th
someone convert this to herc please