Search found 156 matches

by Taziar
Sat Oct 12, 2019 6:12 pm
Forum: cMUD
Topic: House of Medakan cMUD Scripts
Replies: 35
Views: 133408

Re: House of Medakan cMUD Scripts

Type helpMend to view help file in client. https://lh4.googleusercontent.com/b3tX9mACAcI3X6cmVsGvgWttxBEk_Y_jHm_aLwwuz1FkqAut1fsSH4cQ-BoCNb-DrRtWCUtd=w1175 Direct download: MendCMUD.txt #CLASS {Mend} #ALIAS helpMend { #PRINT {%crlf <C dodgerblue>-----Mend Help File-----</C>} #PRINT { <C dodgerblue>[...
by Taziar
Thu Oct 03, 2019 3:17 pm
Forum: zMUD
Topic: House of Medakan zMUD Scripts
Replies: 39
Views: 157133

Re: House of Medakan zMUD Scripts

-----Bank----- Install offline or reconnect after install if online. #CLASS {Bank} #ALIAS helpBank { #SAY {%crlf <C dodgerblue>-----Bank Help File-----</C>} #SAY { <C dodgerblue>[Updated:10/2/2019]</C>} #SAY { Keeps track of all character's bank account balances.} #SAY {} #SAY { Type <C dodgerblue>...
by Taziar
Tue Aug 27, 2019 1:45 am
Forum: cMUD
Topic: House of Medakan cMUD Scripts
Replies: 35
Views: 133408

Re: House of Medakan cMUD Scripts

Type helpMeleeRound to view help file in client. https://lh6.googleusercontent.com/bih_2DuiWy5_znv9t9T2YysJcM6KuC6AH8i4Lf8703rKqyCbKoWWhv0QnTLRJdBVS5-VhrfrzDwk0X5F8Rk-rIqdrl9lS6xvpq2SBZ12OxH1UOVWMUY=w773 Direct download: MeleeRoundCMUD.txt #CLASS {MeleeRound} #ALIAS helpMeleeRound { #PRINT {%crlf <C...
by Taziar
Wed Aug 21, 2019 8:28 pm
Forum: cMUD
Topic: House of Medakan cMUD Scripts
Replies: 35
Views: 133408

Re: House of Medakan cMUD Scripts

Type helpMap to view help file in client.

Image

Direct download: MapCMUD.txt

Code: Select all

#CLASS {Map}
by Taziar
Sun Aug 18, 2019 2:57 am
Forum: cMUD
Topic: House of Medakan cMUD Scripts
Replies: 35
Views: 133408

Re: House of Medakan cMUD Scripts

Type helpMacros to view help file in client. https://lh3.googleusercontent.com/XRJfVtVKV0cPuOR-BIGvEGKxc2UtAdfS_147q4gZ6hxI7kvW94FxUxI_Gc7CjySXXCLGwGw9OfcpAL9DqEeCk_p_otOVY8d_z-1R4Jac0Bs2lA2OJBc=w773 Example: https://lh4.googleusercontent.com/demYusE9oiHPfdRNLDk5FvNOKCF7hkhVRVoex2NWnBiYqJfxG83iHGCIm...
by Taziar
Sun Oct 28, 2018 11:29 am
Forum: zMUD
Topic: My scripts
Replies: 14
Views: 58116

Re: My scripts

Markus' Travel This a fairly simple Travel script. How it works: --------------------- Summary of commands --------------------- loc - locate object, for instance 'loc key' life - locate life, for instance 'life horse' tcode label N - store a travelcode numbered N under a label of your choice tcode...
by Taziar
Sun Oct 28, 2018 11:27 am
Forum: zMUD
Topic: My scripts
Replies: 14
Views: 58116

Re: My scripts

Markus' Targeting This is a rather simple targetting script. It's intended as a basic example that should be easy to adapt and expand upon to suit your needs. Changing your target: tar name. For example: tar dark tar seanchan tar markus Afterwards you can do the following things: z - kill target (f...
by Taziar
Sun Oct 28, 2018 11:21 am
Forum: zMUD
Topic: My scripts
Replies: 14
Views: 58116

Re: My scripts

Markus' StatusBar 1.6 This script displays the status of your target, notice, mood, posture, sneak and saidin/saidar in a bar at the bottom of the screen. Since posture, sneak and the Source are all optional and not all WoTMUD characters have them, they will not be visible unless in use. Notice sta...
by Taziar
Sun Oct 28, 2018 11:20 am
Forum: zMUD
Topic: My scripts
Replies: 14
Views: 58116

Re: My scripts

Markus' Receipts and Tickets This script browses through all receipts or tickets in your inventory. Simply type "receipts" or "tickets". Note: the script ignores coach tickets. If it shows a given horse ticket as, say, 4th on the list, use 4.stable to refer to it rather than 4.t...
by Taziar
Sun Oct 28, 2018 11:19 am
Forum: zMUD
Topic: My scripts
Replies: 14
Views: 58116

Re: My scripts

Markus' Narrates and Tells The script captures tells and narrates and displays them in a second window. It does not remove them from the main MUD output window. #CLASS {Narrates and Tells} #TRIGGER {%x narrates '*'$} {#CAPTURE Communications} "" notrig #TRIGGER {%x tells you '*'$} {#CAPTU...