Search found 119 matches

by j_schlott
Mon Aug 24, 2009 1:07 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 824797

Re: RoM bot

damn Im thinkin i broke somethin now, im having problems running 2 MMs with 2 accounts, i have 1 account macroing, i am trying to create a path on a 2nd MM/ account rom\createpath.lua gives me a instant error: functions.lua:79: bad argument #1 to '?' (string expected, got nil) Should normaly don't b...
by j_schlott
Mon Aug 24, 2009 12:28 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 824797

Re: RoM bot

i am also getting a error while running a daily quest hand in, <!-- # 3 --><waypoint x="-14132" z="-684" type="RUN"></waypoint> <!-- # 4 --><waypoint x="-14002" z="-870" type="RUN"></waypoint> <!-- # 5 --><waypoint x="-13859" z=&q...
by j_schlott
Sun Aug 23, 2009 11:52 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 824797

Re: RoM bot

i was having problems with attacking, so i updated now some of my code isnt working =\ <!-- # 1 --><waypoint x="00000" z="00000"> if( os.difftime(os.time(), player.BotStartTime) > 660 ) then showWindow(getWin(), sw.show); player:rest(2); keyboardPress(key.VK_7); player:rest(20); ...
by j_schlott
Sun Aug 23, 2009 5:49 pm
Forum: Runes of Magic
Topic: I need an example to revive/repair/return
Replies: 8
Views: 2418

Re: I need an example to revive/repair/return

it isnt perfect yet, my macro runs through the first 300 mobs and recalls and repairs, but having watched it go over 600 monsters, it tried to recalled, got a cooldown error because my recall had 15mins left, but the macro didnt know the cooldown wasnt up, and it waited 20seconds and ran across the ...
by j_schlott
Sun Aug 23, 2009 3:55 pm
Forum: Runes of Magic
Topic: shift+click
Replies: 8
Views: 1686

Re: shift+click

ill try that out thanks again!!

now who do i make the check out to =P
by j_schlott
Sun Aug 23, 2009 3:36 pm
Forum: Runes of Magic
Topic: I need an example to revive/repair/return
Replies: 8
Views: 2418

Re: I need an example to revive/repair/return

**************PLEASE DO NOT USE THIS IN A QUEST AREA OR ANY AREA THAT GETS A LOT OF TRAFFIC******* to repair i made 2 files, yourmacropath.xml and yourrepairpath.xml my macro path runs around a circle counting each mob, when it gets to 300 if runs the code below the counter, which i have set as cal...
by j_schlott
Sun Aug 23, 2009 2:43 pm
Forum: Runes of Magic
Topic: shift+click
Replies: 8
Views: 1686

Re: shift+click

another problem, along the same lines i made a check in my macro waypoint file so after certain # of monsters, it would use my recall, wait 20 seconds then load a repair path the repair path calls window to foregroung then interacts with a npc, i have mouseclicks set to hit the repair button, but i ...
by j_schlott
Sun Aug 23, 2009 1:55 pm
Forum: Runes of Magic
Topic: shift+click
Replies: 8
Views: 1686

Re: shift+click

THANKS!

that was quick =P
by j_schlott
Sun Aug 23, 2009 1:00 pm
Forum: Runes of Magic
Topic: shift+click
Replies: 8
Views: 1686

shift+click

is there code to shift+mouseclick instead of a regular mouseclick <waypoints> <!-- # 1 --><waypoint x="-27799" z="-4163" type="RUN"> player:rest(.4); player:mouseclickL(425, 270, 825, 582); <!-- Blackboard --> player:mouseclickL(425, 270, 825, 582); <!-- Blackboard --> ...
by j_schlott
Wed Aug 19, 2009 4:04 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 824797

Re: RoM bot

that was probably my error aswell, the new svn seems to not allow double keys, whereas previous svn allowed it so some of my profiles were set up that way(keys i never used all got assigned the same vk_)
by j_schlott
Wed Aug 19, 2009 2:17 pm
Forum: Runes of Magic
Topic: targetting NPC
Replies: 10
Views: 2320

Re: targetting NPC

Change it to: if( string.lower(target.Name == string.lower(_npcname) ) then the bot will not start with that in the code, error "...scripts/rom/classes/player.lua:1626: ')' expected near 'then'" i added a ) at the end to make it: if( string.lower(target.Name == string.lower(_npcname) ) ) ...
by j_schlott
Wed Aug 19, 2009 2:00 pm
Forum: Runes of Magic
Topic: Error entering house
Replies: 8
Views: 1862

Re: Error entering house

works prefectly now!

thanks =)
by j_schlott
Wed Aug 19, 2009 1:38 pm
Forum: Runes of Magic
Topic: targetting NPC
Replies: 10
Views: 2320

Re: targetting NPC

well i got it working, i think it had something to do with the hyphen in the npcs name

Code: Select all

 player:target_NPC("Highly-skilled Doctor")
did not work

but

Code: Select all

 player:target_NPC("Highly")
did work
by j_schlott
Wed Aug 19, 2009 1:31 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 824797

Re: RoM bot

i was getting that error, something changed in the profiles.xml, you are trying to use a old format profile.xml

i redid my profile with the supplied updated default.xml and it fixed that error
by j_schlott
Wed Aug 19, 2009 1:25 pm
Forum: Runes of Magic
Topic: targetting NPC
Replies: 10
Views: 2320

targetting NPC

posted i was having problems with target_NPC in my other post, and i thought i had fixed it, but it stills does the same thing, its cycles through several npcs and pcs including the one i want it to find, but it does not stop pressing nearest ally after it targets him or try to open his chat window ...
by j_schlott
Wed Aug 19, 2009 12:11 pm
Forum: Runes of Magic
Topic: Error entering house
Replies: 8
Views: 1862

Re: Error entering house

i changed the rest upon entering/leaving house to a pause, which works, but i have to press del to continue which wont cut it for a final version, as that would be 4 pauses per daily hand in This works and continues the macro perfectly but pauses arent going to cut it: <!-- # 4 --><waypoint x="...
by j_schlott
Wed Aug 19, 2009 11:19 am
Forum: Runes of Magic
Topic: Error entering house
Replies: 8
Views: 1862

Re: Error entering house

for the npc targetting, i had already switched the Target Nearest Ally to "Z" in the ingame keybindings, i think i had the coding messed up a bit i was referencing this post: NEW: player:target_NPC( npc_name ); i tried player:target_NPC( Ittihad_Pisen ); player:target_NPC( Ittihad Pisen );...
by j_schlott
Wed Aug 19, 2009 10:58 am
Forum: Runes of Magic
Topic: Error entering house
Replies: 8
Views: 1862

Re: Error entering house

I suppose the pawn error is coming while the bot tries to read the memory and still have the loading screen? You could try to insert a 'player:rest(10);' to be sure, there is enough time for the loading screen. <!-- # 4 --><waypoint x="-29551" z="-16680" type="RUN"> pl...
by j_schlott
Tue Aug 18, 2009 11:59 pm
Forum: Runes of Magic
Topic: Error entering house
Replies: 8
Views: 1862

Error entering house

ok so im really lazy and have written macros to accept and hand in daily quests, they cycle 10 times and then pause but now have a lv 13 guy that i want to powerlevel a little with fox tails in Lyk it takes the quest from the board with my higher lvl class, uses the house fairy, then it goes through...