Register to post in forums, or Log in to your existing account
 
:
Search found 58 matches for:
Page 1 of 3 Goto page 1, 2, 3  Next
Author Message
  Topic: another script problem
illyism

Replies: 2
Views: 5902

PostForum: zMUD General Discussion   Posted: Tue Jul 22, 2008 2:18 pm   Subject: another script problem
any solutions? : the short version :
I want to covert a variable to a variable data record
  Topic: another script problem
illyism

Replies: 2
Views: 5902

PostForum: zMUD General Discussion   Posted: Mon Jul 21, 2008 1:01 am   Subject: another script problem
#CLASS {barony|actions}
#VAR enlisters {CecilCecilIllyismCecilCecilIllyism}
#TRIGGER {(%w) enlists (%w) fully trained m*n in the Parrius city b ...
  Topic: Zmud Translator
illyism

Replies: 2
Views: 13053

PostForum: Finished MUD Scripts   Posted: Fri Jul 18, 2008 4:10 pm   Subject: Zmud Translator
2. On second thought, doesn't even really seem to work in zMUD... not sure what's going on, either. *shrug*
yes, my little fault, updated.

1. Now if you can get it to work for CMUD...
not unles ...
  Topic: Zmud Translator
illyism

Replies: 2
Views: 13053

PostForum: Finished MUD Scripts   Posted: Tue Jul 08, 2008 3:24 pm   Subject: Zmud Translator
A little and quick translator I made using zmud.

//
Zmud Translator
-Made by Illyism; Illyism@hotmail.com
With a lot of help from Zuggsoft and Dharkael

Commands:
Chooselans ::Pick languages, ...
  Topic: %mss lags me up!
illyism

Replies: 7
Views: 16057

PostForum: zMUD General Discussion   Posted: Tue Jul 08, 2008 1:15 am   Subject: %mss lags me up!
that is amazing, I think I'll be posting this in the finished scripts section, of course, if you agree.
This helped me a lot, and the example is perfect for future work.
  Topic: %mss lags me up!
illyism

Replies: 7
Views: 16057

PostForum: zMUD General Discussion   Posted: Fri Jul 04, 2008 5:46 pm   Subject: %mss lags me up!
The problem is that your call to the XMLHTTP component is synchronous and blocks the thread that calls it until it returns.
I would rewrite this thing as an external Windows Script Component and make ...
  Topic: %mss lags me up!
illyism

Replies: 7
Views: 16057

PostForum: zMUD General Discussion   Posted: Thu Jul 03, 2008 3:59 pm   Subject: %mss lags me up!
what happened to the colourizer? -http://www.silverbridge.org/~varmel/zmud/syntax/

#CLASS {translator}
#ALIAS showtran {
#script {strHTML = ~"~"}
#script {Sub getHTML:Set objHTTP = CreateObj ...
  Topic: Clickable Hyper Links - Supports Many Formats Of Link Writing!
illyism

Replies: 3
Views: 16309

PostForum: Finished MUD Scripts   Posted: Sun Jun 15, 2008 6:55 pm   Subject: Clickable Hyper Links - Supports Many Formats Of Link Writing!
awesome script, I used to have such a trigger with simply #tr {http://(*)} {#mxp <a "http://%1>%1</a>}, this changes it!

where did you get the tlds list?

also, Website at http://www. ...
  Topic: macros (7.21)
illyism

Replies: 2
Views: 6448

PostForum: zMUD General Discussion   Posted: Mon May 19, 2008 6:51 pm   Subject: macros (7.21)
try save as on a new file, then check #menu {view|preferences|general}. autosave on exit, check it.
  Topic: recovering lost settings file
illyism

Replies: 4
Views: 8101

PostForum: zMUD General Discussion   Posted: Mon May 19, 2008 6:21 pm   Subject: recovering lost settings file
nope, I haven't even tried it, the *.mud is 2kb in size, it was 400+

I wonder if system recovery could work on this one.
  Topic: recovering lost settings file
illyism

Replies: 4
Views: 8101

PostForum: zMUD General Discussion   Posted: Mon May 19, 2008 5:32 pm   Subject: recovering lost settings file
when I had a computer crash and zmud was running in the background, I've lost my settings for a .mud file, so, I would like to see if there is any way of recovering it?

on CHLDSK check, System foun ...
  Topic: Stopping my alias
illyism

Replies: 3
Views: 6609

PostForum: zMUD General Discussion   Posted: Sat May 10, 2008 1:48 pm   Subject: Stopping my alias
and seing on your example, I think using the "tick timer" is a better method of doing it.
  Topic: counting up without receiving the trigger(again)
illyism

Replies: 4
Views: 7777

PostForum: zMUD General Discussion   Posted: Sun May 04, 2008 7:18 pm   Subject: counting up without receiving the trigger(again)
that alias is set in class skills. which sets it as #var oraclenum 1
  Topic: counting up without receiving the trigger(again)
