Author |
Message |
Topic: Add text right after a variable.. |
cxs410
Replies: 2
Views: 3011
|
Forum: zMUD General Discussion Posted: Tue Nov 15, 2005 7:09 pm Subject: Add text right after a variable.. |
Variable
@copper
I'm trying to
drop @copper
I need to add the letter c
to that
drop @copperc
how do i make the c appear after the variable on the output? |
Topic: Probably simple... |
cxs410
Replies: 1
Views: 2609
|
Forum: zMUD General Discussion Posted: Tue Nov 08, 2005 8:24 pm Subject: Probably simple... |
I'm setting an alias for k
I want k to
k giant (that is what i would type into zmud)
I want it to
kill
berserk
warcry
kick
kick
it usually say's
kill
berserk you have to be fighting ... |
Topic: Start Timer.. on trigger.. |
cxs410
Replies: 2
Views: 3380
|
Forum: zMUD General Discussion Posted: Fri Nov 04, 2005 8:02 pm Subject: Start Timer.. on trigger.. |
How can I start a timer to know how long a spell effect lasts..
START TIMER
You feel blessed.
End Timer
You feel less blessed.
Then I would like to store the value so I know how long until sp ... |
Topic: Really tough one.. |
cxs410
Replies: 11
Views: 7760
|
Forum: zMUD General Discussion Posted: Fri Nov 04, 2005 3:41 am Subject: Really tough one.. |
That doesn't seem to work...
(10)cure light hrmm. |
Topic: Really tough one.. |
cxs410
Replies: 11
Views: 7760
|
Forum: zMUD General Discussion Posted: Fri Nov 04, 2005 12:22 am Subject: Really tough one.. |
ok the first way works, but what needs to change if the variable is (10)create food that seems to not work.. |
Topic: Really tough one.. |
cxs410
Replies: 11
Views: 7760
|
Forum: zMUD General Discussion Posted: Thu Nov 03, 2005 11:42 pm Subject: Really tough one.. |
I want to capture these...
[Spells Memorized]
1: ( 3)create food ( 2)create water ( 4)cure light
( 1)know alignment
2: ( 1)bless ( 1)detect i ... |
Topic: Sending commands between windows |
cxs410
Replies: 1
Views: 2816
|
Forum: zMUD General Discussion Posted: Thu Oct 27, 2005 11:46 pm Subject: Sending commands between windows |
How do I send commands between windows..
For example between different characters on the same mud? |
Topic: Disguise IP |
cxs410
Replies: 5
Views: 6369
|
Forum: zMUD General Discussion Posted: Wed Oct 26, 2005 6:19 pm Subject: Disguise IP |
Is there a way to disguise my ip when I connect to a mud, for example if i was connecting on one computer in my house but then had another person who wwanted to pay on a different computer in my house ... |
Topic: Capture issues. |
cxs410
Replies: 2
Views: 3735
|
Forum: zMUD General Discussion Posted: Fri Oct 21, 2005 11:15 pm Subject: Capture issues. |
I can't get a trigger to capture this...
-={Chris}=- no one? remember one answer per player
I think it is because there is special characters.. can anybody help? |
Topic: What am I doing wrong.. |
cxs410
Replies: 3
Views: 5093
|
Forum: zMUD General Discussion Posted: Tue Oct 18, 2005 5:34 am Subject: What am I doing wrong.. |
#MATH hp_percent {((cur_hp*100)/max_hp)/10)}
#MATH ave_exp {@experience/@kills}
those two work, thanks for helping me with the %'s and as for the second one, I'm lame and had the wrong spelling an ... |
Topic: What am I doing wrong.. |
cxs410
Replies: 3
Views: 5093
|
Forum: zMUD General Discussion Posted: Tue Oct 18, 2005 1:35 am Subject: What am I doing wrong.. |
I want to display some info in my status window..
for some reason these lines calculate to 0
#MATH hp_percent {(@cur_hp/@max_hp)*100}
#MATH ave_exp {@experienc/@kills}
any idea what i'm doin ... |
Topic: A tougher script.. |
cxs410
Replies: 1
Views: 3840
|
Forum: zMUD General Discussion Posted: Mon Oct 17, 2005 11:13 pm Subject: A tougher script.. |
I want to calculate how hard a specific hit that a mob is doing to me.
Basically I need to capture a few things here.
The way a mob hits me (ex//barely injures).
My current hp, cur_hp (I've ... |
Topic: Spells memorized, trouble getting value from a line. |
cxs410
Replies: 7
Views: 8418
|
Forum: zMUD General Discussion Posted: Sun Oct 16, 2005 8:35 pm Subject: Spells memorized, trouble getting value from a line. |
no.. *sigh*[Spells Memorized]
1: ( 7)cure light
2: ( 3)cure serious
3: ( 5)cure critic ( 1)aid
4& ... |
Topic: Spells memorized, trouble getting value from a line. |
cxs410
Replies: 7
Views: 8418
|
Forum: zMUD General Discussion Posted: Sun Oct 16, 2005 8:13 pm Subject: Spells memorized, trouble getting value from a line. |
well, 1: is static and so is cure light, there is also a space between the ( 2) i think tha tis causing the problem |
Topic: Spells memorized, trouble getting value from a line. |
cxs410
Replies: 7
Views: 8418
|
Forum: zMUD General Discussion Posted: Sun Oct 16, 2005 7:47 pm Subject: Spells memorized, trouble getting value from a line. |
err.. maybe not.. i don't this is working.. please advise.. |
Topic: Spells memorized, trouble getting value from a line. |
cxs410
Replies: 7
Views: 8418
|
Forum: zMUD General Discussion Posted: Sun Oct 16, 2005 7:39 pm Subject: Spells memorized, trouble getting value from a line. |
^1: ~( (%d)~)cure light
solved it ;) |
Topic: Spells memorized, trouble getting value from a line. |
cxs410
Replies: 7
Views: 8418
|
Forum: zMUD General Discussion Posted: Sun Oct 16, 2005 7:27 pm Subject: Spells memorized, trouble getting value from a line. |
I can't seem to get zmud to get the number from this line.
1: ( 2)cure light
1: ( %d)cure light
? I've tried a couple things but I'm not understanding.. I think I need to say there are special ... |
Topic: I think this is an easy one.. |
cxs410
Replies: 2
Views: 3553
|
Forum: zMUD General Discussion Posted: Fri Oct 14, 2005 1:38 am Subject: I think this is an easy one.. |
Two part question..
I'm trying to get zmud to see this variable but I can't get the trigger to match
-- Ripple: cl <-- Actual Mud Putput
-- Ripple: (%d)
It's not matching.. anybody got ... |
Topic: Newbie Question.. |
cxs410
Replies: 2
Views: 4768
|
Forum: zMUD General Discussion Posted: Tue Oct 04, 2005 8:16 pm Subject: Newbie Question.. |
Thanks a ton.. that helps explain alot of things! |
Topic: Newbie Question.. |
cxs410
Replies: 2
Views: 4768
|
Forum: zMUD General Discussion Posted: Tue Oct 04, 2005 8:05 pm Subject: Newbie Question.. |
i'm trying to grab my hp/maxhp's from my mud but i'm having a hard time getting it working.. I undersand the variable's and all that good stuff but for some reason i can't get the pattern to match.
... |
|