Search found 187 matches
- Wed Aug 15, 2012 3:09 am
- Forum: Runes of Magic
- Topic: change Lootomatic Setting at start Macro
- Replies: 11
- Views: 3097
Re: change Lootomatic Setting at start Macro
Hm - the above examples did not work for me. I even don't understand parts of the code. Why this: a={ at the end of the assignments? But I found another solution. Add this function to the end of main.lua of the lootomatic addon: function Lootomatic.Func.Enable(aBool, roll, autoloot, autolootBoss, au...
- Tue Jul 31, 2012 9:07 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 152707
Re: Rock5's Constellation (Zodiac) Pet scripts
-you can get functional packages faster then goddess Not really: there are three events were you can get packages: weaving machine - charity auction - magic tailor At each event you can get upto 5 functional packages or 1 goddess package. This means 15 functional packages per day vs 3 goddess packa...
- Mon Jul 30, 2012 4:49 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 152707
Re: Rock5's Constellation (Zodiac) Pet scripts
I made similar experiences like gloover, although I'm using the english client.
Currently only one out of three runs reaches 21 points. I was watching if any other player might interfere, but the last two days I'm sure that no other player caused the premature end of the event.
Currently only one out of three runs reaches 21 points. I was watching if any other player might interfere, but the last two days I'm sure that no other player caused the premature end of the event.
- Mon Jul 30, 2012 3:19 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Re: Questions re waypointlist and other stuff
Thanks, Lisa. Yes, I had waypoint type "RUN". I never thought, that waypoint processing is affected by this. I consider this as a bug. Maybe it is not possible to do it differently, but still. I switched to type "TRAVEL" now, and the first 10 daily runs worked without getting stu...
- Sun Jul 29, 2012 3:25 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Re: Questions re waypointlist and other stuff
I have discovered the reason, why my butterfly script gets stuck sometimes. This happens when you are entering combat. The bot prints "waiting for aggressive" enemies. During this time (1-2s maybe), the bot does not check if a new waypoint has been reached, but the char continues to move. ...
- Fri Jul 27, 2012 8:49 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Re: Questions re waypointlist and other stuff
The bot doesn't keep track of your locations as you travel, if it did there would be 1000's of stored coords every minute If it is done a smart way, it should be no problem. I would only add locations to a queue, if you had moved a certain distance. Of course the queue should have a limit - as I wr...
- Fri Jul 27, 2012 7:04 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Re: Questions re waypointlist and other stuff
I have two issues with my butterfly script and I'm looking for hints and solutions: First thing is a general thing, how the bot processes waypoints. If the bot should kill and loot mobs, it moves away from the defined waypoints. There is a logic to determine the closest waypoint and so the bot will ...
- Fri Jul 27, 2012 6:27 am
- Forum: Runes of Magic
- Topic: Rock's Ancient Treasure Error
- Replies: 3
- Views: 1411
Re: Rock's Ancient Treasure Error
Did you install the required user functions for AT?
I had no issues running AT recently.
I had no issues running AT recently.
- Thu Jul 26, 2012 7:04 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: ElfDaily simplyfied
- Replies: 67
- Views: 22300
Re: ElfDaily simplyfied
Just read the initial posting completely!Is there a waypoint for the pre quest ?
- Thu Jul 26, 2012 6:16 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Re: Questions re waypointlist and other stuff
I word about __WPL.CurrentWaypoint. When you are walking to a waypoint, the one you are walking to is the currentwaypoint. When you reach the waypoint and start to execute any code there, currentwaypoint is now the next waypoint. The waypoint you are currently at will be __WPL.LastWaypoint. Thanks ...
- Thu Jul 26, 2012 5:29 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 152707
Re: Rock5's Constellation (Zodiac) Pet scripts
I can only report what happened to me. I don't know, why MM crashed on WinXP - will try to reproduce. If I remember right, the message contained "ReadProcessMemory failed" or something like that. RoM did not crash. I could continue playing after that. Did run various scripts (cot_tele, AT,...
- Wed Jul 25, 2012 6:32 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 152707
Re: Rock5's Constellation (Zodiac) Pet scripts
I tried BillDoorNZ's WeavingMachine 1.2 today with 3 chars: 1st char on WinXP - script run up to ~12 pieces of cloth - then MM crashed with an exception 2nd char on Win7 - script run up to 21 pieces of cloth => golden package 3rd char on Win7 - script run up to 17 pieces of cloth => got 5 pieces of ...
- Tue Jul 24, 2012 12:12 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 152707
Re: Rock5's Constellation (Zodiac) Pet scripts
afaik you can get a cancer crystal when trading the weaving material packages, in front of Varanas gates. You can get skins, TP/XP amulets, crystals for plussing your equip, flying carpet and the cancer crystal (with a rather low chance).(Btw, does anyone of you know how have a cancer crystal ?
- Tue Jul 24, 2012 4:30 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Re: Questions re waypointlist and other stuff
Maybe I found a solution for my 2nd question myself.
Overriding the onLeaveCombat function this way:
Correct me, if I'm wrong.
Overriding the onLeaveCombat function this way:
Code: Select all
settings.profile.events.onLeaveCombat = function()
-- do something
end
- Tue Jul 24, 2012 4:10 am
- Forum: Runes of Magic
- Topic: Questions re waypointlist and other stuff
- Replies: 15
- Views: 3395
Questions re waypointlist and other stuff
Just working on a script to do the butterfly dailies. To make the script behave like a real player, it needs to do different things depending on which part of the waypoint list the char currently is. I was looking for a way to determine the current waypoint index in my code, but didn't find anything...
- Wed Jul 18, 2012 4:36 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Paspershrine Blackhorn farm
- Replies: 3
- Views: 2118
Re: Paspershrine Blackhorn farm
Heffner's "Old Bag" quest is easier, but if you like to get the quests for the LVL 50 Moa weapons (whatever your reasons may be), you need to do the arkana quests.
- Sat Jul 14, 2012 10:38 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: ElfDaily simplyfied
- Replies: 67
- Views: 22300
ElfDaily simplyfied
During my first days working with the RoM-Bot, I was browsing the forum and found a version of ElfDaily: http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=770 I learned a lot in the mean time and now this script looks quite complicated to me. So I rewrote it, to be a bit simpler and faster....
- Fri Jul 13, 2012 7:25 am
- Forum: Runes of Magic
- Topic: Some Questions
- Replies: 1
- Views: 726
Some Questions
I'd like to have some variables that will have global scope, while a waypoint script is running. As far as I understood, the LUA code that can be added at each waypoint is treated as a "local function". I found this in the wiki: self.free_field1 = nil; -- free field for user use self.free_...
- Sun Jul 08, 2012 9:51 am
- Forum: MicroMacro general & support
- Topic: RomBot issues
- Replies: 6
- Views: 3341
Re: RomBot issues
How old is the processor? It's a Rana Core - 2.6 Ghz - was released end of 2010 or something like that. I strongly suspect the AV scanner, because it hooks a lot of windows API functions to detect maleware activities. Currently I don't like to uninstall the AV scanner, because I cannot find the lic...
- Sun Jul 08, 2012 9:36 am
- Forum: Runes of Magic
- Topic: Event when boss/elite mobs found?
- Replies: 8
- Views: 2502
Re: Event when boss/elite mobs found?
Detecting the elite/boss is the easy part, telling bot what to do after that is more difficult. If a generic detection of the elite/boss stuff is easy, please share it. I could imagine a couple of solutions that could be quite helpful. As I'm running my bot on a different machine, while I'm activel...