Register to post in forums, or Log in to your existing account
 
:
Search found 50 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: cMUD Hangs up on connect
Hemdall

Replies: 2
Views: 3893

PostForum: CMUD General Discussion   Posted: Sat Mar 05, 2011 11:05 pm   Subject: cMUD Hangs up on connect
I would check for triggers containing variables in pattern too - referring to empty/non existent variable in trigger's pattern can freeze cMud.
  Topic: [Pro3.33a]#delclass doesn't delete class from module
Hemdall

Replies: 5
Views: 5391

PostForum: CMUD General Discussion   Posted: Sat Mar 05, 2011 10:16 pm   Subject: [Pro3.33a]#delclass doesn't delete class from module
<event event="onConnect" priority="1" id="1359">
<value>#file 1 "C:\Users\Rad\Documents\My Games\arkadia\logs\"%char"_"%time( y_m_d).txt
#close 1
funkcje_lua
#delclass "ofiary druzy ...
  Topic: [Pro3.33a]#delclass doesn't delete class from module
Hemdall

Replies: 5
Views: 5391

PostForum: CMUD General Discussion   Posted: Thu Feb 24, 2011 9:23 pm   Subject: [Pro3.33a]#delclass doesn't delete class from module
That will do, thank you orphean.
  Topic: [Pro3.33a]#delclass doesn't delete class from module
Hemdall

Replies: 5
Views: 5391

PostForum: CMUD General Discussion   Posted: Thu Feb 24, 2011 6:48 pm   Subject: [Pro3.33a]#delclass doesn't delete class from module
As in subject, can't delete classes from my module, it seems #delclass works only on classes in window.
  Topic: Changing line blocks executing another triggers.
Hemdall

Replies: 4
Views: 4768

PostForum: CMUD General Discussion   Posted: Fri Feb 18, 2011 10:39 am   Subject: Changing line blocks executing another triggers.
Yes, I know that. I was just assuming that once specific line arrives from mud all triggers with the same priority fires at once and are not dependant on other - this way once the trigger changes how ...
  Topic: Changing line blocks executing another triggers.
Hemdall

Replies: 4
Views: 4768

PostForum: CMUD General Discussion   Posted: Thu Feb 17, 2011 9:49 pm   Subject: Changing line blocks executing another triggers.
Until today I was assuming all triggers with pattern matching the specific line executes at once but I was wrong. I've made two exactly the same triggers:



<trigger priority="41970" ...
  Topic: Button caption doesn't update when indirect variable changes.
Hemdall

Replies: 7
Views: 6753

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 9:45 pm   Subject: Button caption doesn't update when indirect variable changes.
My question wasn't precise enough then - what will be more effective, using #update to update buttons' class or single record database variable for every button.
  Topic: Button caption doesn't update when indirect variable changes.
Hemdall

Replies: 7
Views: 6753

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 6:42 pm   Subject: Button caption doesn't update when indirect variable changes.
Yes, I'm aware of that but the thing is I'm going to create separate database variable for every team member of my team so every button will be using different variable than others. This way I believe ...
  Topic: Cmud stops responding when trigger fires on.
Hemdall

Replies: 5
Views: 5350

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 3:04 pm   Subject: Cmud stops responding when trigger fires on.

The second it maybe hiccuping on the implicit concatenations in defining the class name, or the variable. You should try an explicit concatenation instead.
I'm really sorry but I don't understand ...
  Topic: Button caption doesn't update when indirect variable changes.
Hemdall

Replies: 7
Views: 6753

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 2:45 pm   Subject: Button caption doesn't update when indirect variable changes.
That might be helpful, I'll definitely check it out. Could you tell me please what will be more effective - using #update or using database variable: %dbkey(@team_member,1) @team_member.1 - all my but ...
  Topic: Cmud stops responding when trigger fires on.
Hemdall

Replies: 5
Views: 5350

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 2:16 pm   Subject: Cmud stops responding when trigger fires on.

