Search found 334 matches

by Nyyrazzilyss
Fri Oct 06, 2017 8:36 pm
Forum: Scripts & Packages
Topic: cMud Map Importer
Replies: 99
Views: 149652

Re: cMud Map Importer

Download luabit from http://files.luaforge.net/releases/bit/bit/luabitv0.4

Copy bit.lua to the mudlet install directory.

You can also paste bit.lua into a script in your package.
by Nyyrazzilyss
Tue Sep 19, 2017 6:53 pm
Forum: Help Forum
Topic: Notepad Saving
Replies: 4
Views: 4913

Re: Notepad Saving

Thanks, I tried using save/reset Profile to indirectly cause it to happen, but didn't work.

I'll keep in mind at some point i'll need to add save/load functions to mudlet.
by Nyyrazzilyss
Mon Sep 18, 2017 2:46 pm
Forum: Help Forum
Topic: Notepad Saving
Replies: 4
Views: 4913

Re: Notepad Saving

Searched, but nothing stood out so reviving an old post that didn't seem to have an answer: I've taken a look at the mudlet notepad, in particular with persistance/backing up of the contents. The notepad contents are saved inside the profile in the 'notes.txt' file. It would appear to be read on sta...
by Nyyrazzilyss
Mon Aug 28, 2017 2:56 am
Forum: Help Forum
Topic: Userwindows questions
Replies: 3
Views: 3712

Userwindows questions

I've just started taking a look at user windows, with the intent of making one of the windows in my package draggable. A couple questions: moveWindow and resizeWindow would appear to effect the size of the window inside the floating container. Is there a similar command to move/resize the entire con...
by Nyyrazzilyss
Sat Aug 12, 2017 4:04 pm
Forum: Scripts & Packages
Topic: TorilMud
Replies: 5
Views: 7744

Re: TorilMud

I just read on the Toril forums that your mapper works by having everything pre-mapped, but becomes visible as you explore. That's just awesome. Kudos on having such a complete map available. I'm now even more excited to play around with this. Thanks! When I first wrote the mapper script portion, i...
by Nyyrazzilyss
Fri Aug 04, 2017 2:19 am
Forum: Scripts & Packages
Topic: TorilMud
Replies: 5
Views: 7744

TorilMud

I've posted a Toril script for Mudlet 3.x.x+ 3.3.1 recommended http://www.mudlet.org If it's a prior version of Mudlet, it won't work. Latest stable script version posted (8/3/2017) is 011c https://github.com/Nyyrazzilyss/NyyLIB/raw/master/NyyLIB011c.zip https://raw.githubusercontent.com/Nyyrazzilys...
by Nyyrazzilyss
Sun Jul 30, 2017 8:16 pm
Forum: Help Forum
Topic: Last command sent
Replies: 7
Views: 6101

Re: Last command sent

by Nyyrazzilyss
Fri Jul 21, 2017 2:03 am
Forum: Help Forum
Topic: How can I run scripts on startup?
Replies: 2
Views: 2905

Re: How can I run scripts on startup?

I use 'sysLoadEvent' myself as my 'main()'
by Nyyrazzilyss
Thu Jul 20, 2017 7:34 pm
Forum: Help Forum
Topic: Issue with 3.3.1 from 2.1
Replies: 7
Views: 5130

Re: Issue with 3.3.1 from 2.1

I might be completely wrong on this one, but it sounds like you're running into an error with the default area (-1) - I believe this area always exists in 3.x+, so getAreaTable will never return a nil value. (edit) That's likely not it. More likely at the time you execute the getAreaTable command, i...
by Nyyrazzilyss
Sat Jul 15, 2017 9:06 pm
Forum: Help Forum
Topic: command, ";"
Replies: 4
Views: 5406

Re: command, ";"

That's what i'm doing right now, using sysDataSendRequest to generate a command history. Just wasn't sure if there was already something pre-existing