

In Xhaiden Dale - kill the cranes and elk. Give bait to weasel and the weasel will follow you back. Probe the box, take bait from box and search for weasels in the Dale.
#Monk scripts achaea mudlet how to
Overall, it's amazing that folks have put as much work as they have into this project, but it's nearly impossible to figure out how to use any of it. In Xhaiden Dale, there is a box full of weasel bait. Milabar tilts his head and listens intently. rings, the second brilliantly coruscating at its passing. Most just have you essentially bash mobs, loot and level. Milabar says in a quiet, passionate voice, 'You are dutiful, loyal, hard working, precise.' Silver sparks dance across the heavens as the dazzling orb of the sun rushes past Achaeas three. I created a basic script that declares them on startup each time. Theres a lot of potential for MUDs to do things like this, and some of them do try.

Variables get deleted at startup for some reason. Will you wield swords under the power of Devotion, and allow the Light to shine through. Choose your city or class wisely, as it may make or break your entire gameplay. You leave yourself and become your character when you log on, and must act as if the world there, is the only world.
#Monk scripts achaea mudlet code
Or if I see the echo, then I'll know my code is silently failing. Achaea is a roleplaying game, and strictly that. I've used this countless times to discover that my keybinding or whatever wasn't even firing. If you're wondering if your scripts is even firing, copy-paste all your code to a notepad file, then delete it all from Mudlet and replace it with echo("I'm working!"). However, setAreaName(001, "MyArea") with the quotation marks works perfectly because that's the syntax the function needs. No error or indication that it even tried to run. For example, setAreaName(001, MyArea) seems to do nothing. If it exists, it can be called from any alias, trigger, etc. For example, I created a keybinding (ctrl-W) called DoSomething, and it calls whatever function I'm wanting to test at the time.Īny Lua function in any script is fair game. They have to be called in a trigger, or keybinding, or alias, or something like that. You can't call Lua functions from the main console. Here are some general learnings for anyone else stumbling on this thread X years from now: In my case, it was a local function, so it couldn't be called outside of the script. :pįor what it's worth, I figured out what was going on here.
