Search found 50 matches

by kaeus
Mon Apr 15, 2013 5:00 am
Forum: Help Forum
Topic: Missing Rooms in Mapper
Replies: 2
Views: 2341

Re: Missing Rooms in Mapper

And that seemed to do it, thanks!
by kaeus
Mon Apr 15, 2013 12:10 am
Forum: Help Forum
Topic: Missing Rooms in Mapper
Replies: 2
Views: 2341

Missing Rooms in Mapper

Recently Aetolia added the zone Duiran (finally) to the XML, so I am now able to use my mapper to recognize rooms in the area and it knows the rooms when I enter them. I am however unable to visually see them on the map, other than the basic information (room name, coords, etc). I checked environmen...
by kaeus
Wed Jan 09, 2013 10:18 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652898

Re: Mudlet features and API requests

Would be great to have an alternative way to save packages/modules instead of one giant XML. If I could have a real folder hierarchy on my file system, it would possibly help when trying to collaborate on a big project and using version control. Not much fun to try and use version control on one xml...
by kaeus
Fri Oct 21, 2011 6:51 pm
Forum: General Forum
Topic: ctrl+shift+v
Replies: 27
Views: 18611

Re: ctrl+shift+v

I've implemented it - it replaces newlines with a space, and a selection of smart quotes with normal ones. If the function will need to handle anything else, it's really easy to mod it. Attached is a diff and a complete version of the new file. Is this going to work for pasting into trigger lines a...
by kaeus
Fri Aug 19, 2011 5:21 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652898

Re: Mudlet API requests

do you mean pressing control+up/down? Doing that will move you up/down one line in your current input. It would work in that you could be typing something, hit the down key and it would save and clear what you were typing so that you can do something else momentarily, then when you hit up it would ...
by kaeus
Tue Jun 07, 2011 1:43 am
Forum: Mudlet Development
Topic: Package system development [2.0-rc6-pre1]
Replies: 6
Views: 8206

Re: Package system development

On Windows 7 x64, I have 2 issues with the settings.

Setting for IRC name doesn't save.
Setting for default trigger pattern type.
by kaeus
Thu Sep 30, 2010 11:44 pm
Forum: Scripts & Packages
Topic: Easy Time Difference
Replies: 1
Views: 2967

Easy Time Difference

So, I used to make a timer and do some annoying stuff to get the time difference between two events. I decided to just make it easier so I can call a function at the start of an event and the end to get the difference. Here is what I have. Basically for some event, lets say...cheese: storeTime("...
by kaeus
Mon Sep 20, 2010 10:10 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Check if you have a particular skill using GMCP
Replies: 15
Views: 11669

Re: Check if you have a particular skill using GMCP

There's no way that this can work reliably. To begin with, you need to request a skills data set from the server. The server will answer this request asynchronously i.e. you need to hook up an event handler that parses the skill data set *when it gets delivered*. It works, but its because I request...
by kaeus
Mon Sep 20, 2010 8:32 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Check if you have a particular skill using GMCP
Replies: 15
Views: 11669

Re: Check if you have a particular skill using GMCP

This is what I'm currently using to basically check if I have a skill, but I'm more passing it the required rank/percent for the skill, and only using the Groups table. Also, I know I kinda need to redo it to actually trigger off of the event, but this works for now! ksys.temp.skillranks = {"In...
by kaeus
Fri Sep 17, 2010 5:26 am
Forum: Mudlet Mapper
Topic: searchRoom
Replies: 2
Views: 4341

searchRoom

I had a question about how searchRoom functions. I was curious if it plans to support rooms with the same name, since as far as I can tell right now it only returns one value since the table's key is the room name.