Table not found for ID

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Table not found for ID

#61 Post by lisa » Thu Jun 02, 2011 4:35 am

rock5 wrote:605 fixed 2 errors. One of them required the item shop to be opened just like the backpack already was.

So you can apply only that fix if you update only the inventory.lua file to 605.

As to the errors you get when you updated to 605, now that you have 604, try starting the commandline and typing in the following

Code: Select all

for k,v in pairs(inventory.BagSlot) do print(k, v.Id, v.Name) end
and see if there are any items with ids but <EMPTY> as the name.
550861 has nothing as a name, not even <EMPTY>
770290 <EMPTY>
770292 <EMPTY>

about 2/3 are
0 <EMPTY>

Doing

Code: Select all

SendSystemChat(TEXT("Sys550861_name"))

returns
Sys550861_name

It currently has no errors and rev 604, I actually hadn't changed anything to try and fix it. Just did the open item shop at start.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#62 Post by rock5 » Thu Jun 02, 2011 4:48 am

sfrattini wrote:somehow ignores all the items contained in bag1 and starts from the second one...i guess I have to check a bit more this string:
"if item.SlotNumber >= (settings.profile.options.INV_AUTOSELL_FROMSLOT + 60)"
Currently, the slotnumber for the first slot in bag 1 is 61. That's why you have to add 60 to the FROMSLOT value. In older versions of the bot the first slot number was 1 because the inventory didn't include the item shop backpack and transmutor. Are you using an older version of the bot?
sfrattini wrote:Another thing I have noticed, if you start the bot naked :oops: (just switch equip) you get no errors but when u switch back the issues with the table ID comes back, so is it possible that this is somehow related to the gear equipped?
Other people seem to be having problems with items they are collecting but maybe you are having problems with an item you are wearing. Check the id number in the errror message and see if you are wearing it.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#63 Post by rock5 » Thu Jun 02, 2011 5:12 am

lisa wrote: 550861 has nothing as a name, not even <EMPTY>
770290 <EMPTY>
770292 <EMPTY>
Recipes and cards. I'm pretty sure they work in 605. So you didn't have any problem with items in your inventory with ids in the 200000-220000 range? Do you still have some of them in your inventory?
lisa wrote: Doing

Code: Select all

SendSystemChat(TEXT("Sys550861_name"))

returns
Sys550861_name
I'm not 100% sure but I think that never worked for recipes and cards. Probably for the same reason we can't directly get the recipe and card names
from memory and instead have to look up the item/mob id instead.
lisa wrote: Just did the open item shop at start.
Like I said, to avoid doing that manually you can upgrade just inventory.lua to 605 to do it for you.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

sfrattini
Posts: 35
Joined: Wed Jun 03, 2009 3:45 pm

Re: Table not found for ID

#64 Post by sfrattini » Thu Jun 02, 2011 5:47 am

Rock, I think I am using the latest everything (Micromacro 1.01 and 605 rombot updated via SVN). After 2 years of use of Rombot I did learn a bit how to keep it updated :)
I will try this evening to have a look at the code of the items that I am wearing to see if there is any relation to the famous 200000-220000 range.
The most strange thing as somebody else reported is that some Chars works fine and some other dont...

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Table not found for ID

#65 Post by lisa » Thu Jun 02, 2011 6:39 am

Do you still have some of them in your inventory?
Been farming all day and picked up hundreds of items that normally give the wrong value print.
I ran same WP and same char yesterday and got wrong value constantly, today not a single wrong value. I bet if I cleared cache and started again I would get wrong values non stop lol
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#66 Post by rock5 » Thu Jun 02, 2011 6:42 am

Ok, I think this is going to take awhile. Here is how I see it at the moment.

The 2 problems I fixed with 605 were problems that I could reproduce by buying the same items as people were having problems with. So I was able fix them.

I think the problem people are having now with 605 is these "table not found" errors for the item ids around 220000. So far I have not been able to reproduce the error by buying the items so it doesn't look like it's item specific.

