[Bug] Map_zone_db.conf??

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
Anyone can check their Map zone db.conf?

Because I was adding mapflag that disaable using Yggberry and Yggseed to a certain map.

Added in Map_zone_db.conf

{
name: "NoPots"

disabled_skills: {
}

disabled_items: {
Wing_Of_Fly: true
Yggdrasilberry: true
Seed_Of_Yggdrasil: true
ID607: true
ID608: true

}
}


My npc/mapflag/zone.txt

guild_vs2 mapflag zone NoPots


yet still can use Yggberry and Seed, also tried changing GM to Normal account (they said GM accnt. can bypass.)

I'm using latest hercules

 
If you add this at the Bottom, make sure you don't Forget to add a , to the last }
Like here:
 

},   <-------
{
    name: "NoPots"
    
    disabled_items: {
        Wing_Of_Fly: true
    }
}


And in npc/mapflag/zone.txt use TAB

pay_fild04TABmapflagTABzoneTABNoPots


I test it and it's working.
 

 
This works, but on a certain map like guild_vs2 it can be bypassed. I see it on guild_vs2 and tried to use YGG, still able to consume ygg

I tried on pay_fild04 and used YGG, and unable the character to consume ygg.

 
Got this thing working, I just disabled something on map_zone_db.conf which makes it bypass the ygg,

Disable the PvP zone mapflag

Problem Solved.

 
Last edited by a moderator:
Back
Top