Shattered Kingdoms

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

All times are UTC - 8 hours




Post new topic Reply to topic  [ 231 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19 ... 24  Next
Author Message
 Post subject:
PostPosted: Sat Sep 10, 2005 8:48 pm 
Offline
Mortal

Joined: Thu Sep 26, 2002 8:13 am
Posts: 1155
Location: Newton, MA
Just paste the code they have here into zMUD where you would normally type in commands.

On that note, does anyone have the scripts to display spells cast?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Sep 11, 2005 8:14 am 
Offline
Mortal

Joined: Sat Aug 20, 2005 9:55 am
Posts: 205
Thanks alot though I am sure it was implied
:D


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 16, 2005 3:51 pm 
Offline
Mortal

Joined: Tue Feb 15, 2005 7:56 pm
Posts: 764
Location: Somewhere
[Edit] I figured the tirggers out! YAY
:D :o :D


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Sep 26, 2005 4:27 pm 
Offline
Newbie

Joined: Mon Sep 12, 2005 11:32 am
Posts: 8
Location: Mexico
Hi. I'm new to SK so I was wandering this post and found the TIME/CALENDAR script useful (for RP purpose), but it doesn't seems to work. Any clue on how to get it working? Someone asked before, but I didn't see an answer.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 27, 2005 5:29 am 
Offline
Mortal

Joined: Fri Jul 23, 2004 7:50 am
Posts: 1097
Location: At home. Or work, maybe. Or working from home.
I think it worked for me as written... if you're copying and pasting from your browser into ZMUD, make sure that you have parsing turned off (there's a little computer icon in the bottom right, next to the end of the text input box you can click to toggle it)... otherwise the brackets get thrown away, among other things.
Also, while the Calendar function is nice, you can also get IC/OOC time translation for RP purposes from http://www.shatteredkingdoms.org/time

This translation engine is correct now with the changes to time flow in the last two months, right?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 27, 2005 8:51 am 
Offline
Newbie

Joined: Mon Sep 12, 2005 11:32 am
Posts: 8
Location: Mexico
If I turn parsing off, the MUD detects the code as an input -- and crashes. The script haven't got any better. Any other suggestions?

I REALLY need this script. :cry:


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 27, 2005 10:39 am 
Offline
Mortal

Joined: Fri Jan 17, 2003 5:21 pm
Posts: 1174
Location: Dänimarka
Most of this is borrowed from Myfawny, but I had to make some heavy modifications to get it to work...

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


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 27, 2005 11:06 am 
Offline
Newbie

Joined: Mon Sep 12, 2005 11:32 am
Posts: 8
Location: Mexico
Wow, thanks. It's working now. ^^


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Dec 19, 2005 5:54 pm 
Offline
Mortal

Joined: Thu Jan 06, 2005 1:51 pm
Posts: 472
Ok, I've searched high and low and can't find reference to it anywhere, so if someone could help me out I would be grateful. I received something for Zmud that colored the repair level of equipment in various colors depending on quality, anyone know where I can find this or is willing to walk me through recreating it?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Mar 19, 2006 3:26 pm 
Anyone able to show me how to set up a trigger that grabs all tell traffic and sticks it into a screen in the upper right hand corner? And explain what the commands and variable mean? Oh and turn the ! bask inot the repeat function?

How do I get rid of the top screen for scroll back and make it one screen?


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

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 28 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