This is my first source mod, it allows you to disable multiple items/skills on maps.
<mapa> [TAB] mapflag [TAB] <mapflag> [TAB] <param>,<param>,...
NOITEM:
param:
item id = Only disables item id
1 = Disables all consumable items
2 = Disables and takes off all equipments
4 = Disables all card effects
Example:
prontera mapflag noitem 1222,501,503,505,4001,4033 // Damascus, red, yellow and blue potions disabled, Poring and Poporing cards won't work
geffen mapflag noitem 4,1 // All consumable items are disabled, no card effects.
izlude mapflag noitem 5 // The same as above (4+1)
NOSKILL2:
param:
skill id = Disables the specified skill.
Example:
prontera mapflag noskill2 243,8016 // Can't use "Call Homunculus" and Vanilmirth's "Bio Explosion" skills
geffen mapflag noskill2 83,89,85 // Can't use "Storm Gust", "Meteor Storm" and "Lord of Vermillion"
Mirror: http://paste.pocoo.org/raw/557974/
noitemnoskill.patch