Search found 96 matches

by Bot_romka
Sat Aug 09, 2014 10:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: ROM Multiclicker
Replies: 7
Views: 3648

ROM Multiclicker

ROM Multiclicker v0.4 New version. Now it can use macro script. Use it function for pressing key or start macro script in all running ROM client. Instal: unzip archive in Rombot folder ...\scripts\rom\ Use Start_Multiclicker.bat for start. Setings: -- Setings local CommandTime = 500; -- Set Time in...
by Bot_romka
Wed Aug 06, 2014 12:47 am
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 123009

Re: Useful AddOns

UIZero Addon hides visible elements from the interface to improve performance. This addon saves some fps. Use keys: Press "B" and open BagFrame for Show the UI again to see the panels. Press "C" and open CharacterFrame for Experience stuff and bars are visible along with the Cha...
by Bot_romka
Thu Jul 24, 2014 3:03 am
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 123009

Re: Useful AddOns

Heroic Defense

My addon for auto accept and complete daily quest "Heroic Defense".
by Bot_romka
Fri Jan 31, 2014 8:06 pm
Forum: Runes of Magic
Topic: How to detect if a hit was critical?
Replies: 11
Views: 2319

Re: How to detect if a hit was critical?

For check this in Bot code maybe like this <onLoad> G_Crit_Smash = false; EventMonitorStart("CombatChecker", "COMBATMETER_DAMAGE"); function CombatChecker() local time, moreToCome, _source, _type = EventMonitorCheck("CombatChecker", "1,5") if time ~= nil then ...
by Bot_romka
Sat Dec 21, 2013 12:55 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Kill Boddosh in CL (special function)
Replies: 3
Views: 1846

Re: Kill Boddosh in CL (special function)

Its a function for kill Boddosh outside the big room with mobs. Char when finds Boddosh near in big room then teleport backward to "BoddoshStart" waypoint and kill his there.
by Bot_romka
Wed Dec 18, 2013 5:44 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 67896

Re: Automatic 'login' script

-- Click character until at LoadingScreen reserveActiveWindow() print("Selecting character "..character.." ... ") repeat clickCharacter(character) rest(1000) keyboardPress(key.VK_ENTER) rest(2000) until memoryReadBytePtr(getProc(),addresses.loadingScreenPtr, addresses.loadingScr...
by Bot_romka
Wed Dec 18, 2013 9:13 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Kill Boddosh in CL (special function)
Replies: 3
Views: 1846

Kill Boddosh in CL (special function)

Function for kill Boddosh outside the big room with mobs. <onLoad> -- Boddosh function Boddosh() local objectList = CObjectList(); objectList:update(); local objSize = objectList:size() for i = 0,objSize do local obj = objectList:getObject(i); if obj.Id == 101346 then player:updateXYZ() if( 250 > di...
by Bot_romka
Wed Dec 11, 2013 1:33 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313542

Re: rock5's "fastLogin Revisited"

rock5 wrote:But it was already fixed. Wasn't it working for you?
I used old 65 accaunts version. And its good solve for me.
by Bot_romka
Wed Dec 11, 2013 1:18 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313542

Re: rock5's "fastLogin Revisited"

Version 3.4 Some nice changes here. Fixed sometimes it asking for server. Sometimes it would ask for the server if you previously canceled a log in. Now it shouldn't. I solve this problem with sometimes shows ServerListFrame by modify serverlist.lua file. Maybe its need for someone who used old 65 ...
by Bot_romka
Sun Dec 08, 2013 6:31 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60267

Re: Rock5's Fusion Control Functions

kuripot wrote:anyone can update the fusion addon from tier3-tier9 to tier5-tier11??
I make it already for a long time ago, but it was share only on Russian site.
by Bot_romka
Thu Dec 05, 2013 8:50 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Andor Training
Replies: 78
Views: 25543

Re: BlubBlab's Andor Training

I use this waypoint. may be some code be interesting.
by Bot_romka
Tue Dec 03, 2013 10:55 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Crash Window Killer
Replies: 7
Views: 3460

Re: Crash Window Killer

the code you said to put in our profile onload doesnt seem to be working for me keep getting this error The game client did not crash. 9:29am - scripts\rom/bot.lua:660: onLoad error: [string "..."]:29: bad argument #1 to 'pairs' (table expected, got nil) This Error because you maybe not h...
by Bot_romka
Tue Dec 03, 2013 1:14 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Crash Window Killer
Replies: 7
Views: 3460

Re: Crash Window Killer

kuripot wrote:can you explain this?? it will automatic relog and start bot when you crashed??
Yes code for profile onload automatic restart client and bot, but function CrashWindowKiller only for kill Crash Window.
by Bot_romka
Mon Dec 02, 2013 2:58 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Crash Window Killer
Replies: 7
Views: 3460

Crash Window Killer

Stand alone function for kill Crash Window . I know this function is in Bot but when i farm any dungeon its not always work, i don't know why and i write this small function. For run use Start_CrashWindowKiller.bat after start its scan for Crash Window and kill it. For automatic restart client afte...
by Bot_romka
Sun Oct 13, 2013 8:15 am
Forum: Runes of Magic
Topic: Honor point's farm in dril ground
Replies: 67
Views: 21743

Re: Honor point's farm in dril ground

My version of WP
by Bot_romka
Sun Oct 13, 2013 7:52 am
Forum: RoM general
Topic: Points honor!!!
Replies: 7
Views: 3216

Re: Points honor!!!

Variant with macro

Code: Select all

if RoMScript('GetPlayerHonorPoint()') == 25000 then
by Bot_romka
Thu May 23, 2013 6:49 am
Forum: Runes of Magic
Topic: a better option than yrest/npc search distance
Replies: 10
Views: 2559

Re: a better option than yrest/npc search distance

Don`t use NPC name "Uncomfortable Adventurer" because there to different NPC with same name. One of them which appears after complete dialog not clicable and bot can crush client when try target not clicable NPC. Try to use NPC Id.
by Bot_romka
Thu May 09, 2013 6:23 pm
Forum: Runes of Magic
Topic: Running ONLY regardless of aggro?
Replies: 50
Views: 19041

Re: Running ONLY regardless of aggro?

i modified AutoRight for farm OT in Tosh
by Bot_romka
Tue Apr 23, 2013 12:57 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ultra Model files
Replies: 157
Views: 56344

Re: Rock5's Ultra Model files

Hi rock5
Remove this model modelbot\fx\environment\wailing_mountains\act_dunegeon_door_red_masked.ros from archive, its need for enter in dungeon "Hall of Survivors".
by Bot_romka
Thu Apr 18, 2013 11:32 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 67896

Re: Automatic 'login' script

Hi All.
Its possible from micromacro set client window is active (on top) ?
I need just reenter in game after disconnect from server. maybe its possible without start new client ?

p.s. and how to check client window is active ?