disabled_items not working under map_zone_db.conf

wallaby

New member
Messages
78
Points
0
It's funny encountering this problem: I've done the following:

guild_vs3<tab>mapflag zone<tab>Arena

...in my script and in the map_zone_db.conf...

{
    name: "Arena"

    disabled_commands: {
        storage: 99
        guildstorage: 99
        warp: 99
        jump: 99
        go: 99
        save: 99
        memo: 99
    }
   
    disabled_items: {
        Solar_Sword: true
        ID1136: true
    }
}

But my char can still equip Solar Sword. Can you please advice me where/what I did wrong?

Thanks a lot!

 
Thank you Asheraf. I've tested it further with the help from Ridley and it seems that it's not working on certain maps only. It's not working on guild_vs1 -> guild_vs5 maps. Wonder if there's a fix for this...

 
Yes Kusan, I was using that too on my current server, which is running on an old emulator. Unfortunately this plugin hasn't been updated since.

 
Back
Top