Jump to content
  • 0

Increment Player's variable through Src


OscarScorp

Question


  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

Hello everyone,
I would like to know if it's possible to increment a character's variable, such as "ProducePoints", when successfully creating an item from the Produce command, such as Potion or crafting a Weapon.

I found the produce command, which is called upon using skills such as Pharmacy or using a Mini Furnace, in the atcommand.cpp:

 *------------------------------------------*/
ACMD_FUNC(produce)
{
	...

When successfully producing a potion, I would like to have "ProducePoints++" into the character.

I will be waiting for any help!
Thank you in advance.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

pc_setglobalreg(sd, add_str("ProducePoints"), pc_readglobalreg(sd, add_str("ProducePoints")) + 1);

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

Thanks @Emistry it works!

Edited by OscarScorp
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...