The code from the [ CODE ] bracket?
Thread Tools
Thread Tools
Page 2 of 9
-
HelixInsight SurgeonPresident ⛰️⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade
What is your problem? How do I update to latest macro without breaking anything?
What did you do to cause the problem? I almost broke my macromod on ECC.
What happened? See above.
What should have happened? ECC macros should have not almost exploded.
(Mainly the question is, how do I solve the problem?"
<Pre-made tag to alert @314 of the report> -
helo i am from 'PMC' and i would liek op ty
memes aside, these are really cool, I'll have to download them when my internet is back to normal.-
Potato x 1 - List
-
-
/sudo eekelmo ban eekelmo
/say "OP request handled using PMC technology."
-
Like x 1 - List
-
-
Expipiplusone BuilderBuilder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade
I love the idea of a macro switching automatically tool according to what your looking at. But personally, I would not use that in mining, because it might interfere with the equipment of a sword when in combat with a mob. But it can be very useful in a demolition. I will probably modify it and make it toggle-able.
-
Expipiplusone BuilderBuilder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade
-
HelixInsight SurgeonPresident ⛰️⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade
-
The updates (Which 314 posts on the thread) say what files were changed, so just copy and replace -
Would this need a new module, or would it fit an existing one? If yes, which?
What is your idea?
My suggestion would be added to the mining module. When I mine, I frequently:
- Repair my tools
- Smelt my ores
- Sell my ores (/sell goldi | /sell ironi | /sell diamond | etc)
- Sell my junk to keep inventory clean (/sell dirt | /sell sand | /sell diorite | etc)\
I suggest these commands are bound to the "z, x, c, v" keys (or something similar.. maybe automated) so that mining is as close to automated as it can be (legally). For example, when mining you would simply press z (repair tools), x (sell junk), c (smelt ores), and v (sell ores) in that order to clear your inventory instead of being forced to type a long list of commands.
Of course these functions would require many donation features, but the mining module is designed for users who own an efficiency 7 pick and I would imagine the majority of the eff7 users have these features. These functions would also take a bit more for users to add, but of course they would be totally optional.
@314 -
Repair all:
Code:/repair all
Smelt all:
Code:/smeltall
Sell valuables:
Code:$${ ECHO("/sell coal") WAIT(1000ms) ECHO("/sell iingot") WAIT(1000ms) ECHO("/sell gingot") WAIT(1000ms) ECHO("/sell lapis") WAIT(1000ms) ECHO("/sell redstone") WAIT(1000ms) ECHO("/sell diamond") }$$
Code:$${ ECHO("/sell stone") WAIT(1000ms) ECHO("/sell granite") WAIT(1000ms) ECHO("/sell diorite") WAIT(1000ms) ECHO("/sell andesite") WAIT(1000ms) ECHO("/sell dirt") WAIT(1000ms) ECHO("/sell gravel") }$$
Including these into an automated loop would conflict with the tool switcher - I, personally, have found that the EXECUTE() command does not help with this problem while others reported it does... ._. -
Oh, I had already written exactly what you put here. I was just suggesting it because it helped me so much I wanted others to have it as well.
-
-
Would this need a new module, or would it fit an existing one? If yes, which? It would fit within ToolSwitch.
What is your idea? Add a section for a Sword, where hitid = Zombie, Skele, etc (whatever the proper ids are). Assuming such a thing exists of course. I'm newer to MC, so not sure that will work?
Why do you think it should be added? Having to type /, then backspace, then .tool to be able to equip a weapon is slow. I'm sure there's a way to macro it, but why not extend the ToolSwitch module to rock more.
<Pre-made tag to alert @314 of the suggestion> -
HelixInsight SurgeonPresident ⛰️⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade
-
-
Page 2 of 9