Author |
Message |
Topic: Saving ansi info in variable |
Merilix
Replies: 3
Views: 5479
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2008 4:04 am Subject: Saving ansi info in variable |
You could try something like this
<trigger priority="2120" ansi="true" trigontrig="false" id="212">
<pattern>%e[(%d)S(*)%e ... |
Topic: Alias Failing suddenly |
Merilix
Replies: 9
Views: 11317
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2008 2:51 am Subject: Alias Failing suddenly |
looks like blanks are stripped off within the nested statement...
#al vallens {
#switch (%params)
("all") {
get all.vallens vine
get ... |
Topic: Complex %mapquery usage question. |
Merilix
Replies: 6
Views: 6869
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2008 1:19 am Subject: Complex %mapquery usage question. |
Hmm... looks like the first %mapquery call had to establish a db connection first
and subsequent calls just use this already open connection |
Topic: Tutorial Request: Connecting to an external Database |
Merilix
Replies: 7
Views: 12285
|
Forum: CMUD General Discussion Posted: Tue Aug 26, 2008 2:13 pm Subject: Tutorial Request: Connecting to an external Database |
ahh yes, that works.
I just tried sqlite3dll from cmud root and was wondering about absolute no feedback.
edit:
if zs.numparam ~= 0 then
dbName = zs.param(1)
what is zs? It looks like an ... |
Topic: Tutorial Request: Connecting to an external Database |
Merilix
Replies: 7
Views: 12285
|
Forum: CMUD General Discussion Posted: Tue Aug 26, 2008 1:43 am Subject: Tutorial Request: Connecting to an external Database |
in zMud i had something like this to access the mapper database via com object:
#VAR Conn %comcreate( "ADODB.Connection")
#CALL @Conn.Open( "Provider=Microsoft.Jet.OLEDB ... |
Topic: Complex %mapquery usage question. |
Merilix
Replies: 6
Views: 6869
|
Forum: CMUD General Discussion Posted: Mon Aug 25, 2008 4:45 pm Subject: Complex %mapquery usage question. |
%mapquery accepts only the WHERE part so this should work for you:
$sql = %concat("Name like '%",%-1,"%' AND ","ZoneID"," = ",%zonenum)
data=%mapque ... |
Topic: [3.0] Multiple Sessions sharing one Map - Question |
Merilix
Replies: 12
Views: 20228
|
Forum: CMUD Beta Forum Posted: Sun Aug 24, 2008 6:55 pm Subject: [3.0] Multiple Sessions sharing one Map - Question |
1. statet or not, the feature is offered just via "File/Open Session" menu. From this point of view it is official.
2. CMUD shoud be an upgrade not an downgrade in one of its main features. lol. ... |
Topic: [3.0] Multiple Sessions sharing one Map - Question |
Merilix
Replies: 12
Views: 20228
|
Forum: CMUD Beta Forum Posted: Sun Aug 24, 2008 12:10 am Subject: [3.0] Multiple Sessions sharing one Map - Question |
Hmm, i do not had this idea yet but on the first quick view it seems to be working.
That the map isnt updated immediately isnt a problem for me, its the same as in zMud. I would see two other hiccup ... |
Topic: [2.36] vs Zmud -- using inherited settings |
Merilix
Replies: 6
Views: 9827
|
Forum: CMUD General Discussion Posted: Sat Aug 23, 2008 11:04 pm Subject: [2.36] vs Zmud -- using inherited settings |
Hmm... Ok. i see. Splitting the package could help.
Althow, as soon as two characters are sharing the same module package they are also share all variables in it.
Thus at least the "endless loop" is ... |
Topic: [2.36] endless loop caused by non existing variable |
Merilix
Replies: 3
Views: 5134
|
Forum: CMUD General Discussion Posted: Sat Aug 23, 2008 9:26 pm Subject: [2.36] endless loop caused by non existing variable |
I dont know how these things are coded but i suppose an hidden var_change trigger is raised for updating the
related gui element and the trigger has the wrong expectation that a variable firing it m ... |
Topic: [2.36] vs Zmud -- using inherited settings |
Merilix
Replies: 6
Views: 9827
|
Forum: CMUD General Discussion Posted: Sat Aug 23, 2008 8:37 pm Subject: [2.36] vs Zmud -- using inherited settings |
Argl... after some tests i noticed that:
+-------------------------------+ +-------------------------------+
| Window: Alida_at_avalon | | Window: Merilix ... |
Topic: [3.0] Multiple Sessions sharing one Map - Question |
Merilix
Replies: 12
Views: 20228
|
Forum: CMUD Beta Forum Posted: Sat Aug 23, 2008 7:09 pm Subject: [3.0] Multiple Sessions sharing one Map - Question |
But like I said, since I don't officially support multiple sessions with multiple map windows, I can't guarantee that the new version will work for that. You are using a feature that just happens to ... |
Topic: [3.0] Out of Memory |
Merilix
Replies: 5
Views: 7092
|
Forum: CMUD Beta Forum Posted: Sat Aug 23, 2008 1:25 am Subject: [3.0] Out of Memory |
Ok i sent you my map but as i wrote dont worry about te realy old views.
I assume the conversion issue has to do with underlaying vba functions i used.
Anyhow, if you like to learn german enjoy y ... |
Topic: [2.36] vs Zmud -- using inherited settings |
Merilix
Replies: 6
Views: 9827
|
Forum: CMUD General Discussion Posted: Sat Aug 23, 2008 12:24 am Subject: [2.36] vs Zmud -- using inherited settings |
Thanks for your explanations. I understood this as far as possible.
When i coded things in Zmud i followed these OOP principles: inherit/overide/extend. The problem was: my package file also has va ... |
Topic: [2.36] endless loop caused by non existing variable |
Merilix
Replies: 3
Views: 5134
|
Forum: CMUD General Discussion Posted: Fri Aug 22, 2008 11:15 pm Subject: [2.36] endless loop caused by non existing variable |
If you like to force CMUD to hang in endless loop just try this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<window name="crashit">
< ... |
Topic: [3.0] Out of Memory |
Merilix
Replies: 5
Views: 7092
|
Forum: CMUD Beta Forum Posted: Fri Aug 22, 2008 7:09 pm Subject: [3.0] Out of Memory |
Thanks, that settled me down ;)
btw, the conversion tried to convert custom tables and views also and hangs on views.
No probem, it worked after i deleted my own stuff but i think the final version ... |
Topic: [2.36] vs Zmud -- using inherited settings |
Merilix
Replies: 6
Views: 9827
|
Forum: CMUD General Discussion Posted: Fri Aug 22, 2008 5:57 pm Subject: [2.36] vs Zmud -- using inherited settings |
Because i'm have multiple chars in the same mud i have setup my chars in zMud similar like this:
guest - main.mud
char1 - specific1.mud inherits main.mud
char2 - specific2.mud inherits main.mud
... |
Topic: [3.0] Out of Memory |
Merilix
Replies: 5
Views: 7092
|
Forum: CMUD Beta Forum Posted: Fri Aug 22, 2008 1:40 pm Subject: [3.0] Out of Memory |
After loading my 60k rooms/ 400k links map it took about 710mb of virtual memory. 840mb for my map!
Very hungry!
(Enjoy your meal!) |
Topic: [3.0] Multiple Sessions sharing one Map - Question |
Merilix
Replies: 12
Views: 20228
|
Forum: CMUD Beta Forum Posted: Thu Aug 21, 2008 11:40 pm Subject: [3.0] Multiple Sessions sharing one Map - Question |
Many thanks for your answer.
I could have mis-interpreted some sentences from here http://www.sqlite.org/whentouse.html.
specially these two sentences alarmed me:
If file locking does not work like ... |
Topic: [3.0] Multiple Sessions sharing one Map - Question |
Merilix
Replies: 12
Views: 20228
|
Forum: CMUD Beta Forum Posted: Thu Aug 21, 2008 8:46 pm Subject: [3.0] Multiple Sessions sharing one Map - Question |
In zMud i have some sessions for different chars on the same mud sharing one inherited session.
All of these are also sharing the same Map database with about 64k rooms and 400k links.
Until now i ... |
Topic: CMUD still not usable for "serious" playing!!!!! |
Merilix
Replies: 6
Views: 8473
|
Forum: CMUD General Discussion Posted: Wed Aug 20, 2008 7:50 pm Subject: CMUD still not usable for "serious" playing!!!!! |
regarding zMapper, normally i only open it if i need a new room / link type.
Also its not a big issue to open it from the mapper view when i perfor a "compact database" after im finished ;).
By th ... |
Topic: CMUD still not usable for "serious" playing!!!!! |
Merilix
Replies: 6
Views: 8473
|
Forum: CMUD General Discussion Posted: Wed Aug 20, 2008 5:32 pm Subject: CMUD still not usable for "serious" playing!!!!! |
first: please forgive me if my english is too bad ;)
Ok, some details:
I used zMud for long time (since 2004) and was very happy with it.
Currently i'm still using the latest version 7.21 fo ... |
Topic: Not readable symbols |
Merilix
Replies: 14
Views: 13961
|
Forum: CMUD General Discussion Posted: Wed Aug 20, 2008 3:04 pm Subject: Not readable symbols |
it looks like these garbage is sent by CMUD, not received.
With "Autolog" option enabled i get "wrong password" from the mud
----------------
Wie lautet Dein Name: Merin
`
Pas ... |
Topic: CMUD still not usable for "serious" playing!!!!! |
Merilix
Replies: 6
Views: 8473
|
Forum: CMUD General Discussion Posted: Wed Aug 20, 2008 2:30 pm Subject: CMUD still not usable for "serious" playing!!!!! |
Nearly each movement causes access violation error in TCacheNode.Execute. (unit PrefDat line 11300)
That is independend of if i start new session from scratch or if i use imported settings from zMU ... |
|