Search found 18 matches

by ratzuk
Fri Aug 16, 2013 5:01 am
Forum: Runes of Magic
Topic: Dissassemble Materials
Replies: 23
Views: 5671

Re: Dissassemble Materials

I Use this: <waypoints type="TRAVEL"> <onLoad> itemname ="Sinners Palm Sap" RoMScript("CloseAllWindows()") -- Don't want to accidentaly sell stuff! while inventory:getItemCount(itemname) > 0 do for i, item in pairs(inventory.BagSlot) do if item.Name == itemname then ite...
by ratzuk
Sat Jun 08, 2013 12:47 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244523

Re: Rock5's Mail Mods

I could but what would be the point? If I make it time out what are you going to make the bot do with a full backpack after taking the mail? The bot is the first on an account that does dailies for tokens. Each char on the account does dailies and then buys mana stones and logs on next char using t...
by ratzuk
Sat Jun 08, 2013 4:35 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244523

Set timeout when using UMM_TakeMail()

When using UMM_TakeMail() bot seems to hang if backpack is full. Is there anyway to set a timeout for this function, say 60sec, where it can just give up trying to take mail and resume?

Thanks
by ratzuk
Sat Jan 05, 2013 9:08 pm
Forum: Runes of Magic
Topic: "Fixing" buggy quests (not bot specific)
Replies: 13
Views: 4191

Re: "Fixing" buggy quests (not bot specific)

Slightly off topic I know, but can't find another section similar to this

Has anybody investigated the possibility of modifying the client files to re-enable the crafting of runes such as Shield & Block or is this determined by the server?

8-)
by ratzuk
Wed Nov 30, 2011 8:02 am
Forum: Runes of Magic
Topic: Error when loading New waypoint or path
Replies: 3
Views: 1079

Re: Error when loading New waypoint or path

Been having similar problems myself when changing characters. After cycling through 3 or 4 characters screen would start zooming in and out, bot would loose position and think it was stuck and log out so have been searching forum for a solution. Adding Rock's code to the onLoad section of the waypoi...
by ratzuk
Sun Jul 31, 2011 7:33 pm
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 45125

Re: Official new patch topic 4.0.1

try this in your onload. <onLoad> local dailyQuestCount, dailyQuestsPerDay= RoMScript("Daily_count()"); if 10 == dailyQuestCount then sendMacro("}LoginNextToon=true;a={") sendMacro("Logout();"); waitForLoadingScreen(); loadPaths("Elven Island/NewDaily") end <...
by ratzuk
Sun Jul 31, 2011 7:01 am
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 45125

Re: Official new patch topic 4.0.1

OnLoad portion of code seems to be running incorrectly I use a series of 3 linked waypoints to do the Elven Daily, Collect a few Golden Eggs & then mail eggs aand Miller Cakes to main character and autochange character using loginxml. At the moment I use version 615 of the bot with the new addre...
by ratzuk
Tue Mar 22, 2011 9:32 am
Forum: Runes of Magic
Topic: got banned today...
Replies: 6
Views: 2459

Re: got banned today...

MAC address is hard coded into the network card. If you are on wireless, switch to wired or vice versa, this will change you MAC address as they are seperate network cards You could also try an app called macshift http://devices.natetrue.com/macshift/ I've not tested this, so don't know if it works ...
by ratzuk
Mon Jan 10, 2011 7:46 am
Forum: Runes of Magic
Topic: Get character slot
Replies: 6
Views: 1871

Re: Get character slot

rock5 wrote: You do it as you would normally do to get a value from the game,

Code: Select all

RoMScript("CHARACTER_SELECT.selectedIndex")
You were treating it as a rombot variable which it isn't. That's why you got the error.
Thanks rock5. All working now :D
by ratzuk
Mon Jan 10, 2011 5:28 am
Forum: Runes of Magic
Topic: Get character slot
Replies: 6
Views: 1871

Re: Get character slot

I was asking you if you meant you wanted to know which character you are playing from the character selection screen No I want to know the character number from within the bot itself so it can report how far through the available characters it is (1-8) What i need to know is how to send the value o...
by ratzuk
Sun Jan 09, 2011 5:02 am
Forum: Runes of Magic
Topic: Get character slot
Replies: 6
Views: 1871

Re: Get character slot

No, not on the character selection screen, while the bot is running. I'll explain what I am trying to do: I use the autologin (Loginxml) to run the Elven daily for tokens on an account with 8 characters using random character names. I would like the bot to give an indication of it's progress by outp...
by ratzuk
Sat Jan 08, 2011 11:48 am
Forum: Runes of Magic
Topic: Get character slot
Replies: 6
Views: 1871

Get character slot

Hi, I know you can get the name of the current player using player.Name. Is it possible to retrieve the slot number (1-8) of the current player?
by ratzuk
Fri Dec 24, 2010 7:40 am
Forum: Runes of Magic
Topic: Stuck on loading items tables
Replies: 92
Views: 19939

Re: Stuck on loading items tables

Change line to read if ( currId == nil or currId == 0 or ( ( currId > ( lastId + 20 ) ) or ( currId < ( lastId - 20 ) ) ) ) then made no difference - still stuck at 67% The removed the secon part of the expression complelely and tried if ( currId == nil or currId == 0 ) then This seem to work for me...
by ratzuk
Mon Dec 20, 2010 7:33 pm
Forum: Runes of Magic
Topic: Stuck on loading items tables
Replies: 92
Views: 19939

Re: Stuck on loading items tables

I think it might be how the game is loaded into the memory of the machine depending on the available RAM rather than an OS issue Example: My machines Desktop - Core 2 Quad Q6850 8GB Win 7 x64 - Stuck 67% most of the time Laptop - Core 2 Duo T9550 4GB Win 7 x64 - Never stuck on loading items tables P...
by ratzuk
Mon Dec 20, 2010 7:22 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244523

Re: Rock5's Mail Mods

Slight error in this. I think it should read:

Code: Select all

local UMM_FromSlot = 61 -- Default 61, first slot
local UMM_ToSlot = 240 -- Default 240, last slot of bag 6
(note the case)
by ratzuk
Sun Dec 19, 2010 7:41 am
Forum: Runes of Magic
Topic: SVN r544 for game version 3.0.7.2322
Replies: 117
Views: 29965

Re: SVN r544 for game version 3.0.7.2322

But strangely it seems a reboot sometimes fixes it. I think one of the memory search patterns must be slightly amiss
by ratzuk
Fri Dec 17, 2010 7:19 am
Forum: Runes of Magic
Topic: Stuck on loading items tables
Replies: 92
Views: 19939

Stuck on loading items tables

Hi, great work getting the bot working with the latest release of ROM

I have a problem when using the autologin (Loginxml). It gets stuck on Loading items tables at 67%

Image

Wondered if anybody knew why

Thx
by ratzuk
Mon Dec 13, 2010 6:49 pm
Forum: Runes of Magic
Topic: Ruins of Bymorsh Boss?
Replies: 17
Views: 4866

Re: Ruins of Bymorsh Boss?

Yes, there is a boss called Hydron the ravenous who spawns as part of the event there. He will only spawn if enough plants are killed by players in the time allowed. The event occurs every hour