Author |
Message |
Topic: Star Wars: Legends of the Sith Cargo Running Script |
zzyzzyzzx
Replies: 4
Views: 7926
|
Forum: zMUD General Discussion Posted: Wed Jul 01, 2009 3:35 pm Subject: Star Wars: Legends of the Sith Cargo Running Script |
i know remove the previous version that you had installed then add mine :P that will fix it ... oh i also added a new command showother <channelname> if the channelname is left blank it will def ... |
Topic: Star Wars: Legends of the Sith Cargo Running Script |
zzyzzyzzx
Replies: 4
Views: 7926
|
Forum: zMUD General Discussion Posted: Sun Jun 28, 2009 11:04 am Subject: Re: Star Wars: Legends of the Sith Cargo Running Script |
the below works ... it has all variables already in there(sorry did not feel like removing them) ... i added something new so sales is all your update stuff ... updateplanets(DONT use unless a new pla ... |
Topic: noinput |
zzyzzyzzx
Replies: 1
Views: 3873
|
Forum: zMUD General Discussion Posted: Sun Jun 28, 2009 10:57 am Subject: noinput |
how would you track if no input was received, and after X min do something? |
Topic: quick alias help |
zzyzzyzzx
Replies: 7
Views: 8904
|
Forum: zMUD General Discussion Posted: Sun Oct 12, 2008 2:11 pm Subject: quick alias help |
it works fine but my alias even if i type it
runtotest1 wont change the other alias that is my final goal, i tryed to set runtotest1 to #edit aliastest1 say test
but it will not change the value |
Topic: quick alias help |
zzyzzyzzx
Replies: 7
Views: 8904
|
Forum: zMUD General Discussion Posted: Sun Oct 12, 2008 1:50 pm Subject: quick alias help |
this is the code im using
%if( ( @mypotionlevel)>=143, %yesno( "runto seekers/study aid", runtotest1)) ... im just using it to try to test.
the var myporionlevel is just my level
runtotest1 ... |
Topic: quick alias help |
zzyzzyzzx
Replies: 7
Views: 8904
|
Forum: zMUD General Discussion Posted: Sun Oct 12, 2008 12:40 pm Subject: quick alias help |
im trying to use a %yesno function to update an alias i have as i know i could not use #edit i tryed making another alias to edit the speedwalk alias but it was not working, any suggestions? |
Topic: one last question thought it was working -.- |
zzyzzyzzx
Replies: 4
Views: 5766
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 2:04 am Subject: one last question thought it was working -.- |
i just rewrote it a diffrent way and now it works... insted of having 2 vars 1 trig i now use 3 triggers 2 vars |
Topic: one last question thought it was working -.- |
zzyzzyzzx
Replies: 4
Views: 5766
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 12:12 am Subject: one last question thought it was working -.- |
im using
#if (%2==@isimmortal) {#echo dont remove imms from flist} {
Friend %2
friend @friendwanabe
%pop( friendwanabe)
#additem friendwanabe %2
} ... |
Topic: vars |
zzyzzyzzx
Replies: 5
Views: 7533
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 12:01 am Subject: vars |
i want it delete because its just readed to bottom of the list after all is said and done |
Topic: vars |
zzyzzyzzx
Replies: 5
Views: 7533
|
Forum: zMUD General Discussion Posted: Thu Mar 01, 2007 11:51 pm Subject: vars |
i use #additem already to put names into the var so i can use %pop or %item to pull the name out? |
Topic: vars |
zzyzzyzzx
Replies: 5
Views: 7533
|
Forum: zMUD General Discussion Posted: Thu Mar 01, 2007 11:20 pm Subject: vars |
is there a way in a script that uses vars insted of pulling every single thing in the var it only pulls the top item? |
Topic: string help |
zzyzzyzzx
Replies: 0
Views: 2973
|
Forum: zMUD General Discussion Posted: Thu Nov 09, 2006 10:31 pm Subject: string help |
#CLASS {healing} #CLASS 0
#ALIAS c1 {#echo this is just a test}
#ALIAS c2 {#echo this is just a test}
#VAR hp {"%1"%hp "%2"%m %3v} ... |
Topic: "wget" in zmud |
zzyzzyzzx
Replies: 0
Views: 2970
|
Forum: zMUD General Discussion Posted: Tue Oct 24, 2006 7:21 am Subject: "wget" in zmud |
im wondering if there is a command i can use like wget where i dont have to download a file then upload it to zmud where i can grab it right off a website? is there a command like this? |
|