Fun Web Client Scripts

Scripts and support for your favorite MUD client.
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Fun Web Client Scripts

Postby Afu » Fri Oct 06, 2017 4:57 am

Make a new package
Name it whatever, make sure it's enabled

create the following triggers in this package

trigger: You don't find anything
action: search corpse

trigger: You find
action: get steak corpse;put steak pouch;bh young

trigger: is dead
action: search corpse

trigger: exhaustively and conclude there is
action: bh young

trigger: A Dividing Trail
action: south

trigger: A Trail West of the Alligator Marsh
action: east

trigger: A Trail South of the Alligator Marsh
action: north

trigger: You flee
action: bh young

action: You don't see them here!
action: flee



---

once you have this script written
it keeps you inside the alligator pits in ghore, and farms the young alligators
for the exp tokens

just bh young to start, and be at keys when the gods yell at ya!
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Re: Fun Web Client Scripts

Postby Afu » Wed Nov 01, 2017 5:27 pm

---
Auto skillup at guildmaster:

trigger: You practice '(.*)' for a while...
action: prac %1


---
Autoassist, a little spammy:

trigger: (.*) assists
or alternatively: (groupmemberone|groupmembertwo|groupmemberthree) assists
action: assist %1
---

autobash

trigger: (clambers|rises|rise|clamber|manage|manages|madly) to
action: bh or bash

---
autostand

trigger: (tripping|sends|smashes into) you
action: stand

---
autorescue (beta)

trigger: switches targets..
action: look

trigger: (fighting|attacks|hits|misses|enshrouds) (groupone|grouptwo|groupthree)
action: rescue %1

trigger: You fail the rescue
action: look

trigger: Banzaii
action: look
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Re: Fun Web Client Scripts

Postby Afu » Sun Nov 05, 2017 9:43 pm

Auto cast for nukes n stuff same as before make a new package to be able to disable and enable this set..

trigger: You complete your spell..
command: fire

trigger: (rise|clamber) to your feet
command: fire

alias: fire
command: mg;acb
all of your damage in a row, mine goes mg;acb right now
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Re: Fun Web Client Scripts

Postby Afu » Sun Nov 12, 2017 8:56 pm

do what lil tells you
regex:

Code: Select all

(Ashantia|Bele|Delmukeria|Eleari|Elenira|Eliri|Elniri|Emeile|Esara|Gava|Gurru|Ibele|Inama|Ixilliqim|Jiki|Kessarri|Korele|Lilabipple|Lilasena|Lilay|Lilaz|Lilebeple|Lileca|Lilele|Lilemma|Lilena|Lilesa|Lilia|Lilibepple|Lilibiple|Lilippople|Lilithelle|Lilixa|Lilna|Luma|Mersi|Runga|Ssessina|Ssuzzarra|Suzalize|Tule|Vorthra|Xerena|Elinshae|Minara|Emila|Rosera|Goruv|Paya|Soci) orders you to '(.*)'

Trigger:

Code: Select all

worship %1
%2
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Nyss Script version of the alligator farm

Postby Afu » Fri Dec 08, 2017 9:02 pm

Alligator / Python farming in ghore

Caution, this does not check for mob condition.

New Folder: Farm

Triggers:

label: NorthernBoundary
substring: A Dividing Trail

Code: Select all

mud:send("south")


label: WesternBoundary
substring: A Trail West of the Alligator Marsh
substring: West of the Alligator Marsh

Code: Select all

mud:send("east")


label: SouthernBoundary
substring: A Trail South of the Alligator Marsh

Code: Select all

mud:send("north")


label: Roc
substring: ROARS

Code: Select all

mud:send("say aid of mage")
mud:send("kill roc")
mud:send("bash roc")


Label: DoneBleeding
substring: Your bleeding seems to be under control for the time being
substring: further won't help any

Code: Select all

enableTrigger("SearchCorpse")
--disableTrigger("DoneBleeding")
mud:send("search corpse")
--mud:send("holy shit! i think it worked!")


Label: StartBleeding
substring: Your wounds continue to bleed out of control
substring: You can't seem to stop the bleeding
substring: is dead

Code: Select all

disableTrigger("SearchCorpse")
mud:send("bandage self")


Label: SearchCorpse
substring: You don't find anything.

{code]mud:send("search corpse")[/code]

Label: FoundOne
substring: You find

Code: Select all

mud:send("get all corpse")
mud:send("put all hole")
mud:send("kick young")


Label: NoTarget
substring: Shieldpunch who

Code: Select all

mud:send("flee")


Label: KillGator
substring: You search exhaustively and conclude there is nothing to be found!
substring: You flee

Code: Select all

mud:send("kick young")


Label: KillPython
substring: Kick who

Code: Select all

mud:send("shieldpunch python")
Last edited by Afu on Fri Dec 08, 2017 9:31 pm, edited 2 times in total.
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Re: Fun Web Client Scripts

Postby Afu » Fri Dec 08, 2017 9:06 pm

the key to the roc is keeping him bashed, with old bash not powers....
Afu
Sojourner
Posts: 82
Joined: Sun Oct 01, 2017 3:58 pm

Re: Fun Web Client Scripts

Postby Afu » Fri Dec 08, 2017 9:30 pm

My bad, this for nyss script :p ^^

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 17 guests