Middleman850
Member
- Joined
- Aug 4, 2020
- RedCents
- 80¢
So I’m not great at this macro stuff still learning a lot. I wanted to make a macro to cast a spell on my mage every 40seconds to help with table flipper, how would I do that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

|
| What this macro do ?
|
| Mem spell Wheel of Flame in slot 1 (Wizard spell level 107)
| wait 7 seconds for load the spell
| Cast Wheel of flame
| Recast every 2,38 seconds
| Hide corpse after cast for all chars in group
|
| Use /bcaa instead /bcga for hide corpse for all char connected to EQBC server
| and not only member of the group.
Sub Main
/memspell 1 "Wheel of Flame"
/delay 7s
|Sub Main
:Main
/casting "Wheel of Flame"
/delay 2s
/bcga //hidecorpse all
/delay 38s
/goto :Main
local mq = require('mq')
-- Do not edit this if condition
if not package.loaded['lem.events'] then
print('This script is intended to be imported to Lua Event Manager (LEM). Try "-t/lua run lem-t"')
end
local function on_load()
-- Perform any initial setup here when the event is loaded.
end
---@return boolean @Returns true if the action should fire, otherwise false.
local function condition()
return mq.TLO.SpawnCount('a budding mindspore')() > 0
end
local function action()
mq.cmd('/tar a_budding_mindspore')
mq.cmd('/stick')
mq.cmd('/open')
end
return {onload=on_load, condfunc=condition, actionfunc=action}
you could of been bugged, /camp and come back in.The shrooms counted only 1 time when i tried to do table flipper today - when i opened them again after respawn they didnt count another time. Was it nerfed? Where else can one do table flipper now?
How would I insert or make this happen? I use CWTNs and no idea how to start this.I think i have create somethig for this. I use a wizard i leave her in a circle of mushroom in underfoot and she chain cast an AE spell.
In undershore at NPC called Freemind Cipher for exemple.
You probably edit the macro, change the spell name by an PB AE spell change too the 2 "/Delay timer" to fit with the mage spell casting time.Code:| | What this macro do ? | | Mem spell Wheel of Flame in slot 1 (Wizard spell level 107) | wait 7 seconds for load the spell | Cast Wheel of flame | Recast every 2,38 seconds | Hide corpse after cast for all chars in group | | Use /bcaa instead /bcga for hide corpse for all char connected to EQBC server | and not only member of the group. Sub Main /memspell 1 "Wheel of Flame" /delay 7s |Sub Main :Main /casting "Wheel of Flame" /delay 2s /bcga //hidecorpse all /delay 38s /goto :Main
you can also do the vases at the huts at the above ground alarian settlement in shards landingThe shrooms counted only 1 time when i tried to do table flipper today - when i opened them again after respawn they didnt count another time. Was it nerfed? Where else can one do table flipper now?
