Search found 51 matches

by Angie
Wed Oct 29, 2014 5:38 am
Forum: Help Forum
Topic: Room List
Replies: 6
Views: 4836

Re: Room List

Do you have the function hooked up to an event handler for gmcp.Char.Items?
by Angie
Tue Oct 21, 2014 7:47 pm
Forum: Help Forum
Topic: config.lua
Replies: 2
Views: 2254

Re: config.lua

Thanks! I read that doc page, just wanted to make sure I wasn't missing anything.
by Angie
Mon Oct 20, 2014 10:54 pm
Forum: Help Forum
Topic: config.lua
Replies: 2
Views: 2254

config.lua

Are there any settings beside package name that can or should be set with config.lua? Versioning? Or anything else?
by Angie
Mon Oct 20, 2014 7:31 pm
Forum: Mudlet Mapper
Topic: Is there a mapping scripted for Awakened Worlds?
Replies: 5
Views: 6027

Re: Is there a mapping scripted for Awakened Worlds?

You would need at least enough coding knowledge to be able to modify another mud's script. But find out first what protocol (if any) AW uses.
by Angie
Sun Oct 19, 2014 11:21 pm
Forum: Mudlet Mapper
Topic: Is there a mapping scripted for Awakened Worlds?
Replies: 5
Views: 6027

Re: Is there a mapping scripted for Awakened Worlds?

You should ask at the mud's forum, maybe the mud staff or a player has made one. If not, you will need to make one yourself.
by Angie
Sat Oct 18, 2014 5:59 pm
Forum: Help Forum
Topic: Visualizing sets of coordinates?
Replies: 4
Views: 3571

Re: Visualizing sets of coordinates?

Check out KaVir's GUI for God Wars 2, it has a coordinate based map that displays position of players and mobs.
by Angie
Tue Oct 14, 2014 9:21 am
Forum: Help Forum
Topic: What does the client mean by "server address"?
Replies: 6
Views: 4422

Re: What does the client mean by "server address"?

Taken from the Discworld webpage: "connect to discworld.starturtle.net on port 23 or 4242" - that means discworld.starturtle.net is the server address and you can use either port 23 or 4242.
by Angie
Sun Oct 12, 2014 11:18 pm
Forum: Help Forum
Topic: Mudlet Mapper Placement Behavior
Replies: 1
Views: 1841

Re: Mudlet Mapper Placement Behavior

Yes. I had a topic about it here: http://forums.mudlet.org/viewtopic.php?f=13&t=4534 and reported it on Launchpad here: https://bugs.launchpad.net/mudlet/+bug/1327914
by Angie
Sat Sep 06, 2014 12:21 pm
Forum: Mudlet Mapper
Topic: [Disregard]Hard pointing mapper to its database
Replies: 5
Views: 5893

Re: Hard pointing mapper to its database

We weren't even able to get his GUI to display images, so I suppose the problem is elsewhere.

Update: We tracked the problem to where the GUI installed itself to a folder called "mpackage" instead of "MS-GUI" - no clue why, but renaming the folder afterwards fixed the issue.
by Angie
Fri Sep 05, 2014 6:01 pm
Forum: Mudlet Mapper
Topic: [Disregard]Hard pointing mapper to its database
Replies: 5
Views: 5893

Re: Hard pointing mapper to its database

Nope, it's a different case. From what I remember, his home dir didn't have any special chars in it, so it's probably some Ubuntu thing - hard for me to debug, so I want to try bypassing getMudletHomeDir() just to see if the problem is there or elsewhere. I'll ask him for the exact path when I get a...