Tdi123 Posted January 12 Share Posted January 12 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted January 13 Share Posted January 13 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 Link to comment Share on other sites More sharing options...
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