I'm trying to set up a macro to where once i get 500 pumpkins in my inventory I do /sell pumpkin, what I have now is onItemPickUp: Code: $${IF(PICKUPID = 86);(PICKUPAMOUNT = 1);ECHO(/sell pumpkin);ENDIF;}$$ (pickup amount is set to 1 to test) any help is appreciated!
https://www.ecocitycraft.com/forum/threads/creating-custom-macros.154421/ Check this out @Amerikathefree
There is alredy a macro like that in the forums I credit @ScarabCoder for his Macro https://www.ecocitycraft.com/forum/...macros-lwc-lotto-pumpkin-farming-more.139129/ <-- Macro NOTE: Every 60 seconds will sell your pumpkins if you want every 1 pumpkin tell me