try this,
[macro]1000 {100cc} Cc:=3043 Misc.ItemCountEx(!Cc!)>=100 Hotkey.Use(!Cc!) exit()[/macro]
may not work correctly, if u have 101 or more cc , cuz it will try to use that Single coin, and will split it to plats probably
so if it splits more into plats than turns into higher try this macro but with == condition
[macro]1000 {100cc} Cc:=3043 Misc.ItemCountEx(!Cc!)==100 Hotkey.Use(!Cc!) exit()[/macro]
[macro]1000 {100cc} Cc:=3043 Misc.ItemCountEx(!Cc!)>=100 Hotkey.Use(!Cc!) exit()[/macro]
may not work correctly, if u have 101 or more cc , cuz it will try to use that Single coin, and will split it to plats probably
so if it splits more into plats than turns into higher try this macro but with == condition
[macro]1000 {100cc} Cc:=3043 Misc.ItemCountEx(!Cc!)==100 Hotkey.Use(!Cc!) exit()[/macro]