Shattered Kingdoms

Where Roleplay and Tactics Collide
VOTE NOW!
It is currently Mon Nov 25, 2024 2:22 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 231 posts ]  Go to page Previous  1 ... 16, 17, 18, 19, 20, 21, 22 ... 24  Next
Author Message
 Post subject:
PostPosted: Tue Apr 15, 2008 9:36 pm 
Offline
Mortal

Joined: Wed Mar 06, 2002 10:34 am
Posts: 1505
Location: Los Angeles, CA
^^ best script ever


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Apr 19, 2008 1:51 am 
Offline
Mortal

Joined: Fri Apr 30, 2004 8:48 pm
Posts: 1608
Location: My heart's in <strike>Iraq</strike> Texas with my newly re-enlisted 'som' 'soq' daughter
SK Character: Galida Apelila Shaloush Mayumi
Alright, a dozen cookies to anyone who can tell me how to log in zMUD 7.21 using vt extend + auto prompt without having a FUBAR log.

And no, I cannot live without vt extend + auto prompt.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Dec 30, 2008 4:48 pm 
Offline
Mortal

Joined: Thu Jul 17, 2008 9:10 am
Posts: 263
This works on my ZMUD:

Code:
#CLASS {myfanwycode|time}
#VAR currentTime {17:00}
#VAR currentDay {the Moon}
#VAR currentDayNum {6}
#VAR timeVal {17}
#VAR timeAMPM {pm}
#VAR descTime {this is a test}
#VAR currentDate {28}
#VAR currentYear {711}
#VAR lstDays {the Bull|Deception|Thunder|Freedom|the Great Gods|the Sun|the Moon }
#VAR lstMonths {Winter Wolf|Frost Giant|Old Forces|Grand Struggle|Spring|Nature|Sun|Heat|Dark Shades|Long Shadows|Ancient Darkness|Great Evil}
#VAR currentMonth {Old Forces}
#VAR currentMonthNum {3}
#VAR tmpDateNum {4}
#VAR tmpDateText {Moon}
#TRIGGER {} {#tset (70)
#timer (1) {#gag 5;time} (False)} "" {manual}
#TRIGGER "timeTrap" {It is &timeVal o'clock &timeAMPM, Day of &currentDay, &currentMonth (%d)*, (%d) *.} {currentTime = "";currentDate = %5;currentYear = %6;#loop 1,%numitems( @lstDays) {#if @currentDay=%item( @lstDays, %i) {currentDayNum=%i}};#loop 1,%numitems( @lstMonths) {#if @currentMonth=%item( @lstMonths, %i) {currentMonthNum=%i}};#if (@timeVal=12) {#if (@timeAMPM="am") {timeVal = 0}} {#if @timeAMPM="pm" {#math timeVal ( %number( @timeVal)+12)}};#if @timeVal<10 {currentTime = %concat( "0", @timeVal, ":00")} {currentTime = %concat( @timeVal, ":00")};#t- TimeTrap} "" {disable}
#BUTTON 74 {bjarne} {#t+ TimeTrap;#gag 4;time;#wait;tmpDateText = %replace( @currentDay, "the ", "");#echo "";#echo "";#echo %ansi( white)Calendar:;#echo "";#if (@currentMonthNum=1) {tmpDateNum=12} {#math tmpDateNum @currentMonthNum-1)};#echo %ansi( yellow)%item( @lstMonths, @tmpDateNum);#echo "B  D  T  F  G  S  M";#loop 1,7 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%ansi( cyan, hi)"B - "%if( @tmpDateText="Bull", %ansi( white, red), %ansi( cyan))"Bull      "%ansi( cyan, hi)"D - "%if( @tmpDateText="Deception", %ansi( white, red), %ansi( cyan))"Deception    "%ansi( cyan, hi)"T - "%if( @tmpDateText="Thunder", %ansi( white, red), %ansi( cyan))"Thunder   ";#loop 8,14 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%ansi( cyan, hi)"F - "%if( @tmpDateText="Freedom", %ansi( white, red), %ansi( cyan))"Freedom   "%ansi( cyan, hi)"G - "%if( @tmpDateText="Great Gods", %ansi( white, red), %ansi( cyan))"Great Gods   "%ansi( cyan, hi)"S - "%if( @tmpDateText="Sun", %ansi( white, red), %ansi( cyan))"Sun       ";#loop 15,21 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%ansi( cyan, hi)"M - "%if( @tmpDateText="Moon", %ansi( white, red), %ansi( cyan))"Moon      ";#loop 22,28 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "";#echo "                          "%if( @currentMonth="Winter Wolf", %ansi( white, red), %ansi( cyan))"Winter Wolf (1)     "%if( @currentMonth="Sun", %ansi( white, red), %ansi( cyan))"Sun (7)";#echoprompt %ansi( yellow)%item( @lstMonths, @currentMonthNum);#echo %repeat( " ", 26-%len( %item( @lstMonths, @currentMonthNum)))""%if( @currentMonth="Frost Giant", %ansi( white, red), %ansi( cyan))"Frost Giant (2)     "%if( @currentMonth="Heat", %ansi( white, red), %ansi( cyan))"Heat (8)";#echo "B  D  T  F  G  S  M       "%if( @currentMonth="Old Forces", %ansi( white, red), %ansi( cyan))"Old Forces (3)      "%if( @currentMonth="Dark Shades", %ansi( white, red), %ansi( cyan))"Dark Shades (9)";#loop 1,7 {#echoprompt %if( %i=@currentDate, %ansi( white, red)%i, %ansi( cyan)%i);#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%if( @currentMonth="Grand Struggle", %ansi( white, red), %ansi( cyan))"Grand Struggle (4)  "%if( @currentMonth="Long Shadows", %ansi( white, red), %ansi( cyan))"Long Shadows (10)";#loop 8,14 {#echoprompt %if( %i=@currentDate, %ansi( white, red)%i, %ansi( cyan)%i);#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%if( @currentMonth="Spring", %ansi( white, red), %ansi( cyan))"Spring (5)          "%if( @currentMonth="Ancient Darkness", %ansi( white, red), %ansi( cyan))"Ancient Darkness (11)";#loop 22,28 {#echoprompt %if( %i=@currentDate, %ansi( white, red)%i, %ansi( cyan)%i);#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%if( @currentMonth="Nature", %ansi( white, red), %ansi( cyan))"Nature (6)          "%if( @currentMonth="Great Evil", %ansi( white, red), %ansi( cyan))"Great Evil (12)";#echo "";#if (@currentMonthNum=12) {tmpDateNum=1} {#math tmpDateNum @currentMonthNum+1)};#echoprompt %ansi( yellow)%item( @lstMonths, @tmpDateNum);#echo "";#echo "B  D  T  F  G  S  M       "%ansi( white)"Current Date and Time:";#loop 1,7 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "";#loop 8,14 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%ansi( white)"Time: "%ansi( yellow)@currentTime"   "%ansi( white)"Day: "%ansi( yellow)Day of @currentDay;#loop 15,21 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "     "%ansi( white)Date: %ansi( yellow)@currentDate %ansi( white) Month: %ansi( yellow)@currentMonth %ansi( white) Year: %ansi( yellow)@currentYear;#loop 22,28 {#echoprompt %ansi( cyan)%i;#echoprompt %repeat( " ", 3-%len( %i))};#echo "";#send %crlf} {} {} {} {} {CLOCK} {Size} {20} {20} {Pos} {3} {885} {} {31} {} {} "" {} {} {} {1}
#CLASS 0


