Jump to content
  • 0

No use of gems for vip


MatheusRDS

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   2
  • Joined:  11/24/18
  • Last Seen:  

Hello, I wanted the player to be vip, besides the non-consumption of gems, it has the effect of the male Maya card, I tried the following, but I did not succeed:

I changed

	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
		sd->special_state.no_gemstone = battle_config.vip_gemstone;

per

	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
		sd->special_state.intravision = battle_config.vip_gemstone;

but I did not succeed, could anyone help me?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   82
  • Joined:  11/15/11
  • Last Seen:  

4 hours ago, matheusrosa said:

Hello, I wanted the player to be vip, besides the non-consumption of gems, it has the effect of the male Maya card, I tried the following, but I did not succeed:

I changed


	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
		sd->special_state.no_gemstone = battle_config.vip_gemstone;

per


	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
		sd->special_state.intravision = battle_config.vip_gemstone;

but I did not succeed, could anyone help me?

Conf/Battle/Player.conf

// Gemstone requirement.
// Can the VIP Group ignore Gemstone requirement for skills?
// 0 = Disable
// 1 = Behave like Mistress Card
// 2 = Remove all gemstone requirements (default)
vip_gemstone: 0

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   2
  • Joined:  11/24/18
  • Last Seen:  

5 hours ago, Haikenz said:

Conf / Battle / Player.conf




 

Hello Haikenz, my settings are this way

	if (pc_isvip(sd)) // Male maya card.
	sd->special_state.intravision = battle_config.vip_gemstone;	

and

// Gemstone requirement.
// Can the VIP Group ignore Gemstone requirement for skills?
// 0 = Disable
// 1 = Behave like Mistress Card
// 2 = Remove all gemstone requirements (default)
vip_gemstone: 2

even so I did not succeed in this change.☹️  I wanted very much that besides the non-consumption of gems, vip players, could have the effect of the male Maya card.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...