Author |
Message |
Topic: Please help with codding issue |
dagnon99
Replies: 0
Views: 825
|
Forum: zMUD General Discussion Posted: Wed Jun 15, 2005 6:14 am Subject: Please help with codding issue |
Hello all,
Can some some help me with the coding issue:
this is the data that I want to grab:
Character attributes for Saunilnarel
Level: 4 Race: Grey Elf Class: Ran ... |
Topic: #REGEX vs. # Trigger |
dagnon99
Replies: 6
Views: 2784
|
Forum: zMUD General Discussion Posted: Sat Jun 11, 2005 1:07 am Subject: #REGEX vs. # Trigger |
thx guyz... looks like i got some reading up do do! I want to make Zmud dance.. so i'd better learn the music!
thx again! |
Topic: #REGEX vs. # Trigger |
dagnon99
Replies: 6
Views: 2784
|
Forum: zMUD General Discussion Posted: Fri Jun 10, 2005 11:34 pm Subject: #REGEX vs. # Trigger |
Thx Maelstorm...
How do i get to learn some in depth things on #regex? |
Topic: #REGEX vs. # Trigger |
dagnon99
Replies: 6
Views: 2784
|
Forum: zMUD General Discussion Posted: Fri Jun 10, 2005 9:32 pm Subject: #REGEX vs. # Trigger |
I have found that most triggers that i find here on the forums do not work for me. However, all the the #regex ones do.
The example is my privious question.
My gauge fot Status post:
some one p ... |
Topic: Attributes in Torilmud Gauges |
dagnon99
Replies: 5
Views: 2686
|
Forum: zMUD General Discussion Posted: Fri Jun 10, 2005 9:21 pm Subject: Attributes in Torilmud Gauges |
|
Topic: Attributes in Torilmud Gauges |
dagnon99
Replies: 5
Views: 2686
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 5:15 pm Subject: Attributes in Torilmud Gauges |
Thanks, DeRep..
This didn't work either...
maybe its some thing with triggers?
because #REGEX worked on my other question.
How would this code work using #REGEX?
|
Topic: Attributes in Torilmud Gauges |
dagnon99
Replies: 5
Views: 2686
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 5:08 pm Subject: Attributes in Torilmud Gauges |
Thank you, Maelstorm.
However, this didn't work...
|
Topic: Attributes in Torilmud Gauges |
dagnon99
Replies: 5
Views: 2686
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 4:11 pm Subject: Attributes in Torilmud Gauges |
Hello again,
I am looking to pull my characters stats form the mud...
after doing ATT i get:
Level: 1 Race: Grey Elf Class: Ranger
Age: 120 yrs / 4 mths Height: 60 inches Weig ... |
Topic: torilmud status gauge |
dagnon99
Replies: 8
Views: 4171
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 3:57 pm Subject: torilmud status gauge |
Thank you! Sweet! |
Topic: torilmud status gauge |
dagnon99
Replies: 8
Views: 4171
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 12:30 pm Subject: torilmud status gauge |
how do i change the trigger state?
u guyz rule! |
Topic: torilmud status gauge |
dagnon99
Replies: 8
Views: 4171
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 4:22 am Subject: torilmud status gauge |
#TRIGGER {~< (%d)h~/(%d)H (%d)p~/(%d)P (%d)v~/(%d)>}{
#var health {%1}
#var healthmax {%2}
#var mana {%3}
#var manamax {%4}
#var movement {%5}
#var movementmax {%6} }
Thank u...
but ... |
Topic: torilmud status gauge |
dagnon99
Replies: 8
Views: 4171
|
Forum: zMUD General Discussion Posted: Wed Jun 08, 2005 10:32 pm Subject: torilmud status gauge |
Hello all,
I need help, big time.
im tring to make a status gauge for my torilmud mud... but its not working
i made 3 sperate gauge buttons: 1 hp/maxhp 1 mana/maxmana 1move/max move.
I can ... |
|