RoM bot
-
- Posts: 11
- Joined: Tue Oct 20, 2009 4:33 am
Re: RoM bot
Hi, Im kinda new here, and I use your bot to mining.
What I wanna ask is how to mining with multiclient ?
Since the ROM should at front, how to farming with the back client ?
Thank you...
What I wanna ask is how to mining with multiclient ?
Since the ROM should at front, how to farming with the back client ?
Thank you...
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
You can't. Only one client at a time is supported.auliashinta wrote:Hi, Im kinda new here, and I use your bot to mining.
What I wanna ask is how to mining with multiclient ?
Since the ROM should at front, how to farming with the back client ?
Thank you...
Re: RoM bot
What about using something like VMWare? Has anyone tried to run ROM in a VM?Administrator wrote:You can't. Only one client at a time is supported.auliashinta wrote:Hi, Im kinda new here, and I use your bot to mining.
What I wanna ask is how to mining with multiclient ?
Since the ROM should at front, how to farming with the back client ?
Thank you...
Re: RoM bot
I tried harvesting under vmware and it works in "background", but takes too much cpu usage for meS3v3n11 wrote:What about using something like VMWare? Has anyone tried to run ROM in a VM?Administrator wrote:You can't. Only one client at a time is supported.auliashinta wrote:Hi, Im kinda new here, and I use your bot to mining.
What I wanna ask is how to mining with multiclient ?
Since the ROM should at front, how to farming with the back client ?
Thank you...
Re: RoM bot
may i know what VM are u using raff? Cos I tried several before but couldn't work due to directx issues.
Re: RoM bot
i need some help i cant trade with NPC when my bot runs its way points it does it great with nor probs but when it gets to the npc my bot shuts down and tells me this:
Desktop/micromacro/script/classes/inventory.lua:304 bad argument #1 to 'gsub' <string expected, got nill>
plz help thank you
Desktop/micromacro/script/classes/inventory.lua:304 bad argument #1 to 'gsub' <string expected, got nill>
plz help thank you
Re: RoM bot
Ups. A little bug. Just add something to the ignore list.thecoz wrote:i need some help i cant trade with NPC when my bot runs its way points it does it great with nor probs but when it gets to the npc my bot shuts down and tells me this:
Desktop/micromacro/script/classes/inventory.lua:304 bad argument #1 to 'gsub' <string expected, got nill>
plz help thank you
Code: Select all
<option name="INV_AUTOSELL_IGNORE" value="dummy" />
The RoM Bot Online Wiki needs your help!
Re: RoM bot
where is that at so i can fix it because i cant find it lold003232 wrote:Ups. A little bug. Just add something to the ignore list.thecoz wrote:i need some help i cant trade with NPC when my bot runs its way points it does it great with nor probs but when it gets to the npc my bot shuts down and tells me this:
Desktop/micromacro/script/classes/inventory.lua:304 bad argument #1 to 'gsub' <string expected, got nill>
plz help thank youThen it will work. Will be fixed in the next SVN.Code: Select all
<option name="INV_AUTOSELL_IGNORE" value="dummy" />
Re: RoM bot
??? How did you activate the autosell function? Where did you get the information about?thecoz wrote:where is that at so i can fix it because i cant find it lol
SVN 370 now also handles empty and missing INV_AUTOSELL_IGNORE option.
The RoM Bot Online Wiki needs your help!
Re: RoM bot
[/quote]??? How did you activate the autosell function? Where did you get the information about?[/quote]
i think i just need a step by step on how to make my bot sell to vender if thats ok srylol
i think i just need a step by step on how to make my bot sell to vender if thats ok srylol
Re: RoM bot
It's here. It that's not enough just change it or ask again.thecoz wrote:i think i just need a step by step on how to make my bot sell to vender if thats ok srylol
The RoM Bot Online Wiki needs your help!
Re: RoM bot
i do not have this in there <option name="INV_AUTOSELL_IGNORE" value="Pfeil, Elementar, III, Magen, Schallblase" />
where could it be lol o no!
where could it be lol o no!
Re: RoM bot
I know. It should be optional to have a ignore list. In SVN 370 it will also work without or with empty ignore list.thecoz wrote:i do not have this in there <option name="INV_AUTOSELL_IGNORE" value="Pfeil, Elementar, III, Magen, Schallblase" />
where could it be lol o no!
The RoM Bot Online Wiki needs your help!
Re: RoM bot
idk what to do cuz i have
-- 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 = 3, -- autosell from slot #
INV_AUTOSELL_TOSLOT = 60, -- autosell to slot #
INV_AUTOSELL_QUALITY = "white, green", -- itemcolors to sell
INV_AUTOSELL_IGNORE = dummy, -- itemnames never so sell
and this is in settings so idk what could be wrong
-- 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 = 3, -- autosell from slot #
INV_AUTOSELL_TOSLOT = 60, -- autosell to slot #
INV_AUTOSELL_QUALITY = "white, green", -- itemcolors to sell
INV_AUTOSELL_IGNORE = dummy, -- itemnames never so sell
and this is in settings so idk what could be wrong
Re: RoM bot
"dummy", not dummythecoz wrote:idk what to do cuz i haveand this is in settings so idk what could be wrongCode: 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 = 3, -- autosell from slot # INV_AUTOSELL_TOSLOT = 60, -- autosell to slot # INV_AUTOSELL_QUALITY = "white, green", -- itemcolors to sell INV_AUTOSELL_IGNORE = dummy, -- itemnames never so sell
btw: please use the CODE-tag for posting code.
The RoM Bot Online Wiki needs your help!
-
- Posts: 11
- Joined: Mon Oct 19, 2009 3:27 pm
Re: RoM bot
Hey,
I just added that autosell code to my Profile and got an error as well, but not the same as his.
Mine is the same exact path, but then the error says 343: attempt to index local 'slotitem' <a nil value>
here is my code:
I just added that autosell code to my Profile and got an error as well, but not the same as his.
Mine is the same exact path, but then the error says 343: attempt to index local 'slotitem' <a nil value>
here is my code:
Code: Select all
<!-- Autosell and Repair Options -->
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="61" />
<option name="INV_AUTOSELL_TOSLOT" value="120" />
<option name="INV_AUTOSELL_QUALITY" value="white, green" />
<option name="INV_AUTOSELL_IGNORE" value="dummy" />
Re: RoM bot
Are you sure you have 120 bag slots active? I suppose you only use bagslot 1-60 in the inventary.Leopardfist wrote:Hey,
I just added that autosell code to my Profile and got an error as well, but not the same as his.
Mine is the same exact path, but then the error says 343: attempt to index local 'slotitem' <a nil value>
here is my code:
Code: Select all
<!-- Autosell and Repair Options --> <option name="INV_AUTOSELL_ENABLE" value="true" /> <option name="INV_AUTOSELL_FROMSLOT" value="61" /> <option name="INV_AUTOSELL_TOSLOT" value="120" /> <option name="INV_AUTOSELL_QUALITY" value="white, green" /> <option name="INV_AUTOSELL_IGNORE" value="dummy" />
The RoM Bot Online Wiki needs your help!
-
- Posts: 11
- Joined: Mon Oct 19, 2009 3:27 pm
Re: RoM bot
Yes, I am using 5 of my 6 bags, the first 2 are full of quest stuff.
Re: RoM bot
oki. And did you setLeopardfist wrote:Yes, I am using 5 of my 6 bags, the first 2 are full of quest stuff.
Code: Select all
<option name="INV_MAX_SLOTS" value="120" /> <!-- max slots for inventory scan -->
The RoM Bot Online Wiki needs your help!
Re: RoM bot
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>>
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 0 guests