Author |
Message |
Topic: Temporal Rifts - Health Status Bar Script |
crisis
Replies: 2
Views: 10641
|
Forum: Finished MUD Scripts Posted: Fri Aug 24, 2007 6:07 am Subject: Temporal Rifts - Health Status Bar Script |
Just copy and paste in to your command line. And to set the bar to your max hps just type score. It will automatically update to your max and current health after that. Hope you enjoy. You also mi ... |
Topic: Capture Script for Temporal Rifts |
crisis
Replies: 0
Views: 6544
|
Forum: Finished MUD Scripts Posted: Fri Aug 24, 2007 6:01 am Subject: Capture Script for Temporal Rifts |
#CLASS {Capture}
#TRIGGER {%w tells you %1} {#CAP friends}
#TRIGGER {You tell %w %1} {#CAP friends}
#TRIGGER {fchat} {#CAP friends}
#TRIGGER {tells the group} {#CAP friends}
#TRIGGER {%w exclaims ... |
Topic: Temporal Rifts Fishing Script |
crisis
Replies: 0
Views: 6715
|
Forum: Finished MUD Scripts Posted: Fri Aug 24, 2007 5:58 am Subject: Temporal Rifts Fishing Script |
Here is a Fishing script for Temporal Rifts.
#CLASS {Fishing}
#TRIGGER {Your float gets tugged underwater briefly.} {fish check}
#TRIGGER {The fish breaks your line! You reel your line in to put ... |
Topic: How to make a List Summon |
crisis
Replies: 11
Views: 13528
|
Forum: zMUD General Discussion Posted: Fri Aug 24, 2007 5:04 am Subject: I understand the basics behind it. Just need to study it more. |
But I am still having one problem.
#COND {^(?:(?:A|An|The) .*? arrives suddenly.|You failed.)} {#IF (%line="You failed.") {#ADD FailCount 1;SummonTarget=%item(@SummonTargets,%eval(%ismember(@Summon ... |
Topic: How to make a List Summon |
crisis
Replies: 11
Views: 13528
|
Forum: zMUD General Discussion Posted: Fri Aug 24, 2007 12:14 am Subject: How to make a List Summon |
These three I am having issues with:
#TRIGGER "SummonTime" {^--TICK!$} {#IF (@InCombat=0) {DoSummon}} "" {disable}
#COND {^(?:(?:A|An|The) .*? arrives suddenly.|You failed.)} {#IF (%line="You fai ... |
Topic: How to make a List Summon |
crisis
Replies: 11
Views: 13528
|
Forum: zMUD General Discussion Posted: Fri Aug 24, 2007 12:06 am Subject: Ok problem with the setup |
I have it in now. But for some reason the Tick trigger and the Cond trigger keep deleting. On their own. And everything is being thrown in one folder. I hope I didn't do it wrong.
Thanks,
Cr ... |
Topic: How to make a List Summon |
crisis
Replies: 11
Views: 13528
|
Forum: zMUD General Discussion Posted: Thu Aug 23, 2007 5:34 am Subject: How to make a List Summon |
But this is exactly what I do want to make. And for some reason when I do get it in the DoSummon just shows up like this.
Alias Name: DoSummon
Alias Value: {#IF
Nothing else. Exactly like tha ... |
Topic: How to make a List Summon |
crisis
Replies: 11
Views: 13528
|
Forum: zMUD General Discussion Posted: Thu Aug 23, 2007 5:28 am Subject: Giving me an Access Violation |
Access violation at address 004BDAB4 in module 'Zmud.exe'. Read of address 756E254D. |
Topic: How to make a List Summon |
crisis
Replies: 11
Views: 13528
|
Forum: zMUD General Discussion Posted: Thu Aug 23, 2007 12:34 am Subject: How to make a List Summon |
Ok this is what I am trying to make but I honestly don't know how to do it.
I want to make a trigger that summons a mob every tick and kills it.
But this is the issue. I want it to switch targe ... |
Topic: Please help me with this script |
crisis
Replies: 1
Views: 3577
|
Forum: zMUD General Discussion Posted: Wed Aug 15, 2007 10:51 am Subject: Please help me with this script |
OK here is my problem, from plevelgo it works great. However once it gets done and the push1 folder is closing the statement ( They aren't here. ) is the trigger for it to move to a new room and acti ... |
|