SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
  • SIGN UP
  • LOGIN

Aardwolf Boot Camp

MENUMENU
  • Joining
  • Rules
  • Maps
  • Forums
  • Members
    • New Members
    • Promotion Guide
    • Guides
    • Area Quests/Goals
    • Plugins
    • Outcasting
    • External Links

Deathtrap Dungeon Master Alias by Anssett

by Madrox / Tuesday, 10 December 2024 / Published in Public, Public-Guides

Set an alias and name it

dtmaster *

then set the body to

masterTable = {
[“thief”] = “owl tattoo”,
[“psi”] = “robes mind energy”,
[“mage”] = “journeyman boots well-worn”,
[“warrior”] = “Lieutenants badge”,
[“cleric”] = “white flowing robes exotic”,
[“paladin”] = “coat arms ancient”
}

Execute(“c major ” .. masterTable.%1)

set it to execute and voila. dtmaster thief will create the item you need. Now if you cexit to buy whis;;ent cleric;;op d;;d;;dtmaster class;;give (item) soul for each class with the proper item given to the soul and mapper will take you right to each master. Requires major create skill.

  • Tweet

About Madrox

I murder stuff

What you can read next

More MUSHClient aliases
Good Aligned
Neutral Guide

2 Comments to “ Deathtrap Dungeon Master Alias by Anssett”

  1. Morienda says :Reply
    February 9, 2025 at 6:36 pm

    This failed for me. I had to use the below script and send it to script and not execute.

    masterTable = {
    [“thief”] = “owl tattoo”,
    [“psi”] = “robes mind energy”,
    [“mage”] = “journeyman boots well-worn”,
    [“warrior”] = “Lieutenants badge”,
    [“cleric”] = “white flowing robes exotic”,
    [“paladin”] = “coat arms ancient”
    }

    local class = “%1” — Capture argument using %1

    if masterTable[class] then
    Send(“c major ” .. masterTable[class]) — Send command to the game
    else
    Note(“Invalid class: ” .. class) — Debugging output
    end

  2. Taenaran says :Reply
    March 2, 2025 at 7:35 am

    Both worked for me, but:
    1. All quotes needed replacing – it seems the site engine messes them up.
    2. The first alias must also be sent to script, not to execute.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Boot Camp © 2016 - 2018. All rights reserved.

TOP