Author |
Message |
Topic: help with alias script.... |
gukk
Replies: 1
Views: 2600
|
Forum: CMUD General Discussion Posted: Mon May 12, 2014 3:28 am Subject: help with alias script.... |
Im trying to make this alias:
#alias gg {#alias g%1 {glance %2};#alias f%1 {cast 'heal' %2}}
so to type this:
gg r rolan
would give
gr glance rolan
fr cas 'heal' rolan
%1 Works, %2 do ... |
Topic: looking for a program to keep alive a screen in linux tru a shell |
gukk
Replies: 0
Views: 2063
|
Forum: CMUD General Discussion Posted: Sun Sep 22, 2013 6:58 pm Subject: looking for a program to keep alive a screen in linux tru a shell |
I need a program that connects to the mud I play tru a keep alive on a linux shell... any ways to do this? |
Topic: append trigger to end of line? |
gukk
Replies: 1
Views: 2608
|
Forum: CMUD General Discussion Posted: Sun Sep 15, 2013 11:42 am Subject: append trigger to end of line? |
Im trying to append something to the end of a line, and I cant figure out how...
the trigger is like
You find weakness in a duergar miner's defenses and land a sneaky surprise attack!
and I w ... |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Tue Aug 28, 2012 4:44 am Subject: updating and extracting database in cmud when command(s) are given. |
how about "ansi" trigger for a equipment database? so the duplicates with diffrent colors react one way? |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Mon Aug 27, 2012 1:23 pm Subject: updating and extracting database in cmud when command(s) are given. |
so I use this on mysql ...
db = %sqldb("MyDB", "dbname", "mysql", "localhost", 3306)
db.LoginPrompt = 1
#CALL @db.Open
#CALL @db.Execute(%concat("INSERT INTO chartable (Name, Race, Class, Lev ... |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Mon Aug 27, 2012 1:08 pm Subject: updating and extracting database in cmud when command(s) are given. |
cool. I have cmud pro already. however I decided to use mysql.
Going to attempt to make triggers like specified by you earlier. also, a identify script :) |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Sun Aug 26, 2012 11:44 pm Subject: updating and extracting database in cmud when command(s) are given. |
I strongly suggest that you give up trying to use the internal database system. We can help you use either an SQL database or a database variable--and a database variable _can_ handle what you are try ... |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Sun Aug 26, 2012 8:29 pm Subject: updating and extracting database in cmud when command(s) are given. |
thank you for that excess of retorical exponation.
alright. so back to database inside cmud. I will have to figure out how to use it, unless someone has an example of how its used. this would be g ... |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Sun Aug 26, 2012 8:02 pm Subject: updating and extracting database in cmud when command(s) are given. |
what did I do wrong here?
field1 is name
field2 is race
field3 is class
field4 is level
this is the trigger action:
and I get a error: does not compile
%3 is in trigger the name
#if {%iske ... |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Sun Aug 26, 2012 7:10 pm Subject: updating and extracting database in cmud when command(s) are given. |
I mean the database inside cmud.
I found &class lists the variable but I want to learn using the cmud database to later develope a item database. so I start off easy.
I just need to know:
... |
Topic: updating and extracting database in cmud when command(s) are given. |
gukk
Replies: 17
Views: 16692
|
Forum: CMUD General Discussion Posted: Sun Aug 26, 2012 6:36 pm Subject: updating and extracting database in cmud when command(s) are given. |
I am new to database, and have been thinking for years, to make one, and upon reading help files being dumbfounded.
yes. I know how to create any trigger possible with variables, multiple trigger ... |
Topic: Advanced trigger gauge script? Or help with a window on top. |
gukk
Replies: 4
Views: 4304
|
Forum: CMUD General Discussion Posted: Wed Sep 09, 2009 2:36 pm Subject: Advanced trigger gauge script? Or help with a window on top. |
problem is only group leader see who leaves group.
the (front) and (head) are old code not in use, used to be backrank and front rank.
what you will see in pvp is for example Gukk is DEAD!! R.I.P ... |
Topic: Advanced trigger gauge script? Or help with a window on top. |
gukk
Replies: 4
Views: 4304
|
Forum: CMUD General Discussion Posted: Sun Aug 23, 2009 10:20 pm Subject: Advanced trigger gauge script? Or help with a window on top. |
The group can change as people might die in zones or PVP, or people leaving/joining. the order can change due to some types of spells (group recall requires cleric to be last in group order), and whe ... |
Topic: Advanced trigger gauge script? Or help with a window on top. |
gukk
Replies: 4
Views: 4304
|
Forum: CMUD General Discussion Posted: Tue Aug 18, 2009 2:25 am Subject: Advanced trigger gauge script? Or help with a window on top. |
I am looking for a gauge meter that can be updated based on mud output. here are the triggers, but problem is its in 2 lines.
(group)
( Head) Zugg
<469h/469H> <106m/106M>
( Head) Pl ... |
|