![]() |
map0 arena 1v1 - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: map0 arena 1v1 (/Thread-map0-arena-1v1) |
map0 arena 1v1 - jexnico - 02-08-2018 12:07 PM i tried to create a 1v1 arena, i can not get the safe out of it, would it help me? Quote:[AREADEF a_arena1x1] i want flags as no recall, no gate, no construction, no spell mark ty (02-08-2018 12:07 PM)jexnico Wrote: i tried to create a 1v1 arena, i can not get the safe out of it, would it help me? i want you to release pvp to these coordinates RE: map0 arena 1v1 - azmanomer - 02-08-2018 12:43 PM FLAGS=region_flag_nobuilding|region_antimagic_gate|region_antimagic_recall_in|region_antimagic_recall_out|region_flag_arena There is no option for disable marking at region flags as i know. RE: map0 arena 1v1 - jexnico - 02-08-2018 06:23 PM (02-08-2018 12:43 PM)azmanomer Wrote: FLAGS=region_flag_nobuilding|region_antimagic_gate|region_antimagic_recall_in|region_antimagic_recall_out|region_flag_arena one error ERROR:(sphere_map0.scp,28)Undefined symbol 'region_flag_arena' RE: map0 arena 1v1 - azmanomer - 02-08-2018 10:51 PM what version are u using? if its not 56d there is no region_flag_arena i dont know when they added it so remove that flag if u are not using last version or update your scripts and sphere. RE: map0 arena 1v1 - jexnico - 02-09-2018 06:05 AM (02-08-2018 10:51 PM)azmanomer Wrote: what version are u using? if its not 56d there is no region_flag_arena i dont know when they added it so remove that flag if u are not using last version or update your scripts and sphere. is 56b RE: map0 arena 1v1 - Leonidas - 02-09-2018 07:57 AM "region_antimagic_recall_in" should disable marking as well as recalling. All these are in sphere_defs.scp |