Search found 30 matches

by Akimoto
Tue Apr 23, 2019 5:43 am
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 114
Views: 405620

Re: Whats Your Gui Look like?

gui.png
pip boys are working limb trackers and clickable for changing personal parry
by Akimoto
Tue Apr 23, 2019 5:23 am
Forum: Scripts & Packages
Topic: Drag and Drop GUI Framework
Replies: 15
Views: 38806

Re: Drag and Drop GUI Framework

Untitled.png


not sure why I am getting a lua syntax error?
by Akimoto
Thu Apr 19, 2012 11:21 pm
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 114
Views: 405620

Re: Whats Your Gui Look like?

plain for now
by Akimoto
Mon Mar 05, 2012 4:22 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 256037

Re: Vyzor, UI Manager for Mudlet [Beta?]

was looking at this and for the switch between linux and windows as I do quite often depending on my mood use: local seperator = string.char(getMudletHomeDir():byte()) == "/" and "/" or "\\" local file_loc = getMudletHomeDir() .. seperator .. "SampleGui" .. se...
by Akimoto
Sun Mar 04, 2012 6:29 am
Forum: Help Forum
Topic: ipairs!
Replies: 4
Views: 3890

Re: ipairs!

actually did this
Code: [show] | [select all] lua
function keyremove(table, key)
    local element = table[key]
    table[key] = nil
    return element
end
by Akimoto
Sat Mar 03, 2012 2:50 pm
Forum: Help Forum
Topic: ipairs!
Replies: 4
Views: 3890

Re: ipairs!

how would I do this with a table that there are many holes in it? when I add the affliction: table { 'all': table { 1: 'stupidity' } 'herb': table { 22: 'stupidity' } 'breaks': table {} 'writhe': table {} 'focus': table { 1: 'stupidity' } 'special': table {} 'salve': table {} 'pipe': table {} } when...
by Akimoto
Sat Mar 03, 2012 6:05 am
Forum: Help Forum
Topic: ipairs!
Replies: 4
Views: 3890

ipairs!

Code: [show] | [select all] lua
	for i, v in ipairs (ksys.myAffs.herb) do
		if (v == name) then
			
		table.remove(ksys.myAffs.herb, i)
			break
		end
	end
This code seems to remove the item from the table IF the items number is not a double or triple digit number, what am I doing wrong?
by Akimoto
Tue Dec 13, 2011 8:37 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652794

Re: Mudlet API requests

IGNORE ORIGINAL POST >.> ok i see the issue but I cannot figure out how to purge them, I have Timer 1451 - Timer 1538 in script.... but they are not actually there, is there any way to purge these? edit ok i see exactly what is going on, tempTimer is creating duplicates that purge themselves, is the...
by Akimoto
Tue Dec 13, 2011 3:24 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652794

Re: Mudlet API requests

.223 and .17 and AMD phenom II X2 3.5 4 gigs ram 64 bit win 7

#edit: if one of you wish to take a look at my code, I would be willing to show you if you think you can figure out what is going on with it
by Akimoto
Mon Dec 12, 2011 9:53 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652794

Re: Mudlet API requests

there are a few of us that play aetolia and have updated to the newest mudlet. I have used my 32 bit computer and have no problems, but when I switch to my 64 bit computer I will get bogged down. Basically I will type in a command and it will take mudlet 10-20 seconds to send it to the server, mudle...