Jump to content
  • 0
Sign in to follow this  
mybitch

How to disable rental items in WoE map?

Question

3 answers to this question

Recommended Posts

  • 0

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. 

Share this post


Link to post
Share on other sites
  • 0

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?

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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 :D

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.