Search found 7 matches

by runesdailies
Fri May 20, 2011 11:47 pm
Forum: Runes of Magic
Topic: Table not found for ID
Replies: 127
Views: 27959

Re: Table not found for ID

Sorry for the late reply, been swamped with work. The specific card was Glamorous Maid of Muses, if i recall correctly. The Exact ID number error i dont remember, but i confirmed it earlier today when the bot looted a body and found this card, and the exact moment it entered the inventory i would re...
by runesdailies
Wed May 18, 2011 4:58 am
Forum: Runes of Magic
Topic: Table not found for ID
Replies: 127
Views: 27959

Re: Table not found for ID

I think that's a different issue. I'm not familiar with that error. The memory table functions is a part of the bot that baffles me. Maybe Administator can help you with that although I don't think he fully understands it either. Hmmm i solved it simply by removing a specific item from my inventory...
by runesdailies
Tue May 17, 2011 10:22 pm
Forum: Runes of Magic
Topic: Table not found for ID
Replies: 127
Views: 27959

Re: Table not found for ID

Ive encountered numerous problems since the patch myself. Im certain its do to do with Item IDs as when trying to load rom bot (trying to load itemtables) the window reports the same error you receive except with different IDs. That is then followed by this message: 'rootdirectory'/classes/memorytab...
by runesdailies
Mon May 02, 2011 4:43 am
Forum: Runes of Magic
Topic: Clearing Loot Ignore List?
Replies: 17
Views: 5585

Re: Clearing Loot Ignore List?

Ah i think i see what the code does, if the player is engaged in combat and can detect an enemy target, then return so that it doesnt update the ignore list, unless out of combat. I tested for about 40 minutes, and i can confirm that it looted everything (more accurately it ATTEMPTED to loot everyth...
by runesdailies
Sun May 01, 2011 11:47 pm
Forum: Runes of Magic
Topic: Clearing Loot Ignore List?
Replies: 17
Views: 5585

Re: Clearing Loot Ignore List?

If LOOT_IN_COMBAT is false it wouldn't loot the body if you're still in combat. It should kill all the mobs attacking it first, then loot all the bodies. Isn't it looting all the bodies at the end? Yep, that should be the case, and maybe i should have specified that the bot does not try to loot whi...
by runesdailies
Sun May 01, 2011 3:42 pm
Forum: Runes of Magic
Topic: Clearing Loot Ignore List?
Replies: 17
Views: 5585

Re: Clearing Loot Ignore List?

If you set LOOT_ALL to true and LOOT_IN_COMBAT to false in your profile it should loot all out of combat so shouldn't be interrupted by a stun. Have you tried that? Yeah I have, I set my profile to this by default, but it doesnt seem to work for whatever reason. Typically if theres a group of 3 att...
by runesdailies
Sun May 01, 2011 12:32 pm
Forum: Runes of Magic
Topic: Clearing Loot Ignore List?
Replies: 17
Views: 5585

Clearing Loot Ignore List?

Hi, first post :D Just curious, is there a way to clear the loot ignore list by a function or perhaps some could tell me the name of the list data structure that it uses so i can create the function. I had a quick browse through the files but no luck. The reason for this is i wish to create a functi...