Welcome to the Achaea Forums! Please be sure to read the Forum Rules.
Tarot flinging script

Aerosi
Member Posts: 56 ✭✭ - Stalwart
I can't seem to find one for Mudlet at all, no matter how much I search.
Basically, what I want is a script that OUTD/CHARGE/FLING @TARGET without me having to do all that. Probably just like, FLING PRIESTESS ME to do it.
Anyone have a script like that, or can advise me on a way to create something like it?
(Or would it be an alias instead of a script? I do think alias makes more sense.)
Basically, what I want is a script that OUTD/CHARGE/FLING @TARGET without me having to do all that. Probably just like, FLING PRIESTESS ME to do it.
Anyone have a script like that, or can advise me on a way to create something like it?
(Or would it be an alias instead of a script? I do think alias makes more sense.)
''Dude, I want a horse so bad.....''
''Mhaldorians don't say 'dude'.''
''Oh.... I still want that horse.''
0
Comments
-
Alias name: Whatever you like
That's the one I have, could probably be improved but it serves the purpose. I didn't write it all, I had Verily and Lianca help me with it like 2 years ago.
Pattern: ^(star|lust|aeon|etc etc)(?: (\w+))?$
Script:
card = matches[2]
if matches[3] then
target = matches[3]
target1 = string.sub(target,1,1)
target = string.upper(target1) .. string.sub(target,2)
send("stand")
send("outd "..card)
send("charge "..card)
send("fling "..card.." at "..target)
else
send("stand")
send("outd "..card)
send("charge "..card)
send("fling "..card.." at "..target)
end
You might need to add some kind of wait timer if you don't have supercharge.1 -
Failing supercharge or whatever, you can use a temp trigger or a set of triggers that you disable and enable to capture the charge method and throw the card.
Alias throwcard handles outr and enable trigger
Trigger group captures charge message and then disables on the following prompt. It will prevent needing separate aliases to out deck then charge then fling. Server queuing could work too.
Alias whatever does outd card queue add eqbal charge queue add eqbal fling card at target
lastly, with supercharge, a single send using the in game command separator will be more tidy1
Sign In to Comment.
Categories
- 6K All Categories
- 3K Everything Achaea
- 1.5K North of Thera
- 21 Archives of the Terraformer
- 240 The Matsuhama Arena
- 873 The Golden Dais of Creation
- 283 The Scarlattan Theatre
- 144 The Blank Canvas
- 1.9K Getting Help
- 390 General Questions
- 247 Quick Class Questions
- 1.3K Tech Support
- 298 Client Help
- 456 Curing Systems and Scripts
- 829 Off-Topic
- 250 The Wander Inn
- 579 The Universal Membrane
- 280 Class Discussions
- 280 Individual Class Sections
- 20 Alchemist
- 8 Apostate
- 29 Blademaster
- 9 Depthswalker
- 12 Druid
- 4 Infernal
- 20 Jester
- 19 Magi
- 30 Monk
- 9 Occultist
- 7 Paladin
- 7 Priest
- 28 Runewarden
- 17 Sentinel
- 24 Serpent
- 19 Shaman
- 9 Sylvan