illyism

Replies: 4
Views: 7777

PostForum: zMUD General Discussion   Posted: Fri May 02, 2008 10:59 pm   Subject: counting up without receiving the trigger(again)
well, the problem is. if I make a trigger, let's say to do something and then add to it so the next one get another result.

#if (@num=1) {#echo do 1;#var num %mss(@num+1)}
#if (@num=2) {#echo do 2 ...
  Topic: quote finder(QuoteDB)
illyism

Replies: 3
Views: 14866

PostForum: Finished MUD Scripts   Posted: Tue Apr 29, 2008 6:47 pm   Subject: quote finder(QuoteDB)
this is a Joke finder, similar to the quote finder, but from a different site;
(WARNING:THIS CAN LAG YOU TO DEATH!)

#CLASS {randomjoke}
#ALIAS showjoke {#script {strHTML = ~&q ...
  Topic: encrypt/decrypt-er
illyism

Replies: 12
Views: 27207

PostForum: Finished MUD Scripts   Posted: Tue Apr 29, 2008 5:30 pm   Subject: encrypt/decrypt-er
you had a little bug on the decryption trigger.

so people, use his code:

#CLASS {codetalk}
#ALIAS encrypt {
#var endparam "%-2"
#var endingparam %subchar( @en ...
  Topic: quote finder(QuoteDB)
illyism

Replies: 3
Views: 14866

PostForum: Finished MUD Scripts   Posted: Sun Apr 27, 2008 10:30 pm   Subject: quote finder(QuoteDB)
ahh, the cg alias is "#var category"
#al {cg} {#var category}

and the empty aliases, are used to compress the script. ";" won't semi-colon.
something like an export version.

I've simply forgot ...
  Topic: Seperating zMUD
illyism

Replies: 9
Views: 14661

PostForum: zMUD General Discussion   Posted: Sun Apr 27, 2008 5:22 pm   Subject: Seperating zMUD
I'm not sure what you exactly mean, but try looking at layout-quick tiling-none

or #menu {layout|quick tiling|none}
  Topic: quote finder(QuoteDB)
illyism

Replies: 3
Views: 14866

PostForum: Finished MUD Scripts   Posted: Sun Apr 27, 2008 2:29 pm   Subject: quote finder(QuoteDB)
tired of looking up quotations? then try this script.

QUOTEMSG (channel) sends a quote to your mud in the channel.
SETCAT lets you choose a category

UPDATED: added an 'all' category.

#CLASS ...
  Topic: grabbing text or source from a website
illyism

Replies: 4
Views: 9332

PostForum: zMUD General Discussion   Posted: Sun Apr 27, 2008 12:33 pm   Subject: grabbing text or source from a website
ok, I'm done, I still need to find a way to do that cateory changer.
this is for QuoteDB

#CLASS {Vote_Scripts}
#ALIAS tmc {#file 1 tmc.zmud.txt;#gag;#era 1;#gag;#close 1;#gag;#file ...
  Topic: grabbing text or source from a website
illyism

Replies: 4
Views: 9332

PostForum: zMUD General Discussion   Posted: Sun Apr 27, 2008 11:22 am   Subject: grabbing text or source from a website
ok, I managed to get it to work, but now I have another problem.

I want to change the url in tmc.zmud.vbs, how would I get zmud to change it?
  Topic: grabbing text or source from a website
illyism

Replies: 4
Views: 9332

PostForum: zMUD General Discussion   Posted: Sun Apr 27, 2008 11:01 am   Subject: grabbing text or source from a website
hmm, that script seems pretty complex, and I don't know anything about VBScript either, but I'll try working on it
  Topic: grabbing text or source from a website
illyism

Replies: 4
Views: 9332

PostForum: zMUD General Discussion   Posted: Sun Apr 27, 2008 10:17 am   Subject: grabbing text or source from a website
I have looked into several topics, but didn't find any answer to this.
how would I look into a website, copy everything it shows, and then send it to the mud?
I did find something about QuoteDB, but ...
  Topic: sending a #load command to a different window
illyism

Replies: 1
Views: 4706

PostForum: zMUD General Discussion   Posted: Sun Apr 27, 2008 7:07 am   Subject: sending a #load command to a different window
I tried using several
@talkname:#load tells.mud
#win @talkname #load tells.mud

but neither of them worked, the first example gives an error, and won't even execute.
the second one send the comma ...
  Topic: a dice game
illyism

Replies: 7
Views: 24218

PostForum: Finished MUD Scripts   Posted: Wed Apr 23, 2008 4:09 pm   Subject: a dice game
This is a small and easy script I made.
this only supports one contender.
usage: host may type INTROBET, to introduce the dice system.
contender has to call a number.(trigger (Illyism calls 5))
co ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net