But how do you get it to get the information from the time command instead of always showing you the same month?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Apr 04, 2009 7:08 am 
Offline
Mortal

Joined: Thu Feb 28, 2002 4:00 pm
Posts: 379
Location: In a dark and empty place, England
I got the web-page sorted, for people who want zMUD to run under WiNE on linux/BSD. With all the files you need to get zMUD 7.05 to work. http://allikat.homelinux.com and follow the links.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri May 15, 2009 6:56 am 
Offline
Immortal (Inactive)

Joined: Mon Mar 17, 2008 5:09 am
Posts: 114
Rennus_Dragonsbane wrote:
This simple alias uses "l" for "look" when no pramiters are specified, but a target (person, object or direction) it examines it. If the first paramiter is "in" as "look in sack" it will examine the sack, showing the contents as well all available information about the object.

Code:
#ALIAS l {#if (%1=%null) {look} {#if (%1="in") {examine %2} {examine %1}}}


could someone help me translate this for mushclient?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Jun 27, 2009 9:56 am 
Offline
Mortal

Joined: Fri Apr 10, 2009 6:22 am
Posts: 83
Location: GTA Canada
Silly question, but do these scripts work with CMUD for Vista?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Jun 27, 2009 2:32 pm 
Offline
Mortal

Joined: Tue May 05, 2009 9:51 am
Posts: 312
Location: Wichita, Ks
Vast majority of zMUD scripts run without any changes in CMUD

taken from http://www.zuggsoft.com/index.php


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Jun 30, 2009 4:04 am 
Offline
Mortal

Joined: Fri Apr 10, 2009 6:22 am
Posts: 83
Location: GTA Canada
Ok, so I'm trying to use CMUD with more details. Working on some aliases for IC as Xylia is a healer and I am trying to do some emotes for rezzes and stuff... but I've come across a problem ....

when I enter the text for the for alias in the text box, I am not able to use any of the highlighted colours, it keeps saying syntax error. I've tried doubling -- $7$II but the I seems to set off the coding.... is there a way around this?

Thanks!!!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Jun 30, 2009 6:47 am 
Offline
Immortal

Joined: Sat May 07, 2005 8:16 am
Posts: 4124
Location: Las Vegas, Nevada
SK Character: Achernar
Try using quotes around things that use color codes. Works best that way for me.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Jun 30, 2009 6:55 am 
Offline
Mortal

Joined: Fri Apr 10, 2009 6:22 am
Posts: 83
Location: GTA Canada
Mhmm and the Gods intervene!!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 231 posts ]  Go to page Previous  1 ... 16, 17, 18, 19, 20, 21, 22 ... 24  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 38 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group