Search found 30 matches

by depp69
Wed Oct 07, 2009 9:57 am
Forum: Runes of Magic
Topic: howto get hwnd from started process?
Replies: 6
Views: 3022

Re: howto get hwnd from started process?

ive got another problem, i would like to bypass the update screen when i use a shortcut with "client.exe NoCheckVersion" it runs fine, but when i try this from within my app, like this CreateProcess( "Client.exe", "NoCheckVersion", NULL, // Process handle not inheritabl...
by depp69
Tue Oct 06, 2009 11:26 am
Forum: Runes of Magic
Topic: howto get hwnd from started process?
Replies: 6
Views: 3022

Re: howto get hwnd from started process?

thx for your help :)

the missing STARTUPINFO was the problem, but still strange that no error was given.
by depp69
Tue Oct 06, 2009 5:19 am
Forum: Runes of Magic
Topic: howto get hwnd from started process?
Replies: 6
Views: 3022

howto get hwnd from started process?

hello, im trying to write a small app, that starts runesofmagic and gets its hwnd. the hwnd will then get passed to bot.lua. passing over the hwnd to bot.lua is not the problem, but i cant get the hwnd. this is what i tried: #include <iostream> #include <windows.h> using namespace std; BOOL CALLBACK...
by depp69
Mon Sep 07, 2009 9:17 am
Forum: Runes of Magic
Topic: Random Auto-Logout
Replies: 6
Views: 1707

Re: Random Auto-Logout

today it was just an unsticking problem, so i will have to try again. theres some new stuff at the log.txt: stack traceback: D:\Programme\RunesOfMagic\micromacro\lib\lib.lua:536: in function 'startMacro' scripts\rom/bot.lua:686: in main chunk ----------TRACEBACK END---------- Mon Sep 07 14:34:28 200...
by depp69
Mon Sep 07, 2009 5:44 am
Forum: Runes of Magic
Topic: Random Auto-Logout
Replies: 6
Views: 1707

Re: Random Auto-Logout

my profile: <profile> <options> <!-- Try the bot with a new char mage or priest --> <!-- At the pioneer village. Use demo.xml waypoint file --> <option name="HP_LOW" value="85" /> <option name="MP_LOW_POTION" value="30" /> <option name="HP_LOW_POTION"...
by depp69
Thu Sep 03, 2009 9:17 am
Forum: Runes of Magic
Topic: Random Auto-Logout
Replies: 6
Views: 1707

Random Auto-Logout

hi folks,
heres my situation, im running 3 bots simultaneous while im at work, when i come back
mostly one of them auto logged out. why is that so? theres neither an unsticking problem
nor a death count error msg.
just:
Clearing target.
Auto-logging out ...

any idea to solve this?

greetings
depp
by depp69
Tue Aug 25, 2009 3:18 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 934604

Re: RoM bot

yup same here, just checked out and run update.lua
after startup: pawn.lua:173 bad #1 to 'bitAnd' ((null))
by depp69
Sun Aug 23, 2009 11:02 am
Forum: Runes of Magic
Topic: suggestion: mouse click in background
Replies: 2
Views: 1016

Re: suggestion: mouse click in background

ok i see, no problem
by depp69
Sun Aug 23, 2009 5:11 am
Forum: Runes of Magic
Topic: suggestion: mouse click in background
Replies: 2
Views: 1016

suggestion: mouse click in background

i just found an interesting topic on elitepvpers, it seems that this guy found a solution for doing mouse clicks in background, you can find the whole sourcecode he uses there. But i dont know how to use it, he wrote that the dll has to be injected, but how to use the functions in micromacro scripts...
by depp69
Mon Aug 17, 2009 12:52 pm
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 146926

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

is it possible to make the runes of magic window the active window after
reaching a specific waypoint? would be nice for increasing skills
or any other things you have to do with the mouse while running
multiple bots

greets