The main problem with these errors is that the items are not selling. So the next step is, I need to know why they aren't selling. Can someone, who gets these errors and the items don't sell, please enable DEBUG_AUTOSELL in their profile and copy the results of the attempted sell here. Then start another bot and select the "commandline.xml" waypoint file and type in the following command,

Code: Select all

table.print(inventory.BagSlot[x])
where x is the slotnumber of one of the items that didn't sell (remember the firstbag slot is 61) and copy the output here. And lastly copy your autosell options from your profile here.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

hagenleu
Posts: 28
Joined: Sun Jan 02, 2011 11:20 am

Re: Table not found for ID

#67 Post by hagenleu » Thu Jun 02, 2011 8:09 am

This is the output of the debug option activated:

Code: Select all

We successfully target NPC Pancer and try to open the dialog window.
[DEBUG] Check item so sell: 122 222504 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 73
[DEBUG] Check item so sell: 123 220332 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 74
[DEBUG] Check item so sell: 124 222471 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 87
[DEBUG] Check item so sell: 125 220501 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 95
[DEBUG] Check item so sell: 126 222449 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 73
[DEBUG] Check item so sell: 127 200855 Blend Rune
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Blend Rune => Blend
Rune
[DEBUG] Check item so sell: 128 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 129 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 130 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 131 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 132 222545 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 75
[DEBUG] Check item so sell: 133 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 134 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 135 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 136 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 138 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 139 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 140 222571 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 79
[DEBUG] Check item so sell: 141 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 142 201061 Elemental Spirit Stone
[DEBUG] Itemname/id is in ignore list INV_AUTOSELL_IGNORE:  Elemental Spirit Sto
ne => Elemental Spirit Stone
[DEBUG] Check item so sell: 143 222648 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 72
[DEBUG] Check item so sell: 144 221878 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 90
[DEBUG] Check item so sell: 145 222523 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 83
[DEBUG] Check item so sell: 146 203038 Phirius Token Coin
[DEBUG] Check item so sell: 147 223527 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 77
[DEBUG] Check item so sell: 148 222521 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 74
[DEBUG] Check item so sell: 149 220549 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 105
[DEBUG] Check item so sell: 151 221559 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 152 220919 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 153 222535 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 77
[DEBUG] Check item so sell: 154 221545 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 155 221559 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 157 222667 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 96
[DEBUG] Check item so sell: 159 221559 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 160 220363 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 82
[DEBUG] Check item so sell: 161 222661 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 94
[DEBUG] Check item so sell: 162 220145 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 164 222570 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 108
[DEBUG] Check item so sell: 165 220711 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 104
[DEBUG] Check item so sell: 166 222595 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 107
[DEBUG] Check item so sell: 168 220480 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 89
[DEBUG] Check item so sell: 169 222579 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 74
[DEBUG] Check item so sell: 170 221545 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 172 202916 Guild Rune
[DEBUG] Check item so sell: 173 221978 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 86
[DEBUG] Check item so sell: 174 222544 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 74
[DEBUG] Check item so sell: 178 220722 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 107
[DEBUG] Check item so sell: 179 222525 <EMPTY>
[DEBUG] Itemcolor not in option INV_AUTOSELL_QUALITY:
[DEBUG] Durability check, search for: Durability => 95
Clearing target.
Rock can you check the command? it return me the following (or tell me what i'm doing wrong):

Command> table.print(inventory.BagSlot[179])
onLoad error: [string "table.print(inventory.BagSlot[179])"]:1: attempt to call
field 'print' (a nil value)


And these are my autosell options:

Code: Select all

<option name="INV_MAX_SLOTS"	value="180" />
<option name="INV_AUTOSELL_ENABLE"	value="true" />
<option name="INV_AUTOSELL_FROMSLOT"	value="61" />
<option name="INV_AUTOSELL_TOSLOT"	value="180" />
<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue" />
<option name="INV_AUTOSELL_IGNORE"	value="Blend Rune,Elemental Mana Stone,Infinite Herb,Ancestral Spirit Herb,Spirit Herb,Infinite Elemental Stone,Elemental Spirit Stone" />
<option name="DEBUG_AUTOSELL"      value="true" />

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#68 Post by rock5 » Thu Jun 02, 2011 8:25 am

hagenleu wrote:Rock can you check the command? it return me the following (or tell me what i'm doing wrong):

Command> table.print(inventory.BagSlot[179])
onLoad error: [string "table.print(inventory.BagSlot[179])"]:1: attempt to call
field 'print' (a nil value)
Like I said, start a bot with command "rom/bot" then select the "commandline.xml" waypoint file. Then enter the command

Code: Select all

table.print(inventory.BagSlot[x])
where x is the slotnumber of one of the items that didn't sell.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#69 Post by rock5 » Thu Jun 02, 2011 8:28 am

Sorry missread your post. Looks like you have an older version of micromacro. table.print is relatively new. Try this instead

Code: Select all

for k,v in pairs(inventory.BagSlot[x]) do print(k,v) end
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Table not found for ID

#70 Post by lisa » Thu Jun 02, 2011 8:35 am

Seems to me the table info for those items just isn't there to be read.
<EMPTY> for the name means it had no info for name
colour not found means it has no info for the quality.
So it has the ID but nothing else.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#71 Post by rock5 » Thu Jun 02, 2011 8:46 am

lisa wrote:Seems to me the table info for those items just isn't there to be read.
<EMPTY> for the name means it had no info for name
colour not found means it has no info for the quality.
So it has the ID but nothing else.
Maybe, but a display of all the values of one of those items could tell us a lot more.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#72 Post by rock5 » Thu Jun 02, 2011 8:54 am

Actually, Lisa, there is something I wanted to ask you. Seeing as you are still using 604 but aren't getting the 220000 item errors, could you redo this command

Code: Select all

for k,v in pairs(inventory.BagSlot) do print(k, v.Id, v.Name) end
but this time check to see if the names of the 220000 range items actually match the item names you see in game? Because there is definately a bug in 604 and it should be causing problems.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

hagenleu
Posts: 28
Joined: Sun Jan 02, 2011 11:20 am

Re: Table not found for ID

#73 Post by hagenleu » Thu Jun 02, 2011 9:26 am

Code: Select all

Command> for k,v in pairs(inventory.BagSlot) do print(k, v.Id, v.Name) end
1       202434  Daily Quest Ticket
2       207763  Sun Jewel - Revelation
3       207761  Star Jewel - Revelation
4       203574  High Quality Experience Potion
5       202435  Home-sweet-home
6       202903  Transport Rune
7       202902  Marking Ink
8       207762  Moon Jewel - Revelation
9       206720  Dawn Ferret Mount (Permanent)
10      0       <EMPTY>
11      0       <EMPTY>
12      202506  Golden Repair Hammer
13      208925  500 Points of House Energy
14      208924  100 Points of House Energy
15      0       <EMPTY>
16      0       <EMPTY>
17      0       <EMPTY>
18      0       <EMPTY>
19      0       <EMPTY>
20      0       <EMPTY>
21      0       <EMPTY>
22      0       <EMPTY>
23      0       <EMPTY>
24      0       <EMPTY>
25      0       <EMPTY>
26      0       <EMPTY>
27      0       <EMPTY>
28      0       <EMPTY>
29      0       <EMPTY>
30      0       <EMPTY>
31      0       <EMPTY>
32      0       <EMPTY>
33      0       <EMPTY>
34      0       <EMPTY>
35      0       <EMPTY>
36      0       <EMPTY>
37      0       <EMPTY>
38      0       <EMPTY>
39      0       <EMPTY>
40      0       <EMPTY>
41      0       <EMPTY>
42      0       <EMPTY>
43      0       <EMPTY>
44      0       <EMPTY>
45      0       <EMPTY>
46      0       <EMPTY>
47      0       <EMPTY>
48      0       <EMPTY>
49      0       <EMPTY>
50      0       <EMPTY>
51      200855  Blend Rune
52      211649  Wand of the Artful Gusher
53      200855  Blend Rune
54      200855  Blend Rune
55      200855  Blend Rune
56      0       <EMPTY>
57      0       <EMPTY>
58      0       <EMPTY>
59      0       <EMPTY>
60      0       <EMPTY>
61      201858  Wells' Package
62      203627  Interrogation Needle
63      207005  Sigil of the Lucky Green Frog
64      203622  Prepared Bait
65      202879  Teaching Certificate
66      200855  Blend Rune
67      202879  Teaching Certificate
68      203038  Phirius Token Coin
69      200855  Blend Rune
70      202879  Teaching Certificate
71      206423  Ruins Investigation Team Medal
72      203781  Seguchi's Shell
73      206422  Stone Totem Fragment
74      207210  Housekeeper Special Smoked Bacon with Herbs
75      207212  Housekeeper Special Deluxe Seafood
76      207200  Potion: Unbridled Enthusiasm
77      207202  Potion: Clear Thought
78      221979  <EMPTY>
79      222641  <EMPTY>
80      220661  <EMPTY>
81      222146  <EMPTY>
82      0       <EMPTY>
83      0       <EMPTY>
84      220480  <EMPTY>
85      220722  <EMPTY>
86      222661  <EMPTY>
87      220363  <EMPTY>
88      222459  <EMPTY>
89      220661  <EMPTY>
90      221559  <EMPTY>
91      207203  Potion: Lucky Target
92      222143  <EMPTY>
93      220697  <EMPTY>
94      220480  <EMPTY>
95      221841  <EMPTY>
96      220763  <EMPTY>
97      222535  <EMPTY>
98      202005  Wasteland Hyena Bone
99      221545  <EMPTY>
100     0       <EMPTY>
101     221547  <EMPTY>
102     0       <EMPTY>
103     222137  <EMPTY>
104     220363  <EMPTY>
105     222504  <EMPTY>
106     201061  Elemental Spirit Stone
107     200820  Ancestral Spirit Herbs
108     201061  Elemental Spirit Stone
109     221545  <EMPTY>
110     222544  <EMPTY>
111     200820  Ancestral Spirit Herbs
112     203606  Amulet of Light
113     222522  <EMPTY>
114     222571  <EMPTY>
115     200820  Ancestral Spirit Herbs
116     0       <EMPTY>
117     204222  Strange Crystal
118     220501  <EMPTY>
119     200820  Ancestral Spirit Herbs
120     223527  <EMPTY>
121     0       <EMPTY>
122     222504  <EMPTY>
123     220332  <EMPTY>
124     222471  <EMPTY>
125     220501  <EMPTY>
126     222449  <EMPTY>
127     200855  Blend Rune
128     201061  Elemental Spirit Stone
129     201061  Elemental Spirit Stone
130     201061  Elemental Spirit Stone
131     201061  Elemental Spirit Stone
132     222545  <EMPTY>
133     201061  Elemental Spirit Stone
134     201061  Elemental Spirit Stone
135     201061  Elemental Spirit Stone
136     201061  Elemental Spirit Stone
137     0       <EMPTY>
138     201061  Elemental Spirit Stone
139     201061  Elemental Spirit Stone
140     222571  <EMPTY>
141     201061  Elemental Spirit Stone
142     201061  Elemental Spirit Stone
143     222648  <EMPTY>
144     221878  <EMPTY>
145     222523  <EMPTY>
146     203038  Phirius Token Coin
147     223527  <EMPTY>
148     222521  <EMPTY>
149     220549  <EMPTY>
150     0       <EMPTY>
151     221559  <EMPTY>
152     220919  <EMPTY>
153     222535  <EMPTY>
154     221545  <EMPTY>
155     221559  <EMPTY>
156     0       <EMPTY>
157     222667  <EMPTY>
158     0       <EMPTY>
159     221559  <EMPTY>
160     220363  <EMPTY>
161     222661  <EMPTY>
162     220145  <EMPTY>
163     0       <EMPTY>
164     222570  <EMPTY>
165     220711  <EMPTY>
166     222595  <EMPTY>
167     0       <EMPTY>
168     220480  <EMPTY>
169     222579  <EMPTY>
170     221545  <EMPTY>
171     0       <EMPTY>
172     202916  Guild Rune
173     221978  <EMPTY>
174     222544  <EMPTY>
175     0       <EMPTY>
176     0       <EMPTY>
177     0       <EMPTY>
178     220722  <EMPTY>
179     222525  <EMPTY>
180     0       <EMPTY>
181     0       <EMPTY>
182     0       <EMPTY>
183     0       <EMPTY>
184     0       <EMPTY>
185     0       <EMPTY>
186     0       <EMPTY>
187     0       <EMPTY>
188     0       <EMPTY>
189     0       <EMPTY>
190     0       <EMPTY>
191     0       <EMPTY>
192     0       <EMPTY>
193     0       <EMPTY>
194     0       <EMPTY>
195     0       <EMPTY>
196     0       <EMPTY>
197     0       <EMPTY>
198     0       <EMPTY>
199     0       <EMPTY>
200     0       <EMPTY>
201     0       <EMPTY>
202     0       <EMPTY>
203     0       <EMPTY>
204     0       <EMPTY>
205     0       <EMPTY>
206     0       <EMPTY>
207     0       <EMPTY>
208     0       <EMPTY>
209     0       <EMPTY>
210     0       <EMPTY>
211     0       <EMPTY>
212     0       <EMPTY>
213     0       <EMPTY>
214     0       <EMPTY>
215     0       <EMPTY>
216     0       <EMPTY>
217     0       <EMPTY>
218     0       <EMPTY>
219     0       <EMPTY>
220     0       <EMPTY>
221     0       <EMPTY>
222     0       <EMPTY>
223     0       <EMPTY>
224     0       <EMPTY>
225     0       <EMPTY>
226     0       <EMPTY>
227     0       <EMPTY>
228     0       <EMPTY>
229     0       <EMPTY>
230     0       <EMPTY>
231     0       <EMPTY>
232     0       <EMPTY>
233     0       <EMPTY>
234     0       <EMPTY>
235     0       <EMPTY>
236     0       <EMPTY>
237     0       <EMPTY>
238     0       <EMPTY>
239     0       <EMPTY>
240     0       <EMPTY>
Command>

hagenleu
Posts: 28
Joined: Sun Jan 02, 2011 11:20 am

Re: Table not found for ID

#74 Post by hagenleu » Thu Jun 02, 2011 9:37 am

Rock i give the same command to the other bot (the RK, that is normally farming) and the list it return is complete, no 22xxxx <EMPTY> slot.

I tried to run on the some pc two RK, the first is ok, the second don't sell items....(the second is the same that on the other pc work well).

Seems strange that a bot work well but not the other.... can be all related to some issue with multiclients?

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#75 Post by rock5 » Thu Jun 02, 2011 9:40 am

Thanks Hagenleu,

Could you try this please.

Start bot with

Code: Select all

rom/bot path:commandline
then enter this command

Code: Select all

for k,v in pairs(inventory.BagSlot[x]) do print(k,v) end
where 'x' is the slot number of one of those items that has 22xxxx <EMPTY?.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

hagenleu
Posts: 28
Joined: Sun Jan 02, 2011 11:20 am

Re: Table not found for ID

#76 Post by hagenleu » Thu Jun 02, 2011 9:53 am

Those are the last 4 slots (occupied), it's ok or do you need all the others?

Code: Select all

Command> for k,v in pairs(inventory.BagSlot[179]) do print(k,v) end
Durability      0
ItemCount       0
Color   ffffff
ObjType 0
InUse   false
SlotNumber      179
Value   0
Empty   true
Icon
Quality 0
CoolDownTime    0
BagId   179
Id      222525
RequiredLvl     0
ObjSubType      0
ObjSubSubType   0
BoundStatus     1
ItemLink        |Hitem:33BF1|h|cff0000ff[Empty]|r|h
Name    <EMPTY>
Address 10275824
MaxStack        0
Worth   0
Available       true
LastTimeUsed    0
Command> for k,v in pairs(inventory.BagSlot[178]) do print(k,v) end
Durability      0
ItemCount       0
Color   ffffff
ObjType 0
InUse   false
SlotNumber      178
Value   0
Empty   true
Icon
Quality 0
CoolDownTime    0
BagId   178
Id      220722
RequiredLvl     0
ObjSubType      0
ObjSubSubType   0
BoundStatus     1
ItemLink        |Hitem:33BF1|h|cff0000ff[Empty]|r|h
Name    <EMPTY>
Address 10275756
MaxStack        0
Worth   0
Available       true
LastTimeUsed    0
Command> for k,v in pairs(inventory.BagSlot[174]) do print(k,v) end
Durability      0
ItemCount       0
Color   ffffff
ObjType 0
InUse   false
SlotNumber      174
Value   0
Empty   true
Icon
Quality 0
CoolDownTime    0
BagId   174
Id      222544
RequiredLvl     0
ObjSubType      0
ObjSubSubType   0
BoundStatus     1
ItemLink        |Hitem:33BF1|h|cff0000ff[Empty]|r|h
Name    <EMPTY>
Address 10275484
MaxStack        0
Worth   0
Available       true
LastTimeUsed    0
Command> for k,v in pairs(inventory.BagSlot[173]) do print(k,v) end
Durability      0
ItemCount       0
Color   ffffff
ObjType 0
InUse   false
SlotNumber      173
Value   0
Empty   true
Icon
Quality 0
CoolDownTime    0
BagId   173
Id      221978
RequiredLvl     0
ObjSubType      0
ObjSubSubType   0
BoundStatus     1
ItemLink        |Hitem:33BF1|h|cff0000ff[Empty]|r|h
Name    <EMPTY>
Address 10275416
MaxStack        0
Worth   0
Available       true
LastTimeUsed    0
Command>

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Table not found for ID

#77 Post by lisa » Thu Jun 02, 2011 10:06 pm

tried many things today including things that I did yesterday and no matter what I am still getting the same table not found and wrong value.
Tried both 604 and 605.
Deleted cache every time
Tried bags and item shop open and all combinations of the 2.

Only thing I haven't tried is killing client and doing it all again.

Ok I completely closed RoM client, loaded it up again, logged in again. deleted the cache files and started bot with both bags and item shop open. Not a single table not found or wrong value
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Table not found for ID

#78 Post by rock5 » Fri Jun 03, 2011 3:19 am

hagenleu wrote:Those are the last 4 slots (occupied), it's ok or do you need all the others?
I noticed they are all in rented bags. Did you get any in the regular bags?
lisa wrote:Ok I completely closed RoM client, loaded it up again, logged in again. deleted the cache files and started bot with both bags and item shop open. Not a single table not found or wrong value
Maybe it needs to create the cache file with the bag and item shop bag open? But 605 should open both.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Table not found for ID

#79 Post by lisa » Fri Jun 03, 2011 4:07 am

I did 605 and full revert but bag or item shop doesn't open for me, infact if I have the bag open it closes just as the item cache thing on MM window happens.

Been testing this and repeating the exact same thing every time.

MM window up
Start client
log char
let char sit for 10-15 secs before entering world
open both bag and item shop, not item shop bag but the place you buy items
start rom/bot.lua path:wander
watch the screen for table not found.
exit client

I repeated this constantly for about an hour, I'd say an average of 10% didn't do the table not found, Just seems really weird to me.
So 9 out of 10 client starts had the toble not found and 1 out of 10 worked perfectly.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

hagenleu
Posts: 28
Joined: Sun Jan 02, 2011 11:20 am

Re: Table not found for ID

#80 Post by hagenleu » Fri Jun 03, 2011 8:07 am

rock5 wrote:
hagenleu wrote:Those are the last 4 slots (occupied), it's ok or do you need all the others?
I noticed they are all in rented bags. Did you get any in the regular bags?
Yes get errors also on the first and on the second regular bag.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 2 guests