Search found 16 matches

by romvn
Mon Nov 01, 2010 11:36 pm
Forum: Runes of Magic
Topic: [Addon] Commander - Automated trade
Replies: 1
Views: 1500

[Addon] Commander - Automated trade

You might wonder how automated trade can be done. I think there are some ways to do and one of them is using this addon, Commander. The idea behind it is very simple, Text messaging. The bot character will give commands to the others (might be bot or non-bot) by whispering them. You can use my prede...
by romvn
Sat Oct 02, 2010 2:03 pm
Forum: Runes of Magic
Topic: automated trading possible ?
Replies: 5
Views: 2859

Re: automated trading possible ?

Below are needed steps to make a trade between 2 characters, from Char1 to Char2 Char1: RequestTrade Char2: AgreeTrade Char1: PickupBagItem(GetBagItemInfo(1)) -- I used bag slot 1 for demonstration Char1: ClickTradeItem(1) Char2: AcceptTrade Char1: AcceptTrade Char2: AcceptTrade Char1: AcceptTrade T...
by romvn
Sat Sep 25, 2010 7:46 pm
Forum: Runes of Magic
Topic: automated trading possible ?
Replies: 5
Views: 2859

Re: automated trading possible ?

Possible and easy :D
I used it for ages.
by romvn
Thu Sep 09, 2010 12:36 am
Forum: Runes of Magic
Topic: Agro issues
Replies: 17
Views: 6204

Re: Agro issues

Administrator wrote:Were you in a party, by any chance? Maybe had a pet or something that could mess with the in-combat flag?
Yes, if you have pet on, you will get it very often. I always dismiss my pet when botting to avoid this issue :D
by romvn
Wed Aug 18, 2010 12:24 pm
Forum: Runes of Magic
Topic: Check if have AT
Replies: 5
Views: 2155

Re: Check if have AT

IsMagicBoxEnable() doesn't work at least with VN client.
You can use GetMagicBoxEnergy() instead. It will return number of charges you have.
For your case, activated = 10, not activated = 0
by romvn
Tue Aug 17, 2010 3:15 am
Forum: Runes of Magic
Topic: disable UAC for micromacro.exe...
Replies: 7
Views: 3168

Re: disable UAC for micromacro.exe...

Yes, deleteing micromacro.exe.manifest works.
by romvn
Mon Aug 16, 2010 8:19 pm
Forum: Runes of Magic
Topic: Switch Channel at the end of Waypoints
Replies: 14
Views: 5915

Re: Switch Channel at the end of Waypoints

To switch Channels, you can use repeat parallelID = RoMScript("GetCurrentParallelID()"); yrest(500) until parallelID if (parallelID < 4) then sendMacro("ChangeParallelID(parallelID+1);"); else sendMacro("ChangeParallelID(1);"); end player:rest(25); This page is useful, ...
by romvn
Sun Aug 15, 2010 10:37 pm
Forum: Runes of Magic
Topic: AutoSwitch (autologin supports switching accounts)
Replies: 8
Views: 5501

Re: AutoSwitch (autologin supports switching accounts)

I have just updated this addon/interface to version 1.1 Features added: - Relogin, instead of only switching chars/accounts - Relogin wait time. Your character will wait an amount of time before doing relogin. - No longer need having 8 characters per account to work. It should know the number of cha...
by romvn
Mon Jul 26, 2010 1:43 am
Forum: Runes of Magic
Topic: Error with bot r478
Replies: 25
Views: 10071

Error with bot r478

Hi, I got this error when trying to start the bot with the waypoint l1t_start.xml, profile l1-10 Mon Jul 26 13:18:58 2010 : scripts\rom/bot.lua:7: ...Desktop/micromacro/scripts/rom/classes/inventory.lua:1: ...sktop/micromacro/scripts/rom/classes/memorytable.lua:144: bad argument #2 to 'memoryReadInt...
by romvn
Tue Jul 20, 2010 6:14 pm
Forum: Runes of Magic
Topic: Error
Replies: 16
Views: 4463

Re: Error

Not a fix. r474 still has the same problem.
by romvn
Fri Jul 09, 2010 11:26 am
Forum: Runes of Magic
Topic: AutoSwitch (autologin supports switching accounts)
Replies: 8
Views: 5501

Re: AutoSwitch (autologin supports switching accounts)

miximixi007 wrote:it doesnt work on my computer.stuck at login account :(
1. Make sure you enter accounts/password correctly.
2. Record Server should be checked.
by romvn
Fri Jul 09, 2010 4:05 am
Forum: Runes of Magic
Topic: AutoSwitch (autologin supports switching accounts)
Replies: 8
Views: 5501

AutoSwitch (autologin supports switching accounts)

Hi guys, As many requests about Autologin with the capability of switching to next account when the last character of one account reached, I decided to share my version of Autologin, les's call it AutoSwitch. That is based on FastLogin that introduced by Ahmed Mohamed el-Sawalhy. Installation: Extra...
by romvn
Thu Jul 08, 2010 5:07 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 415693

Re: Autologin revisited

As in my previous post in this topic, I again confirm that we CAN implement multi login feature. It's not so difficult as you think. Just do some tweaks on Fastlogin interface that first introduced by Ahmed Mohamed el-Sawalhy. Nothing else required except some changes in your waypoints/profiles to a...
by romvn
Thu Jul 08, 2010 4:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 415693

Re: Autologin revisited

The reason you need to re-initialize the profile as per the instructions on the first post, is because when it loads the next character we had problems with the character not attacking mobs, not opening giftbags and not leveling skills. Don't know if it's still true though. Yes, it's true. The next...
by romvn
Wed Jul 07, 2010 3:26 am
Forum: Runes of Magic
Topic: trojan TR/PSW.Nilage.hhl in lua51.dll
Replies: 17
Views: 7854

Re: trojan TR/PSW.Nilage.hhl in lua51.dll

Well, it's been a while my Kaspersky always deletes it. I believe there's no reason for development team of this cool bot try to steal your account.

Anyway, some explanations from Admin?
by romvn
Mon May 17, 2010 11:26 pm
Forum: Runes of Magic
Topic: Must face target in order to attack.
Replies: 10
Views: 3062

Re: Must face target in order to attack.

If you are an R, add Shadow Step in your skills list. It will be useful.