Anyone use this along with the bot? Is it even possible, or would it just be better to setup the bot to run on multiple instances of RoM?
I have been trying to play on the new PvP server, but sometimes I'm having problems getting groups for quests. So I figured I'd just load up multiple copies of the game and use nkMultib to allow me to play like 3 characters. I got too tired after installing it last night to play around with it, my main issue was figuring out how the chat channels work so I can send commands to the other boxes...
For those unfamiliar, nkMultib is an addon that allow you to send commands to other clients (also running the addon). Like this:
/F:mychar /T:targetchar -c:usebutton OPT1:4 OPT2:mytarget
Which would allow someone named mychar to send a command to someone named targetchar and have the targetchar use skill 4 on mychar's target. I think you could really setup a system using it and nBuff to allow you to really be able to control 2-3 characters quite efficiently.
nkMultib
Re: nkMultib
Sounds interessting. I think the main issue is, what do you want to do? Playing three chars at one time by yourself sitting in front of the PC? Or farming & leveling without sitting in front of the pc?dasherkins wrote:For those unfamiliar, nkMultib is an addon that allow you to send commands to other clients (also running the addon). Like this:
/F:mychar /T:targetchar -c:usebutton OPT1:4 OPT2:mytarget
If you want 'farming & leveling without sitting in front of the pc' it is not very advisable to connect them with a addon or with the bot. Because that will provoke attention. And that you surly don't want if you are botting.
If you want to do the first thing, I suppose the addon is much better then the bot for that.
The RoM Bot Online Wiki needs your help!
-
- Posts: 5
- Joined: Tue Jul 28, 2009 12:46 pm
Re: nkMultib
Yea, I want to do both. I guess I shouldn't try to mix them.
But at least those that didn't know about this addon, know about it now. 


