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 ...
Search found 16 matches
- Mon Nov 01, 2010 11:36 pm
- Forum: Runes of Magic
- Topic: [Addon] Commander - Automated trade
- Replies: 1
- Views: 1631
- Sat Oct 02, 2010 2:03 pm
- Forum: Runes of Magic
- Topic: automated trading possible ?
- Replies: 5
- Views: 3342
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 ...
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 ...
- Sat Sep 25, 2010 7:46 pm
- Forum: Runes of Magic
- Topic: automated trading possible ?
- Replies: 5
- Views: 3342
Re: automated trading possible ?
Possible and easy 
I used it for ages.
I used it for ages.
- Thu Sep 09, 2010 12:36 am
- Forum: Runes of Magic
- Topic: Agro issues
- Replies: 17
- Views: 7200
Re: Agro issues
Yes, if you have pet on, you will get it very often. I always dismiss my pet when botting to avoid this issueAdministrator wrote:Were you in a party, by any chance? Maybe had a pet or something that could mess with the in-combat flag?
- Wed Aug 18, 2010 12:24 pm
- Forum: Runes of Magic
- Topic: Check if have AT
- Replies: 5
- Views: 2392
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
You can use GetMagicBoxEnergy() instead. It will return number of charges you have.
For your case, activated = 10, not activated = 0
- Tue Aug 17, 2010 3:15 am
- Forum: Runes of Magic
- Topic: disable UAC for micromacro.exe...
- Replies: 7
- Views: 3708
Re: disable UAC for micromacro.exe...
Yes, deleteing micromacro.exe.manifest works.
- Mon Aug 16, 2010 8:19 pm
- Forum: Runes of Magic
- Topic: Switch Channel at the end of Waypoints
- Replies: 14
- Views: 7077
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, go for it http://www ...
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, go for it http://www ...
- Sun Aug 15, 2010 10:37 pm
- Forum: Runes of Magic
- Topic: AutoSwitch (autologin supports switching accounts)
- Replies: 8
- Views: 5862
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 ...
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 ...
- Mon Jul 26, 2010 1:43 am
- Forum: Runes of Magic
- Topic: Error with bot r478
- Replies: 25
- Views: 11331
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 ...
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 ...
- Tue Jul 20, 2010 6:14 pm
- Forum: Runes of Magic
- Topic: Error
- Replies: 16
- Views: 5044
Re: Error
Not a fix. r474 still has the same problem.
- Fri Jul 09, 2010 11:26 am
- Forum: Runes of Magic
- Topic: AutoSwitch (autologin supports switching accounts)
- Replies: 8
- Views: 5862
Re: AutoSwitch (autologin supports switching accounts)
1. Make sure you enter accounts/password correctly.miximixi007 wrote:it doesnt work on my computer.stuck at login account
2. Record Server should be checked.
- Fri Jul 09, 2010 4:05 am
- Forum: Runes of Magic
- Topic: AutoSwitch (autologin supports switching accounts)
- Replies: 8
- Views: 5862
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 ...
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 ...
- Thu Jul 08, 2010 5:07 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: rock5's "fastLogin Revisited"
- Replies: 914
- Views: 527643
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 ...
- Thu Jul 08, 2010 4:54 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: rock5's "fastLogin Revisited"
- Replies: 914
- Views: 527643
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 ...
Yes, it's true. The ...
- Wed Jul 07, 2010 3:26 am
- Forum: Runes of Magic
- Topic: trojan TR/PSW.Nilage.hhl in lua51.dll
- Replies: 17
- Views: 8508
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?
Anyway, some explanations from Admin?
- Mon May 17, 2010 11:26 pm
- Forum: Runes of Magic
- Topic: Must face target in order to attack.
- Replies: 10
- Views: 3421
Re: Must face target in order to attack.
If you are an R, add Shadow Step in your skills list. It will be useful.