RoM bot
Re: RoM bot
Hi, i hawe problem with skill DRUID SUMMON SANDSTORM , char show circle on ground but dont cast.
Any solution? thx
sorry for double post, pleas delete one.
Any solution? thx
sorry for double post, pleas delete one.
Re: RoM bot
Besteht die möglichkeit, Poison für einen Schurken mit in die Einkaufsliste zu setzen?
can i get the Poison (for Rouge ) in the buy list? for autobuy?
can i get the Poison (for Rouge ) in the buy list? for autobuy?
Re: RoM bot
DAs wäre nur das Einkaufen? Wie machst Du es mit dem benutzen? Und wie groß ist die Stackgröße? Und was braucht man, das Pulver oder die Flaschen?borbarad3 wrote:Besteht die möglichkeit, Poison für einen Schurken mit in die Einkaufsliste zu setzen?
can i get the Poison (for Rouge ) in the buy list? for autobuy?
The RoM Bot Online Wiki needs your help!
Re: RoM bot
I added the optionto buy poision powder at the merchant. I don't know if that's enough? How does the poison stuff works? What's about the poison bottles?
Code: Select all
<option name="POISON" value="30" />
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Maroco wrote:Hi, i hawe problem with skill DRUID SUMMON SANDSTORM , char show circle on ground but dont cast.
Any solution? thx
sorry for double post, pleas delete one.
Hi, any help? Thank you
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
You're going to have to use some sort of macro for this. I'm not sure what the function to actually cast the spell on your target, but try this:Maroco wrote:Hi, any help? Thank youMaroco wrote:Hi, i hawe problem with skill DRUID SUMMON SANDSTORM , char show circle on ground but dont cast.
Any solution? thx
sorry for double post, pleas delete one.
Code: Select all
/cast Summon Sandstorm
/script SpellTargetUnit("target");
Re: RoM bot
nice Idea, but where do I find that option?:Dmaurice wrote:try to change lvl for low mob.....Maaa wrote:It doesnt show any errors, so I made a screenshot.
<!-- Attack monsters 3 levels above or 10 below your level -->
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />
Re: RoM bot
would you please post your profile instead asking more and more noob questions?Maaa wrote:nice Idea, but where do I find that option?:Dmaurice wrote:try to change lvl for low mob.....Maaa wrote:It doesnt show any errors, so I made a screenshot.
<!-- Attack monsters 3 levels above or 10 below your level -->
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Hi thx for reply.Administrator wrote:You're going to have to use some sort of macro for this. I'm not sure what the function to actually cast the spell on your target, but try this:Maroco wrote:Hi, any help? Thank youMaroco wrote:Hi, i hawe problem with skill DRUID SUMMON SANDSTORM , char show circle on ground but dont cast.
Any solution? thx
sorry for double post, pleas delete one.Then place that macro hotkey where you have Summon Sandstorm.Code: Select all
/cast Summon Sandstorm /script SpellTargetUnit("target");
I thryed the macro but it dosent du nothing. The boot dont cast Summon Sandstorm and when I stop the boot and I click on the macro it dont du nathink. I thing this skill its something like Mage THUNDERSTORM.
Any other idea pleas?
Re: RoM bot
im not sure but it might need a mouseclick,
so to get it to work the window might need to be on top, and then you could add a mouseclick to the skill, something that moves the mouse to center of screen and clicks
it would be very crude and only cast in 1 spot right on top of you, but that might be all you need
sorry i cant code any of that either, but maybe someone will be able to tell you how to do that
maybe something for the <onskillcast> tags: if current.skill = summonsandstorm then mouseclick
so to get it to work the window might need to be on top, and then you could add a mouseclick to the skill, something that moves the mouse to center of screen and clicks
it would be very crude and only cast in 1 spot right on top of you, but that might be all you need
sorry i cant code any of that either, but maybe someone will be able to tell you how to do that
maybe something for the <onskillcast> tags: if current.skill = summonsandstorm then mouseclick
Last edited by j_schlott on Mon Oct 12, 2009 2:24 pm, edited 1 time in total.
Re: RoM bot
It works fine now I made another svn update, and dont call me noob only because Im asking something.d003232 wrote: would you please post your profile instead asking more and more noob questions?
Re: RoM bot
I'm sorry. It is not the first time that you ask questions here in the forum. You don't give more information if you are asked for and the only response after a while is "it works now". I don't want to answer such questions and spend my time for that. For me it sound like "I don't want to read anything. I don't want to do anything what needs time. I just want that others do that for me and if it works everything is fine".Maaa wrote:It works fine now I made another svn update, and dont call me noob only because Im asking something.d003232 wrote: would you please post your profile instead asking more and more noob questions?
And to be clear. Your 'not targeting probem' doesn't have to do anything with your SVN update!
The RoM Bot Online Wiki needs your help!
Re: RoM bot
thx for help ghet that work. I think if its posible something like target and then use the skill summonsandstorm and then mouseclick on the target. Any othre ideas tu meke it work pleas?j_schlott wrote:im not sure but it might need a mouseclick,
so to get it to work the window might need to be on top, and then you could add a mouseclick to the skill, something that moves the mouse to center of screen and clicks
it would be very crude and only cast in 1 spot right on top of you, but that might be all you need
sorry i cant code any of that either, but maybe someone will be able to tell you how to do that
maybe something for the <onskillcast> tags: if current.skill = summonsandstorm then mouseclick
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
I don't know. You could try asking on the RoM forum under a different username. Ask how to cast Summon Sandstorm on your target through a macro.Maroco wrote: thx for help ghet that work. I think if its posible something like target and then use the skill summonsandstorm and then mouseclick on the target. Any othre ideas tu meke it work pleas?
Re: RoM bot
Is it possible for the bot to use the Priest spell "Chain of Light"
Just wondering as it is not in the skills DB and it is a channel spell. Wondering if the bot cant atm handle channeling spells.
Cheers.
Just wondering as it is not in the skills DB and it is a channel spell. Wondering if the bot cant atm handle channeling spells.
Cheers.
Re: RoM bot
Hello! I have a knight/priest and is having problems with the buff. I added 4 buff skills in my profile but sometimes it failed to buff all the buff. Is it anything that got to do with the lagness or the priority of the skills?
Btw another question, can I set a particular skill to be used X number of times in a combat before another skill gets executed? Or could someone explain to me about the skill priority in this case? Because I have set a very high priority for Mana Return (110) and very low priority for Disarmament (10) but these 2 skills still execute as though they are having the same priority... This draining my mana low...
Btw another question, can I set a particular skill to be used X number of times in a combat before another skill gets executed? Or could someone explain to me about the skill priority in this case? Because I have set a very high priority for Mana Return (110) and very low priority for Disarmament (10) but these 2 skills still execute as though they are having the same priority... This draining my mana low...
Re: RoM bot
Update to the latest SVN. Then that should work fine with the buff. There is also a new skill option 'REBUFFCUT' to rebuff you a little earlier before the buff fades out. See the RoM Bot wiki for more informations about.niinii wrote:Hello! I have a knight/priest and is having problems with the buff. I added 4 buff skills in my profile but sometimes it failed to buff all the buff. Is it anything that got to do with the lagness or the priority of the skills?
Btw another question, can I set a particular skill to be used X number of times in a combat before another skill gets executed? Or could someone explain to me about the skill priority in this case? Because I have set a very high priority for Mana Return (110) and very low priority for Disarmament (10) but these 2 skills still execute as though they are having the same priority... This draining my mana low...
To cast a skill more then one time, you could add that skill to your <OnCast> event. That's a little workaround to do that, but perhaps not a 100% solution.
The RoM Bot Online Wiki needs your help!
Re: RoM bot
It is working ... and it is in the skills.xml database. But it waste a lot of mana and by that is not very well to use it while normal botting.shavas wrote:Is it possible for the bot to use the Priest spell "Chain of Light"
Just wondering as it is not in the skills DB and it is a channel spell. Wondering if the bot cant atm handle channeling spells.
Cheers.
The RoM Bot Online Wiki needs your help!
Re: RoM bot
I have a problem with the bot but do not know if it's a problem.
When I attack a mob after the my char kiil the mob, he walks back to the previous position and thus gives an aspect of bot. Is it possible to not do this? Is it possible to go to the next position without always going backwards?
Thanks for the help.
When I attack a mob after the my char kiil the mob, he walks back to the previous position and thus gives an aspect of bot. Is it possible to not do this? Is it possible to go to the next position without always going backwards?
Thanks for the help.
Re: RoM bot
The bot is allways on the way to the next waypoint. So it must have to do something with you waypoints. Perhaps they are to close together?DrG wrote:I have a problem with the bot but do not know if it's a problem.
When I attack a mob after the my char kiil the mob, he walks back to the previous position and thus gives an aspect of bot. Is it possible to not do this? Is it possible to go to the next position without always going backwards?
Thanks for the help.
The RoM Bot Online Wiki needs your help!
Who is online
Users browsing this forum: No registered users and 6 guests