i can never get ahold of you or i would've given you the offset back when i posted my pics.
Search found 33 matches
- Tue May 19, 2009 5:06 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
yea it works, 0x572 is the offset i've been using to detect battle. i havent had much time to work on RoM as i've been busy with my site 
i can never get ahold of you or i would've given you the offset back when i posted my pics.
i can never get ahold of you or i would've given you the offset back when i posted my pics.
- Thu May 14, 2009 8:30 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
you can already filter mobs...
as for checking the closest, constantly iterating through every monster and triangulating its position compared to yours then checking for anything blocking the path etc etc etc is a lot of calculations and will make the bot eat up more cpu than it should.
simple ...
as for checking the closest, constantly iterating through every monster and triangulating its position compared to yours then checking for anything blocking the path etc etc etc is a lot of calculations and will make the bot eat up more cpu than it should.
simple ...
- Thu May 14, 2009 7:12 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
Thanks for the info. I've committed the changes to (hopefully) fix the death detection problem and improvement to wander to SVN.
If you figure out what '8' is supposed to stand for, let me know. Maybe it has to do with how you died? Perhaps if you don't get debt (under level 10, PKed, etc.) that ...
If you figure out what '8' is supposed to stand for, let me know. Maybe it has to do with how you died? Perhaps if you don't get debt (under level 10, PKed, etc.) that ...
- Thu May 14, 2009 7:10 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
BTW, Administrator, have you tried to map the memory on the client where the enemy/entity list is?
I have, finding the location of the target is easy, finding the location of all monsters around you is a pain. I've tried 6 or 7 different manners to do so, but overall it's too dynamic and it ...
- Mon May 11, 2009 1:59 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
and yet nobody has answered his question...
GOOD JOB GUYS!
*throws mud*
GOOD JOB GUYS!
*throws mud*
- Mon May 04, 2009 3:19 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
um... the titlebar on your bot shows your full name, even though you blocked out the profile name 
your problem is failure to read
goto ondeath and remove the pauseondeath in your profile.
your problem is failure to read
goto ondeath and remove the pauseondeath in your profile.
- Sat May 02, 2009 1:43 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
mine doesnt seem to look exceptionally bot like, its probably more of how you set your waypoints.
- Fri May 01, 2009 2:47 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
That make it possible to change the spot for a "wander"-bot without reopening minimacro (just PAUSE, go to new pot and RESET), or use a changed config-file while botting.
if i could get the bot to interact with an npc, i'd have mine buy pots when out (and maybe sell shit, but thats a tough one ...
- Thu Apr 30, 2009 5:53 pm
- Forum: Runes of Magic
- Topic: Find ressources in Game Memory.
- Replies: 2
- Views: 2381
Re: Find ressources in Game Memory.
its not hard to get an item's location in memory, its hard to get the list of all items, iterate through them, find which ones exist, find their location, compare it to your location, find the closest, map the terrain so you dont run into anything, move there, then somehow click without attaching to ...
- Thu Apr 30, 2009 4:35 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
This is great work, THANKS A LOT!
I created a macro and put my HP Pots to the first slot in the upper left corner of the inventory:
/script local index, icon, name, count, locked, invalid = GetBagItemInfo(1); if (count == 1) then Logout(); end
and added the following line to my profile.xml ...
I created a macro and put my HP Pots to the first slot in the upper left corner of the inventory:
/script local index, icon, name, count, locked, invalid = GetBagItemInfo(1); if (count == 1) then Logout(); end
and added the following line to my profile.xml ...
- Wed Apr 29, 2009 11:26 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
And is it possible to use anything to leave the combat-field and dont need to die when all pots are used?
Maybe hit a hotkey on empty HP-pot-slot and config it to use the "back to town"-function and stop the script?
You shouldn't be botting unattended long enough to run out of potions ...
- Wed Apr 29, 2009 9:36 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
your bot is epic for modding, i've tailored it to almost every need!
i still need to get it to gather for me, and turn in quests... and sell *cough* OK it has a lot left but dangit i'm progressing XD
i'm currently working on this:
http://img.photobucket.com/albums/v76/Rajinn/romBot.png
its not ...
i still need to get it to gather for me, and turn in quests... and sell *cough* OK it has a lot left but dangit i'm progressing XD
i'm currently working on this:
http://img.photobucket.com/albums/v76/Rajinn/romBot.png
its not ...
- Mon Apr 27, 2009 7:11 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
As a Mage or priest with mana you spend massive amounts of pots when botting. Ive cut down on it with turning on WALK instead of RUN so i regen mana between mobs.
But something that waits for a certain procent of mana would own.
And also a more alert check for aggro/attacking mobs. The bot attacks ...
But something that waits for a certain procent of mana would own.
And also a more alert check for aggro/attacking mobs. The bot attacks ...
- Mon Apr 27, 2009 3:15 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
If you're still fishing for ideas, perhaps a level restriction setting for the bot would be cool. If you're running a long waypoint and there are the odd low level mobs mixed in, skipping them and just concentrating on the higher level ones would be nice, but not necessary.
target.Level should be ...
target.Level should be ...
- Mon Apr 27, 2009 2:53 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
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 n :p
overlooked it. Oh well, all of my macros are working o.0 - wow ...
yes he is Rajin n :p
overlooked it. Oh well, all of my macros are working o.0 - wow ...
- Mon Apr 27, 2009 10:38 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
you are using /script CancelDuel(); right?
- Mon Apr 27, 2009 10:36 am
- Forum: Runes of Magic
- Topic: PK death
- Replies: 4
- Views: 3208
Re: PK death
i dont experience this issue...CrazyGuy wrote:If you die due to pk death the bot just hangs after you die. Any way to add the check to see if you are dead outside of combat?
- Wed Apr 22, 2009 1:35 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
Administrator or some1 can send a script for mine (gathering) for us? or dont have it yet? plz post here if some1 have that script for mining! ty!
there isnt one yet, it has been mentioned through this thread numerous times, shows how much of it you read >.>
i was trying to come up with a simple ...
there isnt one yet, it has been mentioned through this thread numerous times, shows how much of it you read >.>
i was trying to come up with a simple ...
- Tue Apr 21, 2009 8:48 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
Pls administrator help me =\
what i must change in my micromacro to my char attack first the mobs that are attacking me first, because here my character are being attacked by 3 mobs and he got a new target and dont attack first the mobs that are attacking me first, plz what i can do to my char ...
what i must change in my micromacro to my char attack first the mobs that are attacking me first, because here my character are being attacked by 3 mobs and he got a new target and dont attack first the mobs that are attacking me first, plz what i can do to my char ...
- Tue Apr 21, 2009 10:12 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2089101
Re: RoM bot
2: i dont know how the second can assit the first(example: for heal/buff)
Well, as i've mentioned before, i use this program for the auto-move/acquire target, and use UberFlex add-on to actually do the whole 'combat' thing, it's more advanced, and can actually 'assist' as you requested. I target ...
Well, as i've mentioned before, i use this program for the auto-move/acquire target, and use UberFlex add-on to actually do the whole 'combat' thing, it's more advanced, and can actually 'assist' as you requested. I target ...