Search found 11 matches

by VoiD
Tue Jan 26, 2010 2:16 pm
Forum: Runes of Magic
Topic: Bot didn't see Gift Bag, Pots and don't lvlup my skills.
Replies: 22
Views: 4660

Re: Bot didn't see Gift Bag, Pots and don't lvlup my skills.

Can't you all just set the client to English while boting and then if you really have to set it back to w/e language you like while playing ? :S
by VoiD
Tue Jan 26, 2010 2:11 pm
Forum: Runes of Magic
Topic: Interacting with the mailbox (Help)
Replies: 9
Views: 3150

Re: Interacting with the mailbox (Help)

The mobile mailbox items will come in handy for sure since its only 15 rubys. But still finding a non costly methode would be ideal. Have you tried the "showmailframe" while you where near a mailbox ? I tried finding that function but no luck (tried some similar ones near the mailbox but n...
by VoiD
Mon Jan 25, 2010 2:35 pm
Forum: Runes of Magic
Topic: problem on auto repairing based on dura
Replies: 4
Views: 1387

Re: problem on auto repairing based on dura

Well I reused the examples in the demo for the most basic of commands... For example u have in your demo2.xml:
loadPaths("demo3");

Guess they made an if() and they added an .xml if it wasn't there... :?
by VoiD
Mon Jan 25, 2010 1:00 pm
Forum: Runes of Magic
Topic: problem on auto repairing based on dura
Replies: 4
Views: 1387

Re: problem on auto repairing based on dura

You sure it works with loadPaths("ret_k.xml"); instead of loadPaths("ret_k"); ? Mine works fine without the .xml, wonder if it works in both cases... :?
by VoiD
Mon Jan 25, 2010 10:10 am
Forum: Runes of Magic
Topic: Antibot patch
Replies: 1
Views: 1047

Re: Antibot patch

Only if they delete/change ALL macro commands and start logging players movement paths... :/

Another option would be to install one of those spywares that block 90% of your PCs processes and scans 24/7 your ram... -_-
by VoiD
Mon Jan 25, 2010 9:51 am
Forum: Runes of Magic
Topic: How can i use Skill Rotation
Replies: 4
Views: 1537

Re: How can i use Skill Rotation

Being fancy in this case is better... if the addon gets outdated then ur back to the drawing board, whereas the oncast will pretty much be updated with the bot (if there are problems) and it wont annoy you when ur not boting unlike adons sometimes do... :D
by VoiD
Mon Jan 25, 2010 9:16 am
Forum: Runes of Magic
Topic: Interacting with the mailbox (Help)
Replies: 9
Views: 3150

Interacting with the mailbox (Help)

I was going to make my bot do stuff like: -Target and open the Mailbox -Open received mail and pick up items then delete that mail -Send items via mail What I'm looking for is either useful bot command or rom API command that I could run with sendmacro(); My biggest problem is to actually "open...
by VoiD
Sun Jan 24, 2010 4:58 pm
Forum: Runes of Magic
Topic: Useful macros
Replies: 17
Views: 5538

Re: Useful macros

The RoM API or the BOT functions ? :S RoM API -> http://theromwiki.com/index.php/List_of_Functions BOT -> open the file (...)interface/addons/micromacro/rom/functions.lua or the RoM BOT Wiki (or some place else ? :S) As for what they do, that's a bit more tricky... if u don't know what a bot functio...
by VoiD
Sun Jan 24, 2010 8:08 am
Forum: Runes of Magic
Topic: Useful macros
Replies: 17
Views: 5538

Re: Useful macros

Hmmm... yeah that is nice... one step closer to full automation ! :P I might even make him change accounts ! xD Just one thing, I always use loadPaths("waypoint_file_name"), how different is it from __WPL:load("waypoints_name") ? Is it just the fact that we can specify the folder...
by VoiD
Sat Jan 23, 2010 10:57 pm
Forum: Runes of Magic
Topic: Useful macros
Replies: 17
Views: 5538

Re: Useful macros

Thanks for the lua link, will come in handy ! :P I've already been to the RoM functions wiki... but they have waaaaaay too many undocumented functions... :/ People have done it by having a script position the mouse above each character's button on the right side of the screen, causing a left click, ...
by VoiD
Sat Jan 23, 2010 10:20 pm
Forum: Runes of Magic
Topic: Useful macros
Replies: 17
Views: 5538

Re: Useful macros

Hi I'm new to the forums, but I've been haunting them for a while now and experimenting with the bot ! :P So, is it be possible to manipulate strings in the bots waypoint files ? Like using the GetBagItemInfo(1), then put it into a table and use something like the strcmp function from string.h (in C...