Search found 496 matches

by chris
Wed Jan 29, 2014 1:20 am
Forum: Mudlet Mapper
Topic: (mapping script) 3kingdoms Mapper
Replies: 91
Views: 200946

Re: (mapping script) 3kingdoms Mapper

Did you follow the directions? Like doing tmap mapsetup
by chris
Tue Jan 28, 2014 5:16 pm
Forum: Mudlet Mapper
Topic: (mapping script) 3kingdoms Mapper
Replies: 91
Views: 200946

Re: (mapping script) 3kingdoms Mapper

Can you give me a map and steps where I can reproduce it?
by chris
Tue Jan 28, 2014 2:12 am
Forum: Mudlet Mapper
Topic: (mapping script) 3kingdoms Mapper
Replies: 91
Views: 200946

Re: (mapping script) 3kingdoms Mapper

Hi, the version that is on github is far superior than the package version. It has quite a few critical bug fixes. What I would do is this: 1) tmap dirclear -- this clears the direction queue 2) tmap findme -- to set your current position 3) try mapping now If this still doesn't work, give me steps ...
by chris
Sat Jan 25, 2014 6:06 pm
Forum: Scripts & Packages
Topic: Define English word plugin
Replies: 5
Views: 5686

Re: Define English word plugin

Thanks for this. It makes me want to add custom right click hooks for the general mud screen now (similar to the mapper hooks I made). I think a hover (word hilited, hover and it fires a sysHoverEvent type thing), double left click (sysEventDoubleLeftClick can hook to auto-attack, etc.), and a right...
by chris
Wed Jan 15, 2014 2:37 am
Forum: Help Forum
Topic: Mudlet 3.0 crashes when trying to delete rooms
Replies: 5
Views: 4532

Re: Mudlet 3.0 crashes when trying to delete rooms

If you are running the development version and reporting bugs, you want to ensure they are not occurring in the development branch (the 'master' branch points to SourceForge which is significantly behind)
by chris
Tue Dec 31, 2013 2:14 pm
Forum: Help Forum
Topic: Perm Timer Precision
Replies: 2
Views: 2255

Re: Perm Timer Precision

It's a QTimer. Here's some info on it (https://qt-project.org/forums/viewthread/32970 and http://qt-project.org/doc/qt-5.1/qtcore ... rType-enum). We don't specify any timer type, and the default isn't documented so I have no idea what it is.
by chris
Tue Dec 31, 2013 1:10 am
Forum: Help Forum
Topic: MapLabel hit box bug
Replies: 1
Views: 2123

Re: MapLabel hit box bug

This has been addressed in the development versions of Mudlet, and will be available soon enough.
by chris
Tue Dec 31, 2013 1:07 am
Forum: Mudlet Development
Topic: getRoomIDbyHash feature request
Replies: 12
Views: 12342

Re: getRoomIDbyHash feature request

This request defeats the point of hashes. If you don't have unique features, don't use a hash. If you do have a way to figure out one room from the other, then you have something unique -- incorporate that into the string you pass to hash.
by chris
Sat Dec 28, 2013 9:49 pm
Forum: General Forum
Topic: Grammar Suggestion for 'Connect'
Replies: 9
Views: 11522

Re: Grammar Suggestion for 'Connect'

Tossing in my native English opinion. The suggestion is far too formal, and how it is currently sounds natural to me.
by chris
Sat Dec 28, 2013 4:00 pm
Forum: Help Forum
Topic: [help] Mudlet is crashing
Replies: 3
Views: 2595

Re: [help] Mudlet is crashing

I imagine you are calling 'hunt <mob>' somewhere else, causing an infinite loop.