mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-14 00:44:22 -05:00
Rejuv potiuons added to extractor
This commit is contained in:
@@ -91,6 +91,9 @@ namespace d2_tweaks {
|
||||
bool m_show_quartz;
|
||||
bool m_show_tiger_eye;
|
||||
|
||||
bool m_show_rejuv_potion;
|
||||
bool m_show_full_rejuv_potion;
|
||||
|
||||
|
||||
bool quality_settings[static_cast<size_t>(diablo2::structures::item_quality_t::ITEM_QUALITY_COUNT)];
|
||||
|
||||
|
@@ -104,8 +104,8 @@ namespace d2_tweaks {
|
||||
ui::controls::checkbox* m_show_spectacular;
|
||||
ui::controls::checkbox* m_show_legendary;
|
||||
ui::controls::checkbox* m_show_legendary_cut;
|
||||
|
||||
|
||||
ui::controls::checkbox* m_show_rejuv_potion;
|
||||
ui::controls::checkbox* m_show_full_rejuv_potion;
|
||||
|
||||
void(__fastcall* m_draw_dropped_items_names_original)(void*, void*);
|
||||
void(__fastcall* m_handle_dropped_items_original)(void*, void*);
|
||||
@@ -126,8 +126,6 @@ namespace d2_tweaks {
|
||||
void register_misc_checkboxes();
|
||||
void register_quality_checkboxes();
|
||||
|
||||
void extract_rune(bool value, uint32_t runeCode, uint32_t minValue, int propertyRowID);
|
||||
|
||||
void update_alt_only(bool value);
|
||||
void extract_r01(bool value);
|
||||
void extract_r02(bool value);
|
||||
@@ -197,13 +195,17 @@ namespace d2_tweaks {
|
||||
void extract_legendary(bool value);
|
||||
void extract_legendary_cut(bool value);
|
||||
|
||||
void extract_flourite(bool value);
|
||||
void extract_jade(bool value);
|
||||
void extract_argonite(bool value);
|
||||
void extract_azurite(bool value);
|
||||
void extract_sulpher(bool value);
|
||||
void extract_quartz(bool value);
|
||||
void extract_tiger_eye(bool value);
|
||||
void extract_rejuv_potion(bool value);
|
||||
void extract_full_rejuv_potion(bool value);
|
||||
|
||||
|
||||
//void extract_flourite(bool value);
|
||||
//void extract_jade(bool value);
|
||||
//void extract_argonite(bool value);
|
||||
//void extract_azurite(bool value);
|
||||
//void extract_sulpher(bool value);
|
||||
//void extract_quartz(bool value);
|
||||
//void extract_tiger_eye(bool value);
|
||||
|
||||
void update_show_gold(bool value);
|
||||
void update_show_runes(bool value);
|
||||
|
Reference in New Issue
Block a user