Register to post in forums, or Log in to your existing account
 
:
Search found 39 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: [3.34][Discworld] Adding a string identifier to a room to help with identifying?
chosig

Replies: 4
Views: 10027

PostForum: CMUD General Discussion   Posted: Wed Mar 01, 2017 11:31 am   Subject: [3.34][Discworld] Adding a string identifier to a room to help with identifying?
+1 Vijilante

I think I'll do a separate SQLITE db on the site to aggregate the information, Discworld is a complex MUD - and I am one of those explorer geeks, I spend hours just walking and reading ...
  Topic: Looking for a specific Room Name
chosig

Replies: 15
Views: 23799

PostForum: CMUD General Discussion   Posted: Sun Feb 26, 2017 3:57 pm   Subject: Looking for a specific Room Name
Finally something I could answer, I blow at cMUD scripting, but SQL is my game... Wink
  Topic: [3.34][Discworld] Adding a string identifier to a room to help with identifying?
chosig

Replies: 4
Views: 10027

PostForum: CMUD General Discussion   Posted: Sun Feb 26, 2017 3:56 pm   Subject: [3.34][Discworld] Adding a string identifier to a room to help with identifying?
Aah! Good catch, I just use that one for named room that I sw to frequently
  Topic: [3.34][Discworld] Windows 10 - #tag not capturing exits
chosig

Replies: 6
Views: 10754

PostForum: CMUD General Discussion   Posted: Sun Feb 26, 2017 3:55 pm   Subject: [3.34][Discworld] Windows 10 - #tag not capturing exits
I'm working on that part, but Discworld is a bit special :P
  Topic: [3.34][Discworld] Windows 10 - #tag not capturing exits
chosig

Replies: 6
Views: 10754

PostForum: CMUD General Discussion   Posted: Sun Feb 26, 2017 11:55 am   Subject: [3.34][Discworld] Windows 10 - #tag not capturing exits
Experimented a bit.

Discworld only sends the room name, inside/outside and a identifier in the GMCP information.

That bugs the crap out of CMUD that assumes there is no exits, no matter what you ...
  Topic: [3.34][Discworld] Adding a string identifier to a room to help with identifying?
chosig

Replies: 4
Views: 10027

PostForum: CMUD General Discussion   Posted: Sun Feb 26, 2017 7:09 am   Subject: [3.34][Discworld] Adding a string identifier to a room to help with identifying?
Discworld has implemented GMCP, albeit really small bit of it.
I found something that can help with mapping, every room has a "hash" identifier that I'd like to add to my map to help when it gets los ...
  Topic: [3.34][Discworld] Windows 10 - #tag not capturing exits
chosig

Replies: 6
Views: 10754

PostForum: CMUD General Discussion   Posted: Sat Feb 25, 2017 2:15 pm   Subject: [3.34][Discworld] Windows 10 - #tag not capturing exits
UPDATE!

Got it all sorted out. There was something obscure setting that was messed up (ie. file, CMUD system setting, wrecked db or somesuch)

Solution:
1. Quit CMUD
2. Delete everything in the ...
  Topic: [3.34][Discworld] Windows 10 - #tag not capturing exits
chosig

Replies: 6
Views: 10754

PostForum: CMUD General Discussion   Posted: Sat Feb 25, 2017 12:42 pm   Subject: [3.34][Discworld] Windows 10 - #tag not capturing exits
That didn't work either, but I solved it with some brute force #tag name %1
$exits = %replace(%2, ",", "|")
#forall $exits {
$roomlink=%roomlink(,%i)
...
  Topic: Looking for a specific Room Name
chosig

Replies: 15
Views: 23799

PostForum: CMUD General Discussion   Posted: Fri Feb 24, 2017 3:07 pm   Subject: Looking for a specific Room Name
It's a SQLITE database, if you want case insensitive searches you do something like this:

$str = %concat("[Name] LIKE '", $room, "' COLLATE NOCASE")

Oh, and ...
  Topic: [3.34][Discworld] Windows 10 - #tag not capturing exits
chosig

Replies: 6
Views: 10754

PostForum: CMUD General Discussion   Posted: Fri Feb 24, 2017 10:16 am   Subject: [3.34][Discworld] Windows 10 - #tag not capturing exits
SOLVED
http://forums.zuggsoft.com/forums/viewtopic.php?p=176859#176859


I've tried all possible combinations, loops, foralls possible. I can't for my life get a trigger to capture the exits.

& ...
  Topic: Temporary zones and the mapper.
chosig

Replies: 0
Views: 3249

