Page 7 of 10

Re: cMud Map Importer

Posted: Mon Dec 26, 2011 6:44 am
by mordisko
Mudlet 2.0 (June 12, 2011)

Re: cMud Map Importer

Posted: Sun Jan 22, 2012 9:29 pm
by chris
Then most likely your version renders labels outside of your view, which will really slow down the mapper. I forget if the current RC has this flaw or not.

Re: cMud Map Importer

Posted: Wed May 30, 2012 4:36 am
by chris
Update for cases where zone ids were null.

Re: cMud Map Importer

Posted: Wed Jun 26, 2013 6:41 pm
by scheidelin
How do I learn mapping in mudlet?

Re: cMud Map Importer

Posted: Wed Jun 26, 2013 7:52 pm
by Silvine
Try here for a start if its just general mudlet stuff your after, as opposed to importing.

Re: cMud Map Importer

Posted: Fri Sep 13, 2013 8:03 pm
by sangeet
any updates on the scrip so far? :) tried to convert a cmud map, in sort of went not very smoothly. the map can be imported to mudlet after conversion, but the mapper does not catch the location. that is when i move around, the mapper does not react to the movement.

Re: cMud Map Importer

Posted: Fri Sep 13, 2013 8:19 pm
by Vadi
Do you have a mapper script? Having a map won't mean Mudlet is able to track you on any game you play; need a mapper script to help it do that.

Re: cMud Map Importer

Posted: Sat Sep 14, 2013 6:40 pm
by sangeet
well, i have Groderick's script, was hoping it would work with the imported map. perhaps i was foolish to expect that :)

Re: cMud Map Importer

Posted: Sat Sep 14, 2013 7:45 pm
by sangeet
ah, you probably wouldn't know which script i'm talking about. i play Wheel of Time mud and there's a guy, who is so kind to let everyone have his mapping script and his map. whereas both a great and work perfecty together, i wanted to import a cmud mud with all sorts of labels, which are important to pk. :) and it didn't work.

Re: cMud Map Importer

Posted: Wed Jun 24, 2015 2:26 am
by Nyyrazzilyss
Does this work with 3.0-delta? I'm getting an error when I try using it:

<[string "function Alias135()..."]:2: attempt to call method 'importAll' (a nil value)>

CreateMapFromCmud script (showing bug)

module 'luasql' not found: no field package.preload['luasql'] no file '.\luasql.lua' etc etc


I'm assuming it's the following line causing problems:

require "luasql"

-- fixed --

Changed it to require "luasql.sqlite3"