Tdi123 Posted January 12, 2022 Posted January 12, 2022 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! Quote
0 Emistry Posted January 13, 2022 Posted January 13, 2022 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. Quote
Question
Tdi123
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!
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.