Search found 159 matches

by Delrayne
Sat Sep 27, 2014 3:59 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134428

Re: Mudlet 3.0.0-alpha

The search box is random for me as well so it'll be hard to recreate, I'll see what I can do though. As far as the map goes though. When I download it, the actual map window is just a black box with the room info at the top, that info changes as I change room, but no map is displayed. So something i...
by Delrayne
Sat Sep 27, 2014 6:54 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134428

Re: Mudlet 3.0.0-alpha

Ok, I just closed mudlet, and re-opened it and viola my latest map file is in the 'Map' folder in my profile. So something with the download isn't saving it to my profile until after I close mudlet. I'd imagine that if I didn't choose to save profile upon exiting it wouldn't be there.
by Delrayne
Sat Sep 27, 2014 6:32 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134428

Re: Mudlet 3.0.0-alpha

Well, it's a strange situation...I downloaded the map earlier, and there was nothing..so I went back to the old map. Got the echo saying a new blah blah download and click here to remove reminder, so I went to download again. After downloading there was no file for the time I had just downloaded, bu...
by Delrayne
Sat Sep 27, 2014 6:08 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134428

Re: Mudlet 3.0.0-alpha

Honestly, I don't know...Just downloaded a new one cause it told me to, and it didn't show up anywhere in my profile.

Edit: I even ran a file search for 'map.dat' and it didn't turn up anything new.
by Delrayne
Sat Sep 27, 2014 4:13 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134428

Re: Mudlet 3.0.0-alpha

Also, when you download a new map from from settings it saves it in the wrong place, forcing you to select the map file you just downloaded before it can be used.
by Delrayne
Sat Sep 27, 2014 4:11 am
Forum: General Forum
Topic: Which of my scripts need fixing still?
Replies: 12
Views: 14137

Re: Which of my scripts need fixing still?

YATCO cuts off captures aftert 80 characters, this is on mudlet 3.0
by Delrayne
Sat Sep 27, 2014 3:39 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134428

Re: Mudlet 3.0.0-alpha

Couple things I've found, apparently the copy() function as it stands gets cut off at 80 characters even with a wrap width of zero and letting mudlet handle the wrapping. There is a work around that you have to add to your function using copy() but I didn't make it, and as such can't tell you much a...
by Delrayne
Fri May 03, 2013 7:14 am
Forum: Help Forum
Topic: Wait for something within a for loop
Replies: 4
Views: 4417

Re: Wait for something within a for loop

if you are using vadi's mapper try if (not mmp.autowalking) then do "this stuff" end
by Delrayne
Tue Apr 23, 2013 10:46 pm
Forum: Help Forum
Topic: Creating Alias with Trigger condition.
Replies: 2
Views: 3544

Re: Creating Alias with Trigger condition.

Um, you could just trigger the success and fail lines

On success:
Code: [show] | [select all] lua
send("put bag backpack")
send("quaff vial")
On failure:
Code: [show] | [select all] lua
expandAlias("brew deadly")
--This assumes you have the alias brew deadly made like you mentioned
by Delrayne
Mon Apr 22, 2013 6:38 pm
Forum: Help Forum
Topic: Making a automated healing trigger.
Replies: 10
Views: 9431

Re: Making a automated healing trigger.

If it isn't broke, don't fix it :P