<trigger priority="33333" case="true" stop="true" regex="true" id="1351">
<pattern>^(?:&gt; )?Druzyne prowadzi (. ...
  Topic: Cmud stops responding when trigger fires on.
Hemdall

Replies: 5
Views: 5350

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 5:17 am   Subject: Cmud stops responding when trigger fires on.
With commented lines below added to script text sometimes trigger works and creates variables as expected but very often client just stop responding.

$t = 0
#forall @m_druzyna {
$t = $t + 1 ...
  Topic: Button caption doesn't update when indirect variable changes.
Hemdall

Replies: 7
Views: 6753

PostForum: CMUD General Discussion   Posted: Tue Jan 25, 2011 5:10 am   Subject: Button caption doesn't update when indirect variable changes.
As in the subject, caption and gauge value doesn't update when variable changes.

<button type="Gauge" autosize="false" width="218" height="20" autopos=&qu ...
  Topic: How to break line in hint for hyperlink.
Hemdall

Replies: 6
Views: 6584

PostForum: CMUD General Discussion   Posted: Tue Dec 28, 2010 7:34 am   Subject: How to break line in hint for hyperlink.
No it doesn't work for me
I tried:
<trigger name="test trigger" priority="44445" case="true" stop="true" regex="true" id="3200">
<pattern>qwertyuiop</pattern>
<value>$h ...
  Topic: How to break line in hint for hyperlink.
Hemdall

Replies: 6
Views: 6584

PostForum: CMUD General Discussion   Posted: Mon Dec 27, 2010 3:38 pm   Subject: How to break line in hint for hyperlink.
It doesn't work for me probably I'm doing something wrong -
I want to create simple trigger which will substitute text from mud with hyperlink with multiline hint:

<trigger name="test trigger" ...
  Topic: How to break line in hint for hyperlink.
Hemdall

Replies: 6
Views: 6584

PostForum: CMUD General Discussion   Posted: Mon Dec 27, 2010 9:55 am   Subject: How to break line in hint for hyperlink.
I would like to have multline hint while hoovering over hyperlink created in mxp - is that possible?
  Topic: How improve a script?
Hemdall

Replies: 2
Views: 3234

PostForum: CMUD General Discussion   Posted: Mon Dec 20, 2010 2:25 am   Subject: How improve a script?
Hello,
I'm a bit concerned about efficiency one of my scripts (haven't done any benchmark test because I don't know how I could do that). I will be grateful for any suggestion how possibly I could im ...
  Topic: mapper step delay
Hemdall

Replies: 22
Views: 33250

PostForum: CMUD General Discussion   Posted: Thu Dec 09, 2010 6:58 pm   Subject: mapper step delay
I would say it affects commands sent to mud by #send and anything sent to mud from editor. Anyway what bothers me the most are those flaws in speedwalking - I had no problem at all in very fast moving ...
  Topic: mapper step delay
Hemdall

Replies: 22
Views: 33250

PostForum: CMUD General Discussion   Posted: Thu Dec 09, 2010 4:08 pm   Subject: mapper step delay
I use as SendDelay to set speed of speedwalking just like in example above but I've noticed strange thing - very often when i doubleclick another destination room before reaching last room from active ...
  Topic: Walking with double-click veeeery slow.
Hemdall

Replies: 14
Views: 17632

PostForum: CMUD General Discussion   Posted: Sat Nov 20, 2010 3:29 pm   Subject: Walking with double-click veeeery slow.
I have both options turned off so reason must be somewhere else. I've noticed another thing - maybe that could be a clue. I double-clicked destination and start to walk toward it with SendDelay set on ...
  Topic: Walking with double-click veeeery slow.
Hemdall

Replies: 14
Views: 17632

PostForum: CMUD General Discussion   Posted: Sun Nov 14, 2010 5:49 am   Subject: Walking with double-click veeeery slow.
#loc
#print Walk mode is %walkmode()
> Locations (* is current, - is disabled):
* eidur at room 7982 (blue) <arkadia Map>
Walk mode is 0 also all triggers are disabled and still there is ...
  Topic: Walking with double-click veeeery slow.
Hemdall

Replies: 14
Views: 17632

PostForum: CMUD General Discussion   Posted: Sat Nov 13, 2010 8:21 am   Subject: Walking with double-click veeeery slow.
I do walk in fast mode - at last this is option I've chosen, that's why I'm asking why mapper behaving this way. I don't know what is GMCP for so I got it disabled.
  Topic: Walking with double-click veeeery slow.
Hemdall

Replies: 14
Views: 17632

PostForum: CMUD General Discussion   Posted: Fri Nov 12, 2010 5:36 pm   Subject: Walking with double-click veeeery slow.
Hi,
I've noticed very big difference between speed of walking in v2 and v3. At this moment every time I got long speedwalk path cmud starts to send direction after direction (I always walk in fast m ...
  Topic: How to retrieve value from database record variable.
Hemdall

Replies: 1
Views: 2786

PostForum: CMUD General Discussion   Posted: Wed Oct 20, 2010 6:32 am   Subject: How to retrieve value from database record variable.
Hi,
In cmud v2 using @db.1 I would get first key name in variable, in cmud v3 i got key value. How to get key name in v3?
  Topic: Login details in log.
Hemdall

Replies: 3
Views: 4237

PostForum: CMUD General Discussion   Posted: Fri Sep 17, 2010 4:57 pm   Subject: Login details in log.
Hi,
In my logs I've found my password, it is not masked at all what i regard a bit dangerous and uncomfortable as I sometimes share my logs and I might forget to erase login details. I have been usin ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net