Register to post in forums, or Log in to your existing account
 
:
Search found 103 matches for:
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
Author Message
  Topic: A Better Way?
Josiah.Bruns

Replies: 25
Views: 32264

PostForum: CMUD General Discussion   Posted: Fri Nov 13, 2009 4:41 am   Subject: A Better Way?
maybe #Noop
  Topic: Having trouble calling and event and sending an augument with it
Josiah.Bruns

Replies: 2
Views: 5101

PostForum: CMUD General Discussion   Posted: Fri Nov 13, 2009 12:48 am   Subject: Woot Thanks
what i wasn't able to figure out till i pasted in your code was how to do this in the gui

no that i see i was supposed to use the param field below it all makes sense and works too :)
  Topic: A Better Way?
Josiah.Bruns

Replies: 25
Views: 32264

PostForum: CMUD General Discussion   Posted: Thu Nov 12, 2009 8:18 pm   Subject: A Better Way?
maybe #abort ?
  Topic: Having trouble calling and event and sending an augument with it
Josiah.Bruns

Replies: 2
Views: 5101

PostForum: CMUD General Discussion   Posted: Thu Nov 12, 2009 8:16 pm   Subject: Having trouble calling and event and sending an augument with it
<event event="CheckForCask (%w)" priority="3750" id="375">
<value>p %1 do you have room for a cask?
#waitfor {&lt;&lt; %1 &gt;&gt; I do have room for a cask.} 2000
{
...
  Topic: A Better Way?
Josiah.Bruns

Replies: 25
Views: 32264

PostForum: CMUD General Discussion   Posted: Thu Nov 12, 2009 8:12 pm   Subject: A Better Way?
nested waitfor's can start to get complicated with the brackets and stuff so i like to use seperate events as much as possible.
  Topic: question about events.
Josiah.Bruns

Replies: 5
Views: 7471

PostForum: CMUD General Discussion   Posted: Thu Nov 12, 2009 7:54 pm   Subject: question about events.
thanks that test worked.

It appears that the events are returning back to the event that called it and finishing up the calling event.
  Topic: is there a way to clean up the event drop down list
Josiah.Bruns

Replies: 0
Views: 2900

PostForum: CMUD General Discussion   Posted: Thu Nov 12, 2009 7:44 pm   Subject: is there a way to clean up the event drop down list
when i create an event it adds that event to the event drop down list.

i cant see where i can edit that list and delete entries that were either misspelled or no longer used.
  Topic: Trouble shooting a bug?
Josiah.Bruns

Replies: 1
Views: 4077

PostForum: CMUD Beta Forum   Posted: Thu Nov 12, 2009 7:05 pm   Subject: Trouble shooting a bug?
Ok this is a smaller section of code that some times will create the variables at my root window level instead of changing the variables already in this class.

like i said it will run properly for ...
  Topic: question about events.
Josiah.Bruns

Replies: 5
Views: 7471

PostForum: CMUD General Discussion   Posted: Thu Nov 12, 2009 6:47 pm   Subject: bump
when you leave one event by raising another event will the code return to the first event after the second event finishes?
  Topic: Buttons into life bars?
Josiah.Bruns

Replies: 10
Views: 11859

PostForum: CMUD General Discussion   Posted: Wed Nov 11, 2009 9:20 pm   Subject: Buttons into life bars?
Here is the xml version i my status bars and hp stuff.

here is the text reguarding status from my mud
-=> HP: 470/470 END: 289/290 <=-

<class name="Status" id="285">
<class n ...
  Topic: Trouble shooting a bug?
Josiah.Bruns

Replies: 1
Views: 4077

PostForum: CMUD Beta Forum   Posted: Wed Nov 11, 2009 9:16 pm   Subject: Trouble shooting a bug?
i have a bot script that will run for hours some times without creating variables in the wrong locations. but then ever once in a while it does.

i don't really know how to reproduce it and narrow ...
  Topic: [3.12] Variables being created/modified at wrong location
Josiah.Bruns

Replies: 26
Views: 31879

PostForum: CMUD Beta Forum   Posted: Wed Nov 11, 2009 9:07 pm   Subject: [3.12] Variables being created/modified at wrong location
yeah you can specify where the variable is:

in my game sigiling a mob sort of marks it as taken:

sigil @//OverdriveGeneral/BotStatus/CurrentMob

this command grabs the varible from the package ...
  Topic: Is it possible that my mud doesn't have a prompt?
Josiah.Bruns

Replies: 3
Views: 4842

PostForum: CMUD General Discussion   Posted: Wed Nov 11, 2009 9:02 pm   Subject: Is it possible that my mud doesn't have a prompt?
here is text from my mud as i path through some rooms:

The green east of the Cathedral (north, south, west, east and up)
Orbit arrives.
Greenarrow arrives.
Bones arrives.
> Highgate between ...
  Topic: is there an easy way too backup one direction?
Josiah.Bruns

Replies: 6
Views: 9326

PostForum: CMUD General Discussion   Posted: Tue Nov 10, 2009 6:14 pm   Subject: is there an easy way too backup one direction?
When i type #path

it shows a list of all my paths but its also got the last direction i traveled there too at the bottom.

is there away to access that?
  Topic: question about events.
Josiah.Bruns

Replies: 5
Views: 7471

PostForum: CMUD General Discussion   Posted: Tue Nov 10, 2009 4:42 pm   Subject: question about events.
it appears that if i raise an event from inside and event that the event i am leaving from does not continue to run is that correct?

ex.

if i am in an event called RunToLocation
blaa blaa blaa ...
  Topic: is there an easy way too backup one direction?
Josiah.Bruns

Replies: 6
Views: 9326

PostForum: CMUD General Discussion   Posted: Tue Nov 10, 2009 3:09 pm   Subject: is there an easy way too backup one direction?
This is what i am thinking.

In my mud there is a roaming evil called Muck Monster, he will come into the room you are in and eat your players maybe one at a time maybe not at all and randomly spit ...
  Topic: v3.12 I believe i found a pathing bug
Josiah.Bruns

Replies: 4
Views: 6661

PostForum: CMUD Beta Forum   Posted: Mon Nov 09, 2009 9:58 pm   Subject: Thanks
thanks zugg
  Topic: I need help with a trigger please
Josiah.Bruns

Replies: 21
Views: 23198

PostForum: CMUD General Discussion   Posted: Mon Nov 09, 2009 5:35 pm   Subject: How about this one then?
<trigger priority="3680" id="368">
<pattern>^[(%d)] *</pattern>
<value>#If (%1&lt;54) {roll}</value>
</trigger>
  Topic: I need help with a trigger please
Josiah.Bruns

Replies: 21
Views: 23198

PostForum: CMUD General Discussion   Posted: Mon Nov 09, 2009 3:42 am   Subject: I would do it like this.
<trigger priority="3690" id="369">
<pattern>Cur: Str: (%d)Int: (%d)Wis: (%d)Dex: (%d)Con: (%d)</pattern>
<value>#If (%1+%2+%3+%4+%5&lt;54) {roll}</value>
</ ...
  Topic: I need help with a trigger please
Josiah.Bruns

Replies: 21
Views: 23198

PostForum: CMUD General Discussion   Posted: Sun Nov 08, 2009 3:33 pm   Subject: I need help with a trigger please
sounds neat. i could write that trig if i understood more what your mud is sending as text.

i don't understand this trig ^[(\d{1,2})] can you paste the text from your mud?
  Topic: v3.12 I believe i found a pathing bug
Josiah.Bruns

Replies: 4
Views: 6661

PostForum: CMUD Beta Forum   Posted: Sun Nov 08, 2009 3:26 pm   Subject: does this make it easier to check?
<path name="bedor" id="48">11ej2ejn2ejn2jne2j(close gate;open gate)j(close gate;open gate)2j4e(close flap;open flap)n(close flap;open flap)</path>

can anyone else check this reverse pat ...
  Topic: path inside a path?
Josiah.Bruns

Replies: 4
Views: 6177

PostForum: CMUD General Discussion   Posted: Fri Nov 06, 2009 7:33 pm   Subject: path inside a path?
thanks zugg that gives me some idea's.

an hadar why does it say you only have 14 posts? i see you posting more than that?
  Topic: [3.12] Variables being created/modified at wrong location
Josiah.Bruns

Replies: 26
Views: 31879

PostForum: CMUD Beta Forum   Posted: Fri Nov 06, 2009 7:10 pm   Subject: [3.12] Variables being created/modified at wrong location
i have alot of the same issues.

i have gauges for all my chars and the variable HP is used for all my chars. and some times the trig from one window updates the HP variable in the wrong window.
w ...
  Topic: v3.12 I believe i found a pathing bug
Josiah.Bruns

Replies: 4
Views: 6661

PostForum: CMUD Beta Forum   Posted: Fri Nov 06, 2009 7:03 pm   Subject: v3.12 I believe i found a pathing bug
i am on version 3.12
this path doesn't reverse properly.

11ej2ejn2ejn2jne2j(close gate;open gate)j(close gate;open gate)2j4e(close flap;open flap)n(close flap;open flap)

when i type ".." to tra ...
  Topic: path inside a path?
Josiah.Bruns

Replies: 4
Views: 6177

PostForum: CMUD General Discussion   Posted: Tue Nov 03, 2009 8:03 pm   Subject: path inside a path?
is it possible to use a path inside a path?

like say i have a path to the zoo
and then i want a path to the rhino in the zoo.

.zoo n

is there a way to make this work so i can go forward and ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net