How to disable certain skills time WOE

madtoyz

New member
Messages
173
Points
0
How to disable certain skills time WOE ?..

example :

disable skill

Body Relocation
 
map_zone_db.conf

{  name: "test"    disabled_skills: { MO_BODYRELOCATION: "PLAYER"  }}

script:

prtg_cas01<tab>mapflag<tab>zone<tab>test
try this.

 
Last edited by a moderator:
EXAMPLE. (are this correct what im doing ? )

db/re/map_zone_db.conf

{ name: "WOE" disabled_skills: { MO_BODYRELOCATION: "PLAYER" }},

npc/basicnpc/skill_disable.txt

prtg_cas03 mapflag zone WOE
npc/scripts_custom.conf

Code:
npc: npc/basicnpc/skill_disable.txt
 
Back
Top