Search found 20 matches

by Trendor
Sat Feb 11, 2012 5:29 am
Forum: Help Forum
Topic: Get item script
Replies: 3
Views: 3019

Re: Get item script

I got some help in the Mudlet clan via pastebin. It works just fine now. Thanks though.
by Trendor
Fri Feb 10, 2012 7:19 am
Forum: Help Forum
Topic: Get item script
Replies: 3
Views: 3019

Re: Get item script

I've been doing some troubleshooting. It looks like table.insert(getitems,money) isn't working. I even made an alias that did that and it wasn't added to the table, getitems.
by Trendor
Thu Feb 09, 2012 8:26 am
Forum: Help Forum
Topic: Get item script
Replies: 3
Views: 3019

Get item script

I've had this awhile and has worked before but suddenly can't get it to work now. I had to recently reinstall Mudlet and didn't have a back up I thought I had. The script I did have maybe older and was probably changed once in use. Anyway, if anyone could find any problems, I'd appreciate it. <Mudle...
by Trendor
Wed Jan 25, 2012 3:12 am
Forum: Help Forum
Topic: Updated Rift package
Replies: 1
Views: 2003

Re: Updated Rift package

I'm still looking if anyone has one.
by Trendor
Fri Nov 25, 2011 5:31 pm
Forum: Help Forum
Topic: Updated Rift package
Replies: 1
Views: 2003

Updated Rift package

Anyone have an updated rift tracker with the new alchemy cures and such?
by Trendor
Sat Nov 19, 2011 7:59 am
Forum: Help Forum
Topic: Keep mapper window showing on mud let restart
Replies: 3
Views: 2819

Re: Keep mapper window showing on mud let restart

Oh cool. Happen to know the values for the mapper to be in the lower right corner? And not hide the scroll bar?
by Trendor
Sat Nov 19, 2011 6:50 am
Forum: Help Forum
Topic: Getting an error when I connect
Replies: 2
Views: 2299

Re: Getting an error when I connect

Stupid question: Where do I get it? I tried googling it and just got confused on what to download. :/
by Trendor
Sat Nov 19, 2011 5:38 am
Forum: Help Forum
Topic: Getting an error when I connect
Replies: 2
Views: 2299

Getting an error when I connect

Here's the error(s) I'm getting. [ ERROR ] cannot find Lua module zipLua error:[string "require "zip""]:1: module 'zip' not found: no field package.preload['zip'] no file './zip.lua' no file '/usr/share/luajit-2.0.0-beta8/zip.lua' no file '/usr/local/share/lua/5.1/zip.lua' no fil...
by Trendor
Wed Nov 02, 2011 6:44 pm
Forum: Help Forum
Topic: Script Help
Replies: 10
Views: 6790

Re: Script Help

I figured out the problem. I wasn't using quotes in my w1 alias when setting variables.
by Trendor
Wed Nov 02, 2011 6:37 pm
Forum: Help Forum
Topic: Script Help
Replies: 10
Views: 6790

Re: Script Help

Code: Select all

table {
  'right': 0
  'left': 0
}
That's how the table looks before I did w1 which in turn executes dowield and still nothing.