- Joined
- Jul 22, 2019
- Messages
- 22
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMVXA
Hi all, I'm looking for an item icon hue/color changing script that works with Venka's Crafting Script 3.8
as I need to color change ores/bars icons to be different colors for crafting tiers.
At the moment I have Modern Algebras Icon Hues script but it's clashing with the icon hues call part of Venka's script
(if $imported && $imported[:MAIcon_Hue]
draw_icon_with_hue(@recipe.crafted_item.icon_index,
@recipe.crafted_item.icon_hue, x, y, enabled))
I get a script error for this area whenever I attempt to open a craft page with the Item Hues script installed.
I remember someone talking about an item hue script that was patched for the crafting script, or how to patch one.
Cheers
as I need to color change ores/bars icons to be different colors for crafting tiers.
At the moment I have Modern Algebras Icon Hues script but it's clashing with the icon hues call part of Venka's script
(if $imported && $imported[:MAIcon_Hue]
draw_icon_with_hue(@recipe.crafted_item.icon_index,
@recipe.crafted_item.icon_hue, x, y, enabled))
I get a script error for this area whenever I attempt to open a craft page with the Item Hues script installed.
I remember someone talking about an item hue script that was patched for the crafting script, or how to patch one.
Cheers


