Author |
Message |
Topic: Craft branch capture (Capture and timestamp something from MUD and save it) |
azurerazor
Replies: 7
Views: 10504
|
Forum: CMUD General Discussion Posted: Mon Aug 06, 2018 9:39 pm Subject: Craft branch capture (Capture and timestamp something from MUD and save it) |
I like the crafting packs highlights, its nice addition. Thanks for pointing it out to the n00b! |
Topic: Craft branch capture (Capture and timestamp something from MUD and save it) |
azurerazor
Replies: 7
Views: 10504
|
Forum: CMUD General Discussion Posted: Sat Jul 28, 2018 7:08 pm Subject: Craft branch capture (Capture and timestamp something from MUD and save it) |
How do you get to that Shared Library? Feel free to share a link or email me if its more private |
Topic: Craft branch capture (Capture and timestamp something from MUD and save it) |
azurerazor
Replies: 7
Views: 10504
|
Forum: CMUD General Discussion Posted: Sat Jul 28, 2018 4:08 am Subject: Craft branch capture (Capture and timestamp something from MUD and save it) |
There is a library for SOI? |
Topic: Craft branch capture (Capture and timestamp something from MUD and save it) |
azurerazor
Replies: 7
Views: 10504
|
Forum: CMUD General Discussion Posted: Fri Jul 27, 2018 8:16 pm Subject: Craft branch capture (Capture and timestamp something from MUD and save it) |
In SOI aka Shadows of Isildur aka Laketown RPI
Craft branching is a cool part of the dynamic, but occasionally the branch messages get lost in spam, so I made this script to create a record of it.
... |
Topic: Name Resolver |
azurerazor
Replies: 5
Views: 9757
|
Forum: CMUD General Discussion Posted: Thu Jul 26, 2018 1:34 pm Subject: Name Resolver |
FYI the final in process version is
TRIGGER
<trigger priority="240" id="24">
<pattern>({@nameList})</pattern>
<value><![CDATA[#SUB {<color purple>%1</colo ... |
Topic: Last seen list and script |
azurerazor
Replies: 6
Views: 9684
|
Forum: CMUD General Discussion Posted: Thu Jul 26, 2018 1:31 pm Subject: Last seen list and script |
By the way - I'm collecting examples of this data so I can test this out. Since this MUD is RPI and hardcore perma-death it might take awhile. |
Topic: Last seen list and script |
azurerazor
Replies: 6
Views: 9684
|
Forum: CMUD General Discussion Posted: Wed Jul 18, 2018 1:14 pm Subject: Last seen list and script |
Maybe not - The original thought behind this was protecting against wolves which travel in packs but some of them are hidden (or can hide)... So if there was a LAST SEEN screen while you were tracking ... |
Topic: Last seen list and script |
azurerazor
Replies: 6
Views: 9684
|
Forum: CMUD General Discussion Posted: Tue Jul 17, 2018 9:20 pm Subject: Last seen list and script |
I just can't get anything to work for this... On this MUD the MOB and PC descriptions are variable...
Really the only constant (which is close enough to work) is that the text will START THE LINE a ... |
Topic: Sync Profiles between PC's |
azurerazor
Replies: 2
Views: 6625
|
Forum: CMUD General Discussion Posted: Mon Jul 16, 2018 10:04 pm Subject: Sync Profiles between PC's |
Could find any reference to this by searching... I've got to assume someone else would find the ability to sync profiles (Alias, Triggers, Variables, DB) to a secondary machine.
Has it already been ... |
Topic: Last seen list and script |
azurerazor
Replies: 6
Views: 9684
|
Forum: CMUD General Discussion Posted: Tue Jun 12, 2018 11:41 pm Subject: Last seen list and script |
OK this is my idea...
I'd like to capture the MOB's and PC's that I've seen
Seems like in the particular mud the sends all the PC's and Mobs with a 32m code
*from debugger*
06:42:49.064p | &l ... |
Topic: Need mapping help for Shadows of Isildur |
azurerazor
Replies: 7
Views: 16453
|
Forum: zMUD General Discussion Posted: Sat Jun 02, 2018 2:09 am Subject: Need mapping help for Shadows of Isildur |
Just realized this is a ZMUD thread... I'm using cMud - maybe thats the problem
Created on CMUD http://forums.zuggsoft.com/forums/viewtopic.php?p=177739 |
Topic: Mapper for Shadows of Isildur |
azurerazor
Replies: 1
Views: 4639
|
Forum: CMUD General Discussion Posted: Sat Jun 02, 2018 2:08 am Subject: Mapper for Shadows of Isildur |
Interest in getting a mapper working for SOI
Originally found and got involved with this thread -> http://forums.zuggsoft.com/forums/viewtopic.php?p=177738
Anyway I'm using this code
#trig ... |
Topic: Need mapping help for Shadows of Isildur |
azurerazor
Replies: 7
Views: 16453
|
Forum: zMUD General Discussion Posted: Sat Jun 02, 2018 2:01 am Subject: Need mapping help for Shadows of Isildur |
Tried entering this with Command mode
#trigger {^([%w%s])$} {#tag name "%1"}
#condition {^Exits: ([%w%s])$} {#tag exit "%1";RoomDesc = "";#T+ tRoomDesc}
#condition {#TR {<([~*%s])/([~^%s])/( ... |
Topic: Name Resolver |
azurerazor
Replies: 5
Views: 9757
|
Forum: CMUD General Discussion Posted: Tue May 29, 2018 10:48 am Subject: Name Resolver |
Killer! |
Topic: Name Resolver |
azurerazor
Replies: 5
Views: 9757
|
Forum: CMUD General Discussion Posted: Fri May 25, 2018 6:50 pm Subject: Name Resolver |
Very close but I would like the MUD TEXT to be
LongName (CommonName)
The current version only displays the CommonName
as a bonus coloring the CommonName in white :) |
Topic: Need mapping help for Shadows of Isildur |
azurerazor
Replies: 7
Views: 16453
|
Forum: zMUD General Discussion Posted: Thu May 24, 2018 10:00 pm Subject: Need mapping help for Shadows of Isildur |
Prompt looks like this
<****** / ^^^^^^ / ||||||>
Where * is for health, ^ is for trauma, and | is fatigue |
Topic: Name Resolver |
azurerazor
Replies: 5
Views: 9757
|
Forum: CMUD General Discussion Posted: Thu May 24, 2018 9:07 pm Subject: Name Resolver |
I'm using a couple of string list variables along with a trigger to help REMEMBER names
I'm attempting to use this old ZMUD code to handle the task
https://zuggsoft.com/forums/viewtopic.php?p=91 ... |
Topic: NEWBIE ** I would like to have ZMUD match descr to names |
azurerazor
Replies: 11
Views: 13909
|
Forum: zMUD General Discussion Posted: Thu Aug 31, 2006 8:38 pm Subject: NEWBIE ** I would like to have ZMUD match descr to names |
Any idea why this would stop work all of a sudden?
I have used it for months then all of a sudden nothing, other triggers work but not this one...
I even deleted the trigger and re-entered it. |
Topic: button Health guage |
azurerazor
Replies: 7
Views: 10209
|
Forum: zMUD General Discussion Posted: Mon Dec 17, 2001 9:51 pm Subject: button Health guage |
Thanks!!
|
Topic: button Health guage |
azurerazor
Replies: 7
Views: 10209
|
Forum: zMUD General Discussion Posted: Mon Dec 17, 2001 9:01 am Subject: button Health guage |
I am trying to create a set prompt
from this prompt
[Health] 6676/6676 [Movement] 1294/1300 >
The Vars are for the purpose of making a Health guage. .
I need to get the full trigger and b ... |
|