if you want disable some item from WOE...i think you can just do it here..
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_noequip.txt
Example
//GVG
12218,4 //LV5 Assumptio Scroll
14529,4 //Greed Scroll
14590,4 //Party Assumptio 5 Scroll
it will block the usage of those items from WOE..
if you want to restricted it from only certain map..then use
// 32 - restricted in zone 1
// 64 - restricted in zone 2
// 128 - restricted in zone 3
// 256 - restricted in zone 4
// 512 - restricted in zone 5
// 1024 - restricted in zone 6
// 2048 - restricted in zone 7
but select carefulyl..since certain zone are using by other map also.