Search found 25 matches

by squeekthegeek
Wed Nov 14, 2012 5:32 pm
Forum: RoM general
Topic: ks farming strats
Replies: 282
Views: 68975

Re: ks farming strats

Wow that's a lot. I never managed to go higer than 350k ish per hour.

Are you using a waypoint that's in "Userfunctions, waypoint scripts, etc." if yes i'd really like to know which one that is...
by squeekthegeek
Tue Apr 10, 2012 1:18 pm
Forum: Runes of Magic
Topic: End of Miller Farm and Golden Eggs?!
Replies: 5
Views: 2849

Re: End of Miller Farm and Golden Eggs?!

Same on US servers :(
by squeekthegeek
Mon Jan 16, 2012 1:10 pm
Forum: Runes of Magic
Topic: Problem after switching characters with LoginNextChar();
Replies: 1
Views: 1007

Problem after switching characters with LoginNextChar();

So I had the idea of changing the last waypoint of the 1-10 levelup thing there. <!-- #22 --><waypoint x="4574" z="-2206"> printf("We where running for %s seconds.\n", os.difftime(os.time(),player.BotStartTime_nr) - player.Sleeping_time ); LoginNextChar(); settings.load...
by squeekthegeek
Sat Aug 13, 2011 11:22 am
Forum: Runes of Magic
Topic: disturbing bot error
Replies: 10
Views: 2550

Re: disturbing bot error

Ok, I understand.

You bot does the job?! then stops doing it and then clicks "esc" forever?!

Screenshots, error logs, anything?
by squeekthegeek
Tue Jun 21, 2011 4:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: StatRating: Better Equipment Swapper
Replies: 61
Views: 32741

Re: StatRating: Better Equipment Swapper

StatRating is broken since Chapter IV here'e the fix: <StatRating.lua> Lines 50-51 change the 1 for a 0 elseif(arg == "DPS") then SRC_guess_dps(0); Lines 526-577 comment everything(or just delete) -- DPS Support for the weapon line --if side == "L" and completeTip["Right&quo...
by squeekthegeek
Fri Jun 10, 2011 3:12 pm
Forum: Runes of Magic
Topic: Table not found for ID
Replies: 127
Views: 26624

Re: Table not found for ID

FYI: I have tried both slim and normal versions of the game 3.0.11 Every time i got the Table not found for ID bug. Tried clean installs with both and still no luck. Big surprise when I tried on an XP SP3 OS, it worked. Usualy I run on Win7 Utlimate x64 that's when i get the bugs. I tried compatibil...
by squeekthegeek
Sun Jun 05, 2011 2:44 am
Forum: Runes of Magic
Topic: More then 10 hotkey skills
Replies: 11
Views: 2541

Re: More then 10 hotkey skills

what you could do is assign skills to a new skill bar and bind keys to it(e.g.: skill x = alt + 11, skill 12 = alt +2) all you gotta do after is add a line in your profile with that particular skill <skill name="PRIEST_URGENT_HEAL" modifier="VK_ALT" hotkey="VK_1" priori...
by squeekthegeek
Sat Jun 04, 2011 2:54 pm
Forum: Runes of Magic
Topic: Table not found for ID
Replies: 127
Views: 26624

Re: Table not found for ID

Just a thought:

If ID has a value(e.g:221394) but name is  <empty>, can't we get the name with

Code: Select all

RoMScript("TEXT('Sys221394_name')")
i know reading memory is faster but hey! we need failsafes after all now don't we
by squeekthegeek
Fri May 27, 2011 12:30 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 222525

Re: Rock5's Millers Ranch Scripts

I really think that making the bot send items to other characters is not necessary since when the bots are caught GMs are going to ban all accounts that are linked to the bots anyways. Btw is it possible to make the bot stop when someone whispers you? it would be awesome if the bot just disconnects...
by squeekthegeek
Thu May 26, 2011 3:02 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 222525

Re: Rock5's Millers Ranch Scripts

It's a bit of work but it could be done. The question now is how do you want it to work. Maybe an enable option, 3 options to choose what to send and who to send to. EnableMailing = true/false MailEggs = true/false MailCake = true/false MailMaterials = true/false MailTo = "RecipientsName"...
by squeekthegeek
Wed May 25, 2011 12:03 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 222525

Re: Rock5's Millers Ranch Scripts

Problem is you can use 1 of a number of Sorrun brothers to get to miller's ranch so the script would be too complex to handle all locations. Ok but if we take for granted that everyone uses Logar as a starting point it would simplify things. Or create different return WP based on player ZoneID when...
by squeekthegeek
Wed May 25, 2011 11:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 222525

Re: Rock5's Millers Ranch Scripts

Would it be easier to create another function inside the WP xml to run out of Miller's Ranch, To Logar Mailbox, Mail to ToonX, run back in(no speed hack or teleport) and resume farming eggs.

Or would it be better to create a return path that gets loaded after X time/number of runs
by squeekthegeek
Mon Apr 18, 2011 10:56 pm
Forum: Runes of Magic
Topic: Database - Item Set Skills
Replies: 4
Views: 1541

Re: Database - Item Set Skills

using Archer's Glory reduces movement by 80%.

will it not make the bot "think" the character is stuck or something?
by squeekthegeek
Fri Apr 01, 2011 12:11 pm
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16570

Re: Monitoring ingame events.

for the party invite, there is an addon on curse (invite last group) you can just put in a waypoints xml RoMScript("ilg destroy"); RoMScript("ilg inv"); then of course you need all party members to auto-accept invites from party leader (which can be done with the Addon XBar, that...
by squeekthegeek
Wed Mar 30, 2011 9:51 pm
Forum: RoM Bot revision notes
Topic: revision 587, It's a party - break out the streamers.
Replies: 55
Views: 16117

Re: revision 587, It's a party - break out the streamers.

EDIT: as for the DPS' running partydps.xml, not only does it not loot but it doesn't target mobs even if the party icon is on them. the only way i get it to attack is if I ALT-TAB, manualy target the mob with the icon 1 on it. then it goes to loot. then continues following the leader and have to ma...
by squeekthegeek
Wed Mar 30, 2011 8:23 pm
Forum: RoM Bot revision notes
Topic: revision 587, It's a party - break out the streamers.
Replies: 55
Views: 16117

Re: revision 587, It's a party - break out the streamers.

Hi, awesome addition. One thing I found is that healer and dps dont loot. I am running Dungeon of Dalanis as it is quick to get mementos. However, only the party leader loots and mementos are lootable once per party member unlike regular drops. Thanks for the help :D The dps should still be looking...
by squeekthegeek
Wed Mar 30, 2011 11:37 am
Forum: RoM Bot revision notes
Topic: revision 587, It's a party - break out the streamers.
Replies: 55
Views: 16117

Re: revision 587, It's a party - break out the streamers.

i'm aso interested -squeekthegeek- how do you avoid the jump attack of DoD 1st? well i didnt have any problem with avoiding the Leap because the boss was dead before he had the time to do it. I think what could be done to avoid it would be to check when he does cast it then load waypoints list that...
by squeekthegeek
Wed Mar 30, 2011 9:42 am
Forum: RoM Bot revision notes
Topic: revision 587, It's a party - break out the streamers.
Replies: 55
Views: 16117

Re: revision 587, It's a party - break out the streamers.

Hi, awesome addition.

One thing I found is that healer and dps dont loot. I am running Dungeon of Dalanis as it is quick to get mementos. However, only the party leader loots and mementos are lootable once per party member unlike regular drops.

Thanks for the help :D
by squeekthegeek
Tue Mar 29, 2011 10:39 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: ingame message printing... --> [gameText]
Replies: 6
Views: 4003

Re: ingame message printing... --> [gameText]

Hi, i was wondering if there was a way we could make the bot look for a specific string in partychat? That would be a pretty handy function as it could make multiple bots synchronize attacks, buffs... What i have in mind is 6 bots running on different computers farming first boss of Dungeon of Dalan...
by squeekthegeek
Thu Dec 16, 2010 11:23 pm
Forum: Runes of Magic
Topic: [3.0.7.2322 SVN543]Error: No valid SOLVED
Replies: 61
Views: 17085

Re: [3.0.7.2322 SVN543]Error: No valid action keys avail(...

jduartedj wrote:
squeekthegeek wrote: i might be wrong but i suspect something in the macros.lua might be the problem more than the new addresses not being added by the update script...
Well, you are wrong! macros.lua is fine!

yes im wrong, lol. i was about to unpost that :(