mybitch 9 Posted June 30, 2013 How to disable rental items in woe map? such as prt_castle, prtg_cas01? Thanks! Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted June 30, 2013 Have you tried using your /db/(pre-)re/map_zone_db.conf? Look for this part: /* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */ disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" WZ_ICEWALL: "PLAYER" TF_BACKSLIDING: "PLAYER" RG_INTIMIDATE: "PLAYER" WE_CALLPARTNER: "PLAYER" HP_ASSUMPTIO: "PLAYER" HP_BASILICA: "PLAYER" CG_MOONLIT: "PLAYER" WE_CALLPARENT: "PLAYER" WE_CALLBABY: "PLAYER" CR_CULTIVATION: "PLAYER" NJ_KIRIKAGE: "PLAYER" CASH_ASSUMPTIO: "PLAYER" BS_GREED: "PLAYER" SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } disabled_items: { Assumptio_5_Scroll: true Greed_Scroll: true Pty_Assumptio_Scroll: true } Add your items under "disabled_items". Keep in mind these items won't be used in ANY map with the GvG Mapflag on. Quote Share this post Link to post Share on other sites
0 mybitch 9 Posted June 30, 2013 Have you tried using your /db/(pre-)re/map_zone_db.conf? Look for this part: /* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */ disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" WZ_ICEWALL: "PLAYER" TF_BACKSLIDING: "PLAYER" RG_INTIMIDATE: "PLAYER" WE_CALLPARTNER: "PLAYER" HP_ASSUMPTIO: "PLAYER" HP_BASILICA: "PLAYER" CG_MOONLIT: "PLAYER" WE_CALLPARENT: "PLAYER" WE_CALLBABY: "PLAYER" CR_CULTIVATION: "PLAYER" NJ_KIRIKAGE: "PLAYER" CASH_ASSUMPTIO: "PLAYER" BS_GREED: "PLAYER" SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } disabled_items: { Assumptio_5_Scroll: true Greed_Scroll: true Pty_Assumptio_Scroll: true } Add your items under "disabled_items". Keep in mind these items won't be used in ANY map with the GvG Mapflag on. Yeah, is there a particular word that will disabled rental items? such as Rental_Item: True ? like that? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted June 30, 2013 Nope, I think you'll have to go one by one and hope you don't have any item that can be permanent and rented at the same time. Quote Share this post Link to post Share on other sites
0 mybitch 9 Posted June 30, 2013 Nope, I think you'll have to go one by one and hope you don't have any item that can be permanent and rented at the same time. This is not going to be a good move. I wish there's a bit flag that will represent rental item so that its easy to delist them Quote Share this post Link to post Share on other sites
How to disable rental items in woe map? such as prt_castle, prtg_cas01?
Thanks!
Share this post
Link to post
Share on other sites