Re: nkMultib
Hello,
i try to use the bot with nkMultib but something doesn`t work
my bot char(rogue) will harvest but if he will attacked by a mob he will send with a macro the commando to attack the mob with fireball or cast regenerateto to my 50 char, sounds good but he don`t cast the macros on the bot only normal spells working. The macros works if i press manual the macro.
a macro looks like:
/script nkMultiB.Core.Execute ("usebutton", "my mage/priest", "6", "me"); the 6 so wit usebutton number 6
how i ca tell the bot that he should cast the macro?
thx 4 help
Amonra
i try to use the bot with nkMultib but something doesn`t work
my bot char(rogue) will harvest but if he will attacked by a mob he will send with a macro the commando to attack the mob with fireball or cast regenerateto to my 50 char, sounds good but he don`t cast the macros on the bot only normal spells working. The macros works if i press manual the macro.
Code: Select all
<profile>
<options>
<!-- try the bot with a new char mage or priest -->
<!-- at the pioneer village. Use demo.xml waypoint file -->
<option name="HP_LOW" value="50" />
--option name="MP_LOW_POTION" value="50" />
<option name="HP_LOW_POTION" value="35" />
<option name="COMBAT_TYPE" value="" /> -- choose ranged/melee if not using class default
<option name="COMBAT_DISTANCE" value="200" />
<option name="ANTI_KS" value="true" />
<option name="WAYPOINTS" value="roteweidezinn.xml" />
<option name="RETURNPATH" value="" />
<option name="PATH_TYPE" value="waypoints" />
<option name="WANDER_RADIUS" value="500" />
<option name="WAYPOINT_DEVIATION" value="0" />
<option name="LOOT" value="true" />
<option name="LOOT_TIME" value="2000" />
<option name="LOOT_IN_COMBAT" value="true" />
<option name="LOOT_DISTANCE" value="100" />
<option name="LOOT_PAUSE_AFTER" value="10" />
<option name="POTION_COOLDOWN" value="30" />
<option name="MAX_FIGHT_TIME" value="15" />
<option name="DOT_PERCENT" value="90" />
<!-- rest if HP or Mana is below that level -->
<option name="HP_REST" value="15" />
<option name="MP_REST" value="15" />
<option name="LOGOUT_TIME" value="0" />
<option name="LOGOUT_SHUTDOWN" value="false" />
<!-- attack monsters 3 levels above or 10 below your level -->
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />
<option name="QUICK_TURN" value="false" />
</options>
<friends>
<friend name="MyOtherCharacter2" />
<friend name="MyOtherCharacter2" />
</friends>
<hotkeys>
<hotkey name="HP_POTION" key="VK_MINUS" />
--hotkey name="MP_POTION" key="VK_PLUS" />
<hotkey name="ATTACK" key="VK_1" />
<hotkey name="RES_MACRO" key="VK_H" />
--hotkey name="LOGOUT_MACRO" key="VK_0" />
</hotkeys>
<!-- define your skills depending from your actual primary class -->
<!-- see the example for a priest/mage respectively mage/priest -->
<!-- delete skills you don't have or don't want to use. -->
<!-- For more skills to use see /database/skills.xml -->
<!-- demo skills for LvL 1 character for all classes -->
<skills_priest>
<skill name="PRIEST_URGENT_HEAL" hotkey="VK_8" priority="100" hpper="30" /> (Macro to send the commando from me to my mage/priest to use urgent heal on me.)
<skill name="PRIEST_REGENERATE" hotkey="VK_9" priority="90" /> (See comment after urgent heal )
<skill name="PRIEST_MAGIC_BARRIER" hotkey="VK_1" priority="20" /> (See comment after urgent heal )
</skills_priest>
<skills_rogue>
--skill name="ROGUE_SHADOWSTAB" hotkey="VK_2" priority="90" />
--skill name="ROGUE_LOW_BLOW" hotkey="VK_4" priority="80" />
</skills_rogue>
<skills_mage>
<skill name="MAGE_ELECTRIC_BOLT" hotkey="VK_5" priority="90" />(See comment after urgent heal )
<skill name="MAGE_FLAME" hotkey="VK_6" priority="80" />(See comment after urgent heal )
<skill name="MAGE_FIREBALL" hotkey="VK_7" priority="70" />(See comment after urgent heal )
<skill name="MAGE_ESSENCE_OF_MAGIC" hotkey="VK_P" priority="60" />(See comment after urgent heal )
</skills_mage>
<skills_knight>
</skills_knight>
<skills_warrior>
</skills_warrior>
<skills_scout>
</skills_scout>
<skills_runedancer>
</skills_runedancer>
<skills_druid>
</skills_druid>
<onDeath>
-- Additional Lua code to execute on death
-- pauseOnDeath(); -- Stop the script
</onDeath>
<onLeaveCombat>
-- Additional Lua code to execute after killing an enemy
</onLeaveCombat>
<onSkillCast>
-- Additional Lua code to execute when casting a skill
-- Note: arg1 contains the skill being used.
-- i.e. arg1.Name will be the name of the skill being cast.
</onSkillCast>
</profile>
/script nkMultiB.Core.Execute ("usebutton", "my mage/priest", "6", "me"); the 6 so wit usebutton number 6
how i ca tell the bot that he should cast the macro?
thx 4 help
Amonra
Re: nkMultib
I suppose your macro is at key '8'. And that key (connected with 'urgent heal' will only be pressed if your HP is below '30' ( hpper="30" and below 50.) ). So delete that restriction and increase your HP_LOW. Bit I would suggest to just take a damage spell for doing what your want and gave them the highes priority.AmonRa wrote:Hello,
i try to use the bot with nkMultib but something doesn`t work
my bot char(rogue) will harvest but if he will attacked by a mob he will send with a macro the commando to attack the mob with fireball or cast regenerateto to my 50 char, sounds good but he don`t cast the macros on the bot only normal spells working. The macros works if i press manual the macro.
...a macro looks like:Code: Select all
...<option name="HP_LOW" value="50" /> ... <skill name="PRIEST_URGENT_HEAL" hotkey="VK_8" priority="100" hpper="30" /> (Macro to send the commando from me to my mage/priest to use urgent heal on me.)
/script nkMultiB.Core.Execute ("usebutton", "my mage/priest", "6", "me"); the 6 so wit usebutton number 6
how i ca tell the bot that he should cast the macro?
The RoM Bot Online Wiki needs your help!
Re: nkMultib
So du kannst ja deutsch *puh*d003232 wrote:I suppose your macro is at key '8'. And that key (connected with 'urgent heal' will only be pressed if your HP is below '30' ( hpper="30" and below 50.) ). So delete that restriction and increase your HP_LOW. Bit I would suggest to just take a damage spell for doing what your want and gave them the highes priority.AmonRa wrote:Hello,
i try to use the bot with nkMultib but something doesn`t work
myotot ch(rogoe) wiwill haest butuif fe eilill atcked by y m mohe eilill se witi a m mao thehcomoando to otttck thehmobowiti firiball or rasa regenerateto to oy y0 0 ch, sosods gooo butuhe eonot c ca thehmacaos on nhehbotot on norormal spls woroing. ThThmacaos woros if f p prs manaal thehmacao.
..
...
[cod..<o.<option name="HP_LOW" value="50" />
...
<skill name="PRIEST_URGENT_HEAL" hotkey="VK_8" priority="100" hpper="30" /> (Macro sendeth comcanda from me to mo mygeapr/est st to usrgunt neal on me.)e[/
odcode]
acrocro ls likl:
/s
riptipt nltiB.CB.Core.Execute ("usebutto "my mageage/esi", ", "6", "me"); th s6 sot ut usebon oumber 6
6
ow i ci ca thll thethat he t he d calt che maceo?
[ro?

Also mein makro ist auf der taste 8, wenn der bot diesen klicken würde würde mein mage/priest eigentlich schnellheilung auf mich casten. Wenn ich die taste 8 so mit maus oder tastatur drücke macht er es bloß der Bot macht es nicht erkennt er makros nicht ? Unklickbar für denn bot ? Also die makros heißen genau wie die skills z.b.Feuerball = Feuerball ich weiß halt nnur nicht warum er diese nicht benützt. Das mit der Prioritäten habe ich auch probiert.
mfg
Re: nkMultib
So wie es aussieht, hast Du irgendwas durcheinander bei der Zuordnung der Skills zu den Taste.AmonRa wrote:Also mein makro ist auf der taste 8, wenn der bot diesen klicken würde würde mein mage/priest eigentlich schnellheilung auf mich casten. Wenn ich die taste 8 so mit maus oder tastatur drücke macht er es bloß der Bot macht es nicht erkennt er makros nicht ? Unklickbar für denn bot ? Also die makros heißen genau wie die skills z.b.Feuerball = Feuerball ich weiß halt nnur nicht warum er diese nicht benützt. Das mit der Prioritäten habe ich auch probiert.
Nehmen wir doch einfach mal das Standardprofile default.xml. Z.B. bei einem Kundschafter. Dort stehe:
Code: Select all
<skills_scout>
<skill name="SCOUT_SHOT" hotkey="VK_2" priority="90" />
<skill name="SCOUT_AUTOSHOT" hotkey="VK_4" priority="80" />
<skill name="SCOUT_WIND_ARROWS" hotkey="VK_5" priority="70" />
</skills_scout>
Probier es mal. Wenn es nicht klappt, bitte nochmal Dein aktuelles Profile, Settings.xml und einen Auszug aus dem MM window posten.
The RoM Bot Online Wiki needs your help!
Who is online
Users browsing this forum: Ahrefs [Bot] and 3 guests