PostForum: CMUD General Discussion   Posted: Sun Aug 11, 2013 8:22 am   Subject: Temporary zones and the mapper.
I play [url=http://nanvaent.org]Nanvaent, and there is this place called the Abyss.

Basically you enter it, talk to a NPC there and get assigned a mission. You then descend into the Abyss which is ...
  Topic: [3.22a] Macro and deleted aliases
chosig

Replies: 2
Views: 4611

PostForum: CMUD Beta Forum   Posted: Wed Aug 04, 2010 12:16 am   Subject: [3.22a] Macro and deleted aliases
If you have a macro bound to an alias, and then delete that alias the macro defaults to the last created alias - which can wreck havoc.

It happened to me, and borked my portal list, but I have not ...
  Topic: %format & %ansi
chosig

Replies: 4
Views: 5371

PostForum: CMUD Beta Forum   Posted: Wed Mar 03, 2010 7:24 am   Subject: %format & %ansi
#show {x%format("&4s", 5)xx%ansi(red)%format("&4s", 5)x%ansi(default)}
Put the %ansi outisde the %format.
  Topic: 0 record(s) updated. Only one record should have been updated.
chosig

Replies: 6
Views: 12654

PostForum: CMUD Beta Forum   Posted: Tue Mar 02, 2010 7:37 pm   Subject: 0 record(s) updated. Only one record should have been updated.
Can not reproduce.
  Topic: [3.12] %portalenabled()
chosig

Replies: 3
Views: 7040

PostForum: CMUD Beta Forum   Posted: Sat Jan 16, 2010 8:11 pm   Subject: [3.12] %portalenabled()
According to the help file that command is supposed to exit...

am I missing something?
  Topic: [3.10a] Lost "MUD" window...
chosig

Replies: 2
Views: 4599

PostForum: CMUD Beta Forum   Posted: Wed Sep 23, 2009 7:29 pm   Subject: [3.10a] Lost "MUD" window...
I've lost the MUD output window, and I can not find a way to get it back, see attached screenshot.
All the configuration files is left untouched after I found this if Z wants to examine any of them. ...
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Wed Sep 23, 2009 6:57 pm   Subject: [3.10a] [SOLVED] Mapper speed
It might be a problem w/ your video card. My laptop (hp pavilion dv4000, xp sp3) was doing the same thing w/ cmud and I had to control alt delete it out. Turns out the intel gma chip is soldered bad ...
  Topic: CMUD not working since Vista update
chosig

Replies: 5
Views: 7854

PostForum: CMUD General Discussion   Posted: Mon Sep 14, 2009 8:18 pm   Subject: CMUD not working since Vista update
If there's a problem, reboot... if problem still exist, reinstall... is problem still exits, reinstall windows...

Been best (err... only) solution so far :P
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Mon Sep 14, 2009 7:54 pm   Subject: [3.10a] [SOLVED] Mapper speed
If you wouldn't live in the states, and with the postage nowadays, I'd send you my laptop (I got a couple backups).

I was as astounded as you, but it sure helped. But I'm noticing a slight lag agai ...
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Mon Sep 14, 2009 5:14 am   Subject: [3.10a] [SOLVED] Mapper speed
Solved, running cMUD as administrator did it.
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Sun Sep 13, 2009 4:30 pm   Subject: [3.10a] [SOLVED] Mapper speed
Hopefully solved, seems to be a Vista problem. Running cMUD as administrator helps (for now atleast), not marking solved until I've investigated further
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Sun Sep 13, 2009 4:19 pm   Subject: [3.10a] [SOLVED] Mapper speed
Speed problems has come back, worse then ever. I now get stalled an average of 9 seconds on area change.

This is output from a run (Aardwolf's built-in speedwalk thingy), alias used at the bottom. ...
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Tue Sep 01, 2009 12:19 pm   Subject: [3.10a] [SOLVED] Mapper speed
Know of the differences, just added those for a guidance/reference of how big my map is. :)

Now it swooshes along in a flurry. I wonder if there could be some indexing going on in the background?
...
  Topic: [3.10a] [SOLVED] Mapper speed
chosig

Replies: 14
Views: 22666

PostForum: CMUD Beta Forum   Posted: Sun Aug 30, 2009 9:31 pm   Subject: [3.10a] [SOLVED] Mapper speed
Having just started my own buzzword happy internet app (cough, small business websites) comany (yay), mudding have been put to a grinding halt over the summer (boo).

Just updated to 3.10a and I fou ...
  Topic: [3.05]Setting up the mapper
chosig

Replies: 2
Views: 6312

PostForum: CMUD General Discussion   Posted: Mon Mar 30, 2009 9:03 am   Subject: [3.05]Setting up the mapper
AAh... thanks
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net