Search found 53 matches

by BlackGod
Mon Oct 19, 2009 11:58 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

hi, i have a question, i want to make one waypoint file for all i mean i want that the bot run this on startup: if( player.Level > 0 ) then loadPaths("wp1.xml"); end; if( player.Level > 4 ) then loadPaths("wp2.xml"); end; if( player.Level > 8 ) then loadPaths("wp3.xml"...
by BlackGod
Sun Oct 18, 2009 4:44 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

I assume you come from a country where ',' can be used to show a decimal place. I'll never understand the logic between that. It makes it impossible to differentiate between one thousand one (1,001) and one and one millionth, for example. And people laugh at the American standard for measurement. H...
by BlackGod
Sun Oct 18, 2009 2:24 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

No, camera:setRotation() takes radians. You can just use math.rad() to convert from degrees to radians. Of course, this sets the camera's raw direction. It does not rotate it that many degrees. To rotate it left or right just takes a bit of math. Remember, there are 2PI radians in a circle, so 90 d...
by BlackGod
Sun Oct 18, 2009 1:15 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

You can just use camera:setRotation() instead of rotating the player. This leaves nothing visible indicating you are botting to other players. The target selection works based on perspective of the camera, not the player, so it should still work. You'll have to press the target key (TAB by default)...
by BlackGod
Sun Oct 18, 2009 12:48 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

It will not work with just a 'yrest'. You have to leave the WP coding to come to the target/fighting stuff. And you have to execute the same WP coding again to do more codes. So you need a counter to count your turns. Yes you are right! Maybe you could help me with this issue... I'll try to impleme...
by BlackGod
Sun Oct 18, 2009 11:49 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

Heyho... What can I do to change the view at every wp? I want my bot look right, behind and left to it to target more mobs... The bot does pass some mods sometimes. I'm using quickturn btw... :) You could use player:turnDirection(90); I suppose you would have to set yor WP back to do more than one ...
by BlackGod
Sun Oct 18, 2009 11:15 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

Heyho...

What can I do to change the view at every wp?
I want my bot look right, behind and left to it to target more mobs...
The bot does pass some mods sometimes.

I'm using quickturn btw... :)
by BlackGod
Thu Oct 15, 2009 5:58 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

d003232 wrote:
BlackGod wrote:the bot doesn't even target the NPC...
Then I suppose something in your waypoint file is wrong. Wrong NPC name? You could post your WP file AND the content of your MM window if your bot tries to target the NPC.
Ok I'll do that tomorrow...
I'm tired now...^^
gn8
by BlackGod
Thu Oct 15, 2009 5:39 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

You have to turn on the 'click to move' option ingame. It's on, but it doesn't work for me... What could I do? It works nice with the scan-command, even it was a bit crappy... :lol: You could check it without the bot. Just target a NPC/merchant ingame and use your general attack key. If you do so, ...
by BlackGod
Thu Oct 15, 2009 5:03 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

d003232 wrote:You have to turn on the 'click to move' option ingame.
It's on, but it doesn't work for me...
What could I do?
It works nice with the scan-command, even it was a bit crappy... :lol:
by BlackGod
Wed Oct 14, 2009 6:00 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

Hey dudes... This is a waypoint out of dayli-script... <!-- # 5 --><waypoint x="-18484" z="-2516" type="TRAVEL"> addMessage("MACRO: Moving to waypoint "..__WPL.CurrentWaypoint); player:update(); cprintf(cli.lightblue, "x %d, z %d\n", player.X, player...
by BlackGod
Sun Oct 11, 2009 5:42 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

d003232 wrote:
BlackGod wrote: But how can I combine normal text messages with with?
I wanna send "BOT: __WPL.CurrentWaypoint"
How does it have to look in my script?

Code: Select all

addMessage("BOT:"..__WPL.CurrentWaypoint);
Thank you dude!
Works like a swatch! :lol:

good night
by BlackGod
Sun Oct 11, 2009 5:06 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

addMessage(__WPL.CurrentWaypoint); But perhaps not for all cases. (or __RPL if you are on a return path). Wow... thanks for this fast answer! :D I love this forum! THX!!! :mrgreen: But how can I combine normal text messages with with? I wanna send "BOT: __WPL.CurrentWaypoint" How does it ...
by BlackGod
Sun Oct 11, 2009 4:58 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

How can I make it easier to display the wp in the ingame-chat? addMessage(message) is the right command. You can do that in the WP file or modifie the bot.lua at around line 570 or player.lua at around line 1092. Ok thx! But I need a variable like addMessage(actual_wp) Do you know what I mean? I do...
by BlackGod
Sun Oct 11, 2009 2:46 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

Or he got all the mobs on hin friendlist... :D But my question is, how could I send text messages to rom... Like: "Macro test: send 1234 to macro place 2"... I wanna see ingame what the bot do... Could someone tell me the command for this plz? Thx sendMessage("test"); Hey thank ...
by BlackGod
Sun Oct 11, 2009 5:35 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

Or he got all the mobs on hin friendlist... :D

But my question is, how could I send text messages to rom...
Like: "Macro test: send 1234 to macro place 2"...
I wanna see ingame what the bot do...
Could someone tell me the command for this plz?

Thx
by BlackGod
Sat Oct 10, 2009 9:02 am
Forum: Runes of Magic
Topic: Who can fix UberFlex AutoCombat System?
Replies: 26
Views: 8289

Who can fix UberFlex AutoCombat System?

Hey dudes...

Can somebody fix the addon UberFlex AutoCombat System or just tell my how to fix it by myself?

It works for many updates of RoM, but since the last update it doesn't work any! :cry:

Can someone do this?
Would be really nice! ;)

Thanks in advance!
by BlackGod
Thu Sep 17, 2009 12:15 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

Very nice! Thx
by BlackGod
Tue Sep 15, 2009 7:12 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

srdjanns6 wrote:Same problem,can someone explain how to set up Macro for HP and MP potions?? step by step.
Thanks
Just create an empty macro on the first place...
MM will edit your empty macro automatically... ;)
by BlackGod
Mon Sep 14, 2009 6:43 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818624

Re: RoM bot

I'm writing a harvesting bot that works in background and would to know how to place a camera above the player character and increase distance (Y coord?) of the camera? I've tried to use the camera object, but without success. Hey... U should try it with a macro... I saw a macro in the runes-of-mag...