this is configured ingame and not with the bot and i dont think that their is a way to change it.ec5745y wrote:hi,
is there a way to increase the tabling-range?
Search found 14 matches
- Wed Jun 03, 2009 6:42 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
- Sat May 30, 2009 3:01 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
I need people to test the code below. Make changes to bot.lua, ine ~227. Directly below this code:
local target = player:getTarget();
if( settings.profile.options.ANTI_KS ) then
if( target:haveTarget() and target:getTarget().Address ~= player.Address and (not player:isFriend(CPawn(target ...
local target = player:getTarget();
if( settings.profile.options.ANTI_KS ) then
if( target:haveTarget() and target:getTarget().Address ~= player.Address and (not player:isFriend(CPawn(target ...
- Sun May 24, 2009 1:37 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
thats better now, thank you 
- Sun May 24, 2009 4:54 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
the code works quite good, the charakter notice now if he is in combat, he w8 a few secs. and then he auto target it (cuz of ingame). So, its a good solve to target mobs which are behind the player, but it looks a lil bit botish :S
greez
greez
- Mon May 11, 2009 5:47 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: help =\
Hi every few minutes i got exacly same error message any one coud help ?
http://img139.imageshack.us/img139/7540/ss2e.jpg
update to last version.
Attachments:
File comment: Version 2.38
Updated May 7, 09
rom.zip [26.5 KiB]
you are blind?
guys and administrator i need some help =D THE ...
http://img139.imageshack.us/img139/7540/ss2e.jpg
update to last version.
Attachments:
File comment: Version 2.38
Updated May 7, 09
rom.zip [26.5 KiB]
you are blind?
guys and administrator i need some help =D THE ...
- Sun May 10, 2009 3:23 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: help =\
UnRegistered wrote:Hi every few minutes i got exacly same error message any one coud help ?
![]()
update to last version.
- Sat May 09, 2009 2:47 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
maurice wrote: My macro:
Code: Select all
/run QuitGame()
umm my quitgame macro is
Code: Select all
/script QuitGame()and it works fine Oo >.<
- Wed May 06, 2009 3:48 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
Hey
i got the same problem like frank, but its not after some minuits, i get it also after 30 or more.
and thx for the SVN update support dudes
-ReloxX
i got the same problem like frank, but its not after some minuits, i get it also after 30 or more.
and thx for the SVN update support dudes
-ReloxX
- Thu Apr 30, 2009 4:08 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
does it look like that at u now?
so it checks after every figth and it should work...
Code: Select all
<onLeaveCombat>
keyboardPress(key.VK_X);
</onLeaveCombat>- Mon Apr 27, 2009 2:01 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
frank wrote:Thanks for the help, key.VK_9 worked, however my macro /script CancelDuel(); did not remove the dialogs from my screen. I have both a party invite remover and duel invite remover but neither appear to work. =\
yes he is Rajin :p
- Sun Apr 26, 2009 4:47 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
Administrator wrote:Probably because you're not using key.VK_F9?
u mean
Code: Select all
keyboardPress(key.VK_9);but why u putted the F there Oo
- Fri Apr 03, 2009 11:35 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
Hi,
I have a little problem with some skills (urgent heal, regen and other priset skills)
my profile :
<skills>
<skill name="PRIEST_URGENT_HEAL" level="17" hotkey="VK_2" modifier="" />
<skill name="PRIEST_RISING_TIDE" level="19" hotkey="VK_3" modifier="" />
<skill name="PRIEST_REGENERATE ...
I have a little problem with some skills (urgent heal, regen and other priset skills)
my profile :
<skills>
<skill name="PRIEST_URGENT_HEAL" level="17" hotkey="VK_2" modifier="" />
<skill name="PRIEST_RISING_TIDE" level="19" hotkey="VK_3" modifier="" />
<skill name="PRIEST_REGENERATE ...
- Fri Apr 03, 2009 6:25 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
hey
umm is there a posibility to use letters as skill hotkeys? when i did so i get error msg for settings.lua at line 162, and says "attempt to compare string with number". i tried capital letters and small once, same error.
Unless you actually provide the code you are trying to use, it's ...
umm is there a posibility to use letters as skill hotkeys? when i did so i get error msg for settings.lua at line 162, and says "attempt to compare string with number". i tried capital letters and small once, same error.
Unless you actually provide the code you are trying to use, it's ...
- Thu Apr 02, 2009 12:54 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089222
Re: RoM bot
hey
umm is there a posibility to use letters as skill hotkeys? when i did so i get error msg for settings.lua at line 162, and says "attempt to compare string with number". i tried capital letters and small once, same error.
im just asking :p
greetings =)
umm is there a posibility to use letters as skill hotkeys? when i did so i get error msg for settings.lua at line 162, and says "attempt to compare string with number". i tried capital letters and small once, same error.
im just asking :p
greetings =)