Search found 665 matches

by botje
Mon Jan 07, 2013 4:57 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153358

Re: Aion Bot

i think you also have a /select nearest function
by botje
Mon Jan 07, 2013 4:17 am
Forum: Runes of Magic
Topic: Finding String
Replies: 13
Views: 2597

Re: Finding String

looking tru item.lua, tier is not yet used.

rest is there though
by botje
Sun Jan 06, 2013 4:55 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.5

woot xd
by botje
Sun Jan 06, 2013 1:48 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.5

no it does'nt O.o function CleanBag(sellprize, rarity, drop, logg) inventory:update(); -- custom database for user added items to trow out local forcedrop = { "Unknown Gift", "Lost Gift", "Sled Fragment", } -- custom database for user added items to keep local forcekeep...
by botje
Sun Jan 06, 2013 12:45 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.5

but those are in itemshop bag, thats not the thing im trying to clean :P
by botje
Sun Jan 06, 2013 11:48 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

think you should download it anyway mate, its much better allready , those things dont make a huge difference

also, things work now :lol:
by botje
Sun Jan 06, 2013 10:32 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153358

Re: Aion Bot

i had that too, will work if you send keys without attaching to the window, and just activating it.

that was 1 of the reasons i quit xd
by botje
Sun Jan 06, 2013 10:26 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

lol, it is yours :)

i just included it so there wont be any, "errors" due to people missing it :P

ill make them locally just to be sure :)

i see, i was just covering all bases with that code, ill take it out ^^

any other nitpicking? :lol:

im open for suggestions ^^
by botje
Sun Jan 06, 2013 9:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

nice, ill fix that ^^
by botje
Sun Jan 06, 2013 9:48 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153358

Re: Aion Bot

yes, recoverable is like the debt on rom :)
by botje
Sun Jan 06, 2013 9:20 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

ok, updated to 2.5, very much credit to lisa, that helped me optimize and fix my mess :oops:
by botje
Sat Jan 05, 2013 8:16 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

nice, thanx lisa, ill see what i can do with that ^^

just curious though, whats that i = 1,5

part? what does that 1,5 stand for?

also, the way you posted it there, doesn use item, so how would i get item.name?

oh wait, thats just for testing purposes xd
by botje
Sat Jan 05, 2013 7:24 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

hmm... i see about that logic part on the deleting yes, although i cant figure out right now how to stop it from processing. ill check if lua has a goto command, that would work. but that other part i dont get for j, l in ipairs(forcekeep) do loops true the number of items in the table right? so why...
by botje
Sat Jan 05, 2013 6:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

i know, i could replicate that O.o
by botje
Sat Jan 05, 2013 5:53 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

but that would stop all other processing of the items, and skip all lines below it, dont think that works.
by botje
Sat Jan 05, 2013 5:45 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

basicly, the database i tried using in determining what items to keep fails, when you use more then 1 item it seems O.o

lets wait for guru assistance xd
by botje
Sat Jan 05, 2013 5:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

perhaps rock or lisa could jump in with this problem, and perhaps see if they can optimize my code a bit, im sure its a bit slow xd
by botje
Sat Jan 05, 2013 4:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

seems its case sensitive indeed, ill change that. i tested it with link runes, and it did'nt delete them, but that was after i took it out of my lootfilter xd i forgot it was in lootfilter+, so it kept deleting it xd and no, its not over ridden by the lower lines, because its in a if then statement....
by botje
Sat Jan 05, 2013 2:14 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.4

k, uploaded and updated, also SHOULD ignore phirius potions now xd
by botje
Sat Jan 05, 2013 1:59 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35659

Re: Cleanbag userfunction 2.3

dunno what i did, but it works fine on my end, perhaps i changed something between uploads, so ill upload my current one so you can test :roll: