There could be a randomly error like that if your load screen takes very long. If that then just restart. If you get the error every time then please be sure, you have the acutal MM version installed.thecoz wrote:I have ran into a new error with my bot. When my bot dies he does not go back to his waypoint's and fight the mob he just comes back to life and just stands there and i get a msg in micro macro saying:
It would be nice if some one could help me. Thank you.Code: Select all
...classes/pawn.lua:198: bad argument #1 to "bitAnd' <<null>>
RoM bot
Re: RoM bot
The RoM Bot Online Wiki needs your help!
-
- Posts: 11
- Joined: Mon Oct 19, 2009 3:27 pm
Re: RoM bot
d003232 wrote:oki. And did you setLeopardfist wrote:Yes, I am using 5 of my 6 bags, the first 2 are full of quest stuff.or higher in your profile to update all that slots? bEcause as default only 60 slots will be updated.Code: Select all
<option name="INV_MAX_SLOTS" value="120" /> <!-- max slots for inventory scan -->
Thanks man! That fixed my problems

Re: RoM bot
hi,
i have this settings, my bot dont sells Gildenrune, but he sells the other items.
wheres the problem?
hope you can help, lg
Code: Select all
-- expert inventar
INV_MAX_SLOTS = 60, -- maximal slots to update in the inventory:update()
INV_UPDATE_INTERVAL = 300, -- full inventory update every x seconds (only used indirect atm)
INV_AUTOSELL_ENABLE = true, -- autosell items at merchant true|false
INV_AUTOSELL_FROMSLOT = 1, -- autosell from slot #
INV_AUTOSELL_TOSLOT = 57, -- autosell to slot #
INV_AUTOSELL_QUALITY = "white, green", -- itemcolors to sell
INV_AUTOSELL_IGNORE = "Gildenrune, III, Pampelmuse, Fruchtkonzentrat" -- itemnames never so sell
i have this settings, my bot dont sells Gildenrune, but he sells the other items.
wheres the problem?
hope you can help, lg
Re: RoM bot
Try to delete the spaces between the words.nugu wrote:i have this settings, my bot dont sells Gildenrune, but he sells the other items.Code: Select all
INV_AUTOSELL_IGNORE = "Gildenrune, III, Pampelmuse, Fruchtkonzentrat" -- itemnames never so sell
wheres the problem?
Code: Select all
INV_AUTOSELL_IGNORE = "Gildenrune,III,Pampelmuse,Fruchtkonzentrat" -- itemnames never so sell
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Pls update to SVN 375. There was a bug in the AutoSell() function that results in not using the ignore list. THX for your hint.nugu wrote:i have this settings, my bot dont sells Gildenrune, but he sells the other items.
wheres the problem?
The RoM Bot Online Wiki needs your help!
Re: RoM bot
no problem, thank you for the fast update 

Re: RoM bot
Please d003232 don't forget the melee guys.d003232 wrote:Yes i mostly used range chars. They don't have that issue of going back. I will look if I could do a solution to avoid that going back.DrG wrote:Thank you for trying to understand what i've trying to say.
I try another waypoint and the char only go back if the mob is to far away from the waypoint he was moving. If the mob is before the waypoint then the char don't go back.

Re: RoM bot
You are still on the list.DrG wrote:Please d003232 don't forget the melee guys.

The RoM Bot Online Wiki needs your help!
Re: RoM bot
did anyone knows about a new lootfiler addon, because lootfilter and lootfilter++ does not work anymore.
because i dont want to pick up daylie items and ammo items.
tanks
because i dont want to pick up daylie items and ammo items.
tanks
Re: RoM bot
Lootomaticnugu wrote:did anyone knows about a new lootfiler addon, because lootfilter and lootfilter++ does not work anymore.
because i dont want to pick up daylie items and ammo items.
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Hi,
when i try to run this code:
i always get the error: failed to compile and run lua code
/script UseItemByName("Rough Wooden Bow");"); works for me ingame
i want to buy and equip a level 1 weapon with second class in the startarea and i use this code:
but i always get failed to compile and run lua code :/
when i try to run this code:
Code: Select all
sendMacro("UseItemByName("Rough Wooden Bow");");
/script UseItemByName("Rough Wooden Bow");"); works for me ingame
i want to buy and equip a level 1 weapon with second class in the startarea and i use this code:
Code: Select all
<waypoint x="-3793" z="-8528">
player:target_NPC("Mallor");
sendMacro("ChoiceOption(1);");
sendMacro("StoreBuyItem(14);");
sendMacro("UseItemByName("Rough Wooden Bow");");
</waypoint>
Re: RoM bot
tryraff wrote:when i try to run this code:i always get the error: failed to compile and run lua codeCode: Select all
sendMacro("UseItemByName("Rough Wooden Bow");");
/script UseItemByName("Rough Wooden Bow");"); works for me ingame
Code: Select all
sendMacro("UseItemByName('Rough Wooden Bow');");
The RoM Bot Online Wiki needs your help!
Re: RoM bot
thanks it works
, i just noticed that
would work, too

Code: Select all
inventory:useItem(210249);
Re: RoM bot
Yes it would. But you would have to do araff wrote:thanks it works, i just noticed that
would work, tooCode: Select all
inventory:useItem(210249);
Code: Select all
inventory:update()
The RoM Bot Online Wiki needs your help!
Re: RoM bot
I would say, just a temorary error? Please restart the bot. Or if that doesn't help restart the client.
The RoM Bot Online Wiki needs your help!
- Administrator
- Site Admin
- Posts: 5328
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
Looks like the error is due to the lack of a working MACRO hotkey.
RoMScript() is returning nil most likely due to a failure in reading the information from macro 2. We should probably fall back on a default value in this case.
DrG: Which language is your game client set to? It has been reported that certain language (such as Spanish) cause problems with using the MACRO system our bot uses.
Code: Select all
bot.ClientLanguage = string.lower( RoMScript("GetLanguage();") ); -- read clients language
DrG: Which language is your game client set to? It has been reported that certain language (such as Spanish) cause problems with using the MACRO system our bot uses.
Re: RoM bot
i have a problem, because when i go to the housemaid, and wanna sell my things, i will be ported to my house.
i tried all choiceOptions, but without success.
sry for my bad english
i tried all choiceOptions, but without success.
sry for my bad english
Re: RoM bot
I'm uncertain. He must have pass the general MACRO test. So it seem to be only a temporary problem. If it is not a temporary thing .. because something is corrupted ... memory thing ... he will also get more problems while running the bot. So I hestitate to just run with a default value.Administrator wrote:RoMScript() is returning nil most likely due to a failure in reading the information from macro 2. We should probably fall back on a default value in this case.
We could also give a error message and say 'Please restart ... the bot .. the client' to get it back to work. Will just wait for more informations from him.
The RoM Bot Online Wiki needs your help!
Who is online
Users browsing this forum: No registered users and 1 guest