M madtoyz New member Messages 173 Points 0 Aug 6, 2013 #2 How to disable certain skills time WOE ?.. example : disable skill Body Relocation
Q quesoph New member Messages 562 Points 0 Location Philippines Emulator Aug 6, 2013 #3 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: Aug 6, 2013
map_zone_db.conf { name: "test" disabled_skills: { MO_BODYRELOCATION: "PLAYER" }} script: prtg_cas01<tab>mapflag<tab>zone<tab>test try this.
M madtoyz New member Messages 173 Points 0 Aug 6, 2013 #4 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
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
M madtoyz New member Messages 173 Points 0 Aug 6, 2013 #6 quesoph said: Yes Click to expand... thanks...