Search found 45 matches

by master121
Sun Aug 23, 2009 4:29 am
Forum: Runes of Magic
Topic: Using talent points
Replies: 7
Views: 4056

Re: Using talent points

The function you need are : player:mouseclickL(_x, _y, _wwide, _whigh) yrest(1000); //sleeps for 1 second showWindow(getWin(), sw.show); // set RoM window to foreground , you need this for mouseclicks <!-- # 1 --><waypoint x="-14389" z="-380"> if( player.Level == 9 ) then printf(...
by master121
Sat Aug 22, 2009 8:34 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818723

Re: RoM bot

Works :)
I love you xD
by master121
Sat Aug 22, 2009 8:24 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818723

Re: RoM bot

if( player.free_counter1 = 1 ) then

I get this error :
player.lua:876: assertion failed
by master121
Sat Aug 22, 2009 8:14 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818723

Re: RoM bot

How can i acces and set my own variables in waypoints ?
by master121
Sat Aug 22, 2009 5:47 am
Forum: Runes of Magic
Topic: Waypoints & Areas
Replies: 2
Views: 1457

Ferrets and raindeers

Area : Ystra-Highlands Mobs : Khazor-Reindeer 31-32 , Ferret-Young 30 - 31 -- Sorry when it is a wrong translation. I´m playing in german. Returnpath : No , sorry Repairpath : No , sorry Name : deers.xml <waypoints> <!-- # 1 --><waypoint x="-11675" z="-2596"></waypoint> <!-- # 2...
by master121
Sat Aug 22, 2009 5:45 am
Forum: Runes of Magic
Topic: Waypoints & Areas
Replies: 2
Views: 1457

Waypoints & Areas

I suggest to make a thread about waypoints and areas. For my waypoints i use the following options : You have to use an auto repair addon for repairing. You have to use the addon Purchase In Quantities for buying pots. Okay here is a way to repair and buy pots : showWindow(getWin(), sw.show); player...
by master121
Sat Aug 22, 2009 1:37 am
Forum: Runes of Magic
Topic: Skill Vanish
Replies: 4
Views: 1347

Re: Skill Vanish

thats what i need but where should i put that ?

Edit : I found it :P
by master121
Fri Aug 21, 2009 9:51 am
Forum: Runes of Magic
Topic: Skill Vanish
Replies: 4
Views: 1347

Skill Vanish

I want to use the rogue skill Vanish.
But after the bot uses that skill he attacks again instead of resting...
So how can i make the bot resting after using that skill ?
by master121
Fri Aug 21, 2009 7:38 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818723

Re: RoM bot

I want to use the rogue skill Vanish.
But after the bot uses that skill he attacks again instead of resting...
So how can i make the bot waiting after that skill ?
by master121
Thu Aug 20, 2009 7:40 am
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 114495

Re: How to: using waypoint files (Examples: DQ running, multi )

I want the bot to repair buy potions after one hour and when it has done that he runs back to the mobs.
But then he goes for repairing again so i have to reset the BotStartTime....
And thanks ;)
by master121
Thu Aug 20, 2009 7:16 am
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 114495

Re: How to: using waypoint files (Examples: DQ running, multi )

if( os.difftime(os.time(), player.BotStartTime) > 3600 ) then printf("do some other coding stuff"); end; Do something, if the bot is running for more then 1 hour (= 3600 seconds). If you pause the bot, the BotStartTime will be reseted. Is there another way to reset the BotStartTime ?
by master121
Tue Aug 18, 2009 8:38 am
Forum: Runes of Magic
Topic: Function Error
Replies: 3
Views: 1216

Re: Function Error

Thanks for that info ..
Then i have to find another way to get the durability...
Maybe with cheat engine find a pointer
No way to find a pointer :(
by master121
Tue Aug 18, 2009 8:33 am
Forum: Runes of Magic
Topic: Click without in foreground
Replies: 9
Views: 3401

Re: Click without in foreground

Huu i don´t know anything about that language :(
But like with lua i´ll manage all allright when you say how to compile that :D
by master121
Tue Aug 18, 2009 8:26 am
Forum: Runes of Magic
Topic: Function Error
Replies: 3
Views: 1216

Function Error

I want to add a function : GetInventoryItemDurable("player", index) When i use that as a macro it works without problems :/ Try /script curD,maxD,itemName,curDfull,maxDfull = GetInventoryItemDurable("player", 15) /script DEFAULT_CHAT_FRAME:AddMessage(curD) It will show the curren...
by master121
Sat Aug 15, 2009 10:36 am
Forum: Runes of Magic
Topic: Click without in foreground
Replies: 9
Views: 3401

Re: Click without in foreground

Yep but then there is a conversion where you have to click an answer to open the shop :/
by master121
Fri Aug 14, 2009 7:56 am
Forum: Runes of Magic
Topic: Click without in foreground
Replies: 9
Views: 3401

Re: Click without in foreground

Hm im trying to do autorepair without having the win in foreground but thanks anyway
by master121
Fri Aug 14, 2009 7:34 am
Forum: Runes of Magic
Topic: Click without in foreground
Replies: 9
Views: 3401

Click without in foreground

is it possible to use mouseclickL when the window is not in foreground ?
by master121
Fri Aug 14, 2009 6:23 am
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8909

Re: SVN 128: autorepair with the bot and ingame addon streamline

<waypoints type="TRAVEL" > <!-- # 1 --><waypoint x="-5549" z="3295"> keyboardPress(settings.profile.hotkeys.RES_MACRO.key); yrest(3000); player:mouseclickL(170, 260); </waypoint> </waypoints> On the Res Macro Key i have this Macro : /wait 1; /script TargetNearestFriend(...
by master121
Fri Jan 16, 2009 3:35 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 818723

Re: RoM bot

Hey i want to add a function to sit down, cuz i ran out of money for pots :(
All i found is this in the bot.lua -> player:fight(); but where is this function ?
ok i found it player.lua, sorry.