OK, take your time ^^lisa wrote:ahh ok
Seems weird 477 worked for you though, maybe because there was only half as many addresses in that revision.
You might just need to stick with 477 for a bit. Writing out the how to find memory addresses guide might take me a little while to do.
Search found 48 matches
- Thu Jun 16, 2011 9:40 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, now Revision 606 ready
- Thu Jun 16, 2011 9:29 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, now Revision 606 ready
I got this when running MM using your new address.lua !! Notice: !! The game may have been updated or altered. It is recommended that you run rom/update.lua 9:27pm - Error while reading memory address for 'playerAddress'. Game seems to be changed!!! Please run 'rom/bot.lua update' AND install the ne...
- Thu Jun 16, 2011 8:33 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, now Revision 606 ready
lisa wrote:can you do it again and post the error for me, might be something simple to fix
Code: Select all
8:33pm - scripts\rom\bot.lua:73: Unable to find 'castingBar_offset' in module.
- Thu Jun 16, 2011 4:12 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, now Revision 606 ready
r477 is working well(cavy, miller ranch chicken 1.3, milk 1.2, auto sell (using ur script to check 51-60 slot))
With r606, MM said that it couldn't find offset for castingBar (or something like that)
With r606, MM said that it couldn't find offset for castingBar (or something like that)
- Thu Jun 16, 2011 3:40 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, now Revision 606 ready
Unfortunately, new addresses don't match with VN client 

- Tue Jun 14, 2011 5:55 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
catchCavy works with r477. Follow rock5's instruction and it should work Delete these lines near the top of the catchcavy userfunction, if string.lower(_cavy) == "cavy" then -- Look for all cavies _cavy = {103566,103567} end You wont be able to use the "cavy" keyword. You will ha...
- Mon Jun 13, 2011 1:10 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
Awsome, it is working nowlisa wrote:Alrighty this should keep you going atleast
Thanks Lisa
- Sun Jun 12, 2011 10:25 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
In 477 itemTotalCount is not capable of counting empty slots. I added that functionallity in a later version. It should be easy enough for lisa to add it for you guys. Just cut and paste. tested this and it works for me, if you get any errors then the issue is elsewhere. Does the new 'inventory.lua...
- Sun Jun 12, 2011 8:48 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
still got thislisa wrote:line 261 has thischange to thisCode: Select all
item = inventory.BagSlot[slot]
Code: Select all
item = self.BagSlot[slot]
Code: Select all
8:47pm - ...ce/micromacro_work/scripts/rom/classes/inventory.lua:262: attempt to index global 'item' (a nil value)
- Sun Jun 12, 2011 6:24 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
still receive the same errorlisa wrote:Started from a fresh inventory.lua to make sure there weren't any conflicts for other work I had already done.
Code: Select all
6:23pm - ...ce/micromacro_work/scripts/rom/classes/inventory.lua:262: attempt to index global 'item' (a nil value)
- Sun Jun 12, 2011 5:11 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
hmm maybe it just had a bad upload, works fine for me. try again with this 1 r477 does not have 'memorytable.lua' so I manually edit the 2nd line include("memorytable.lua"); to --include("memorytable.lua"); and get this: 5:9pm - ...ce/micromacro_work/scripts/rom/classes/inventor...
- Sun Jun 12, 2011 5:04 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
I'm struggling to find the characters even in ascii, they don't just copy paste so need to find a way to do it in file. Here is utf-8 character table: http://www.utf8-chartable.de/ Vietnamese letters' block can be found here: http://vietunicode.sourceforge.net/charset/v3.htm Đ = 196 144 ộ = 225 187...
- Sun Jun 12, 2011 2:16 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
K I just did this up quickly, any errors just post. replace the existing file in rom/classes/ folder Should be able to use the inventory:itemTotalCount(0) now I got this error: 2:11pm - scripts\rom\bot.lua:6: ...Games/RoM_VN/interface/micromacro_work/script s/rom/classes/inventory.lua:649: '<eof>' ...
- Sat Jun 11, 2011 10:53 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
Autosell works well now But it seems there is something wrong with 'inventory:itemTotalCount' I'm using this command to check if my bags are full or not if(3 > inventory:itemTotalCount(0)) then __WPL:setWaypointIndex(__WPL:findWaypointTag("Merchant")); printf("Full.\n") Here is m...
- Sat Jun 11, 2011 8:55 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: 3.0.4 client servers, Revision 477
OMG, put ARROW_QUIVER back into my profile and MM works without error
But it only sells white items
But it only sells white items
- Sat Jun 11, 2011 8:45 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: Tahadi middle east server, Revision 477
The totalitemcount is probably actually working, it is saying 0 because back in rev 477 the bot needed to map the bag space before hand looking for items which it isn't doing using the commandline.xml OMG lol thought just occured to me, can you post the code from your profile please, especially the...
- Sat Jun 11, 2011 6:40 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: Tahadi middle east server, Revision 477
It is not working. I'm having 999 Runic Thorns and 30 Infinite Herbs in my backpack but MM said I have none and my backpack was full !!!??? RomBot command line Type in 'q' (without quotes) to quit. Command> printf(inventory:itemTotalCount(207273).."\n") 0 Command> printf(inventory:itemTota...
- Sat Jun 11, 2011 3:55 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: Tahadi middle east server, Revision 477
then try to run the same thing you did before when you got the error. This should narrow down the issue you are having. If you get a print on MM saying best item: then we know that is fine, if you get a print saying quanitity: then we know that works. If either is not printed or both then we know t...
- Sat Jun 11, 2011 2:42 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: Tahadi middle east server, Revision 477
Add the attached waypoint file to your rom/waypoints/ folder and then run bot and using that waypoint. You should get a command prompt type thing on MM window. type this printf(inventory:getItemCount(200663).."\n") it should print a number, probably 0 as that item is the lowest health pot...
- Sat Jun 11, 2011 1:46 am
- Forum: Runes of Magic
- Topic: 3.0.4 client servers, now Revision 606 ready
- Replies: 171
- Views: 56162
Re: Tahadi middle east server, Revision 477
ok i narrowed it down to only an issue with checking for duabilty, I have it autoselling without the dura check but i need to test it more to be sure. Ok so checking for durability means reading from the tooltip. The other autosell checks are done by type and such which doesn't require reading the ...