Register to post in forums, or Log in to your existing account
 
:
Search found 19 matches for:
Page 1 of 1
Author Message
  Topic: Connecting to Simutronics games (DR)
RobAMacAF

Replies: 1
Views: 3269

PostForum: CMUD General Discussion   Posted: Fri Apr 02, 2010 9:57 pm   Subject: Connecting to Simutronics games (DR)
Ok. How odd. I did some searching and switched the address to eaccess.play.net|DR and it works. I am not sure why the other address stopped working
  Topic: Connecting to Simutronics games (DR)
RobAMacAF

Replies: 1
Views: 3269

PostForum: CMUD General Discussion   Posted: Fri Apr 02, 2010 9:25 pm   Subject: Connecting to Simutronics games (DR)
I have been using CMUD for playing DR then I came back from work today and I can't connect. It just tries to connect, then retries, then retries, etc. I know the problem isn't with the game becaues I ...
  Topic: Sending info to a new window and coloring it
RobAMacAF

Replies: 8
Views: 9222

PostForum: CMUD General Discussion   Posted: Mon Mar 29, 2010 11:34 pm   Subject: Sending info to a new window and coloring it
How do I go about making the trigger for that window? I did a search in the help documents and couldn't figure it out
  Topic: Sending info to a new window and coloring it
RobAMacAF

Replies: 8
Views: 9222

PostForum: CMUD General Discussion   Posted: Mon Mar 29, 2010 11:12 pm   Subject: Sending info to a new window and coloring it
I had that as well. My full code was actually

#CW $00FF00
#WIN Chat %time(hh:mm:ss) You: %1
#CW $00FF00
  Topic: Sending info to a new window and coloring it
RobAMacAF

Replies: 8
Views: 9222

PostForum: CMUD General Discussion   Posted: Mon Mar 29, 2010 10:54 pm   Subject: Sending info to a new window and coloring it
I am using

#WIN Chat %time(hh:mm:ss) You: %1
#CW $00FF00

To make a chat window. When it sends the text it is always an ugly teal color. I want to make it colored but the CW is firing on the ...
  Topic: Arrays and Triggers - Need help
RobAMacAF

Replies: 6
Views: 6967

PostForum: CMUD General Discussion   Posted: Mon Mar 22, 2010 8:21 pm   Subject: Arrays and Triggers - Need help
You may run into two problems that Rahab didn't handle (the list looks like a Dragonrealms list). The first is the loss of the comma in a 2-item list. The replace would never see that particular and ...
  Topic: Arrays and Triggers - Need help
RobAMacAF

Replies: 6
Views: 6967

PostForum: CMUD General Discussion   Posted: Mon Mar 22, 2010 5:58 pm   Subject: Arrays and Triggers - Need help
I am playing around with what Rahab told me. It is capturing the whole item name like: a long dark cloak and the next item: a awesome looking sword....etc

I am now trying to make it that it only ...
  Topic: Arrays and Triggers - Need help
RobAMacAF

Replies: 6
Views: 6967

PostForum: CMUD General Discussion   Posted: Mon Mar 22, 2010 5:44 pm   Subject: Arrays and Triggers - Need help
I didn't think of using it like that! Thank you! While I was waiting for a reply I thought maybe I could use LUA to code it instead of zscript. I got lua to capture the whole line then I was going to ...
  Topic: Arrays and Triggers - Need help
RobAMacAF

Replies: 6
Views: 6967

PostForum: CMUD General Discussion   Posted: Mon Mar 22, 2010 5:20 pm   Subject: Arrays and Triggers - Need help
I am trying to make it that when I type inventory it will save all of my items into an Array.

When I type inventory I get...
You are wearing a branch-framed canvas backpack, a homespun green wool ...
  Topic: Need help with a ZMUD -> CMUD Script
RobAMacAF

Replies: 2
Views: 4217

PostForum: CMUD Beta Forum   Posted: Sun Oct 08, 2006 5:44 am   Subject: Need help with a ZMUD -> CMUD Script
Looking at it, it seems that this...

#VAR Conn %comcreate( "ADODB.Connection")
#CALL @Conn.Open( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=%-1")

No longer stores the varible Conn right. At ...
  Topic: Need help with a ZMUD -> CMUD Script
RobAMacAF

Replies: 2
Views: 4217

PostForum: CMUD Beta Forum   Posted: Sun Oct 08, 2006 4:52 am   Subject: Need help with a ZMUD -> CMUD Script
I would REALLY like to move to CMUD but I have a script for ZMUD that I rely on to help create our MUD. The problem being is I am having trouble converting it to CMUD and have tried for over 3 hours t ...
  Topic: Moving after a #PAUSE
RobAMacAF

Replies: 2
Views: 3959

PostForum: zMUD General Discussion   Posted: Mon Dec 19, 2005 4:57 am   Subject: Moving after a #PAUSE
Ok, WHen I walk to this certain location in Dragonrealms there is a spider web that will stop you. I have a trigger that will trigger if I get stuck in the spider web and it waits until the round time ...
  Topic: Dragonrealms - Room list status window
RobAMacAF

Replies: 2
Views: 12585

PostForum: Finished MUD Scripts   Posted: Sun Nov 27, 2005 9:45 pm   Subject: Re: Dragonrealms - Room list status window
I have updated this script so it updates as people enter and exit the rooms.

------------------------

#CLASS {RoomClass}
#ALIAS ParseRoomContents {;****************************************;;Al ...
  Topic: Divison By Zero Error
RobAMacAF

Replies: 2
Views: 4148

PostForum: zMUD General Discussion   Posted: Sat Nov 26, 2005 7:11 pm   Subject: Divison By Zero Error
It does it for any room. It does it every time I run zmud or the map. Not quite sure how to reset everything and put it to normal though
  Topic: Divison By Zero Error
RobAMacAF

Replies: 2
Views: 4148

PostForum: zMUD General Discussion   Posted: Sat Nov 26, 2005 10:01 am   Subject: Divison By Zero Error
When i am in the mapper part of zmud and hold the mouse over a room, it is suppose to tell me the short name or whatever of the room (if I remember right), instead I get a DIVISION BY ZERO error. It d ...
  Topic: Clearing a window
RobAMacAF

Replies: 3
Views: 9411

PostForum: zMUD General Discussion   Posted: Fri Nov 25, 2005 6:34 am   Subject: Clearing a window
How do I go about clearing a window of text? I have a script that captures what skills I need but instead of having it post there EVERY time I ask and have a big long list I want it to clear it when I ...
  Topic: Using [Empaths' Guild, Main Room] as a trigger
RobAMacAF

Replies: 4
Views: 8935

PostForum: zMUD General Discussion   Posted: Thu Nov 24, 2005 5:59 pm   Subject: Using [Empaths' Guild, Main Room] as a trigger
I was SO close. Thanks for that.
  Topic: Using [Empaths' Guild, Main Room] as a trigger
RobAMacAF

Replies: 4
Views: 8935

PostForum: zMUD General Discussion   Posted: Thu Nov 24, 2005 8:51 am   Subject: Using [Empaths' Guild, Main Room] as a trigger
The thing is I am not trying to trigger off of the room, I am triggering off of [ ] . So my real trigger would be something like [*]
  Topic: Using [Empaths' Guild, Main Room] as a trigger
RobAMacAF

Replies: 4
Views: 8935

PostForum: zMUD General Discussion   Posted: Thu Nov 24, 2005 6:56 am   Subject: Using [Empaths' Guild, Main Room] as a trigger
How do I get it to use this as a trigger instead of it thinking that it is a range? I have tried ~[Empaths' Guild, Main Room~], and other odd attempts

Thank you
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net