Jump to content
  • 0

How to cancel the consumption of ninja orbs, using the queen bee card?


Tdi123

Question


  • Group:  Members
  • Topic Count:  92
  • Topics Per Day:  0.04
  • Content Count:  192
  • Reputation:   3
  • Joined:  12/12/17
  • Last Seen:  

My idea would be using the already existing formula in the emulator:

rathena-master\db\pre-re\item_group_db.yml

- Group: GEMSTONE
    SubGroups:
      - SubGroup: 1
        List:
          - Item: Yellow_Gemstone
            Rate: 1
          - Item: Red_Gemstone
            Rate: 1
          - Item: Blue_Gemstone
            Rate: 1

Sorry for my english, I'm using google translator!

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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

try change 

https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L18432

if( sd->special_state.no_gemstone == 2 ) // Remove all Magic Stone required for all skills for VIP.

into

if( sd->special_state.no_gemstone >= 1 ) // Remove all Magic Stone required for all skills for VIP.

 

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...