Search found 119 matches

by j_schlott
Thu Nov 05, 2009 10:39 pm
Forum: Runes of Magic
Topic: Aggros Issue
Replies: 25
Views: 5803

Re: Aggros Issue

im getting this while harvesting recently, exactly as the above post describes <profile> <options> <!-- Try the bot with a new char mage or priest --> <!-- At the pioneer village. Use demo.xml waypoint file --> <option name="HP_LOW" value="85" /> <option name="MP_LOW_POTION&...
by j_schlott
Wed Nov 04, 2009 8:30 pm
Forum: Runes of Magic
Topic: Mouse left click
Replies: 6
Views: 2170

Re: Mouse left click

i use left mouseclick in my dailyquest macros, they are working just fine for me
by j_schlott
Wed Nov 04, 2009 8:23 pm
Forum: Runes of Magic
Topic: Where do I place the code snippet from the Wiki-XP per Hr
Replies: 8
Views: 2297

Re: Where do I place the code snippet from the Wiki-XP per Hr

im not sure how i would find offsets, but theres functions to return current exp and max exp

Code: Select all

GetPlayerExp()
GetPlayerMaxExp()
by j_schlott
Wed Nov 04, 2009 8:00 pm
Forum: Runes of Magic
Topic: Help with Exit Game
Replies: 3
Views: 1383

Re: Help with Exit Game

Code: Select all

QuitGame()
by j_schlott
Wed Nov 04, 2009 7:34 pm
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 115259

Re: How to: using waypoint files (Examples: DQ running, multi )

the addon streamline does a quick change when you click change classes at house found the function: ExchangeClass(EXCHANGECLASS_SUBCLASS, EXCHANGECLASS_MAINCLASS); would look something like this: player:rest(1) player:target_NPC("HouseMaids Name") player:rest(1) RoMScript("ChoiceOptio...
by j_schlott
Fri Oct 30, 2009 11:57 am
Forum: Runes of Magic
Topic: Help with script needed here..
Replies: 12
Views: 3959

Re: Help with script needed here..

RoMScript("UseAction(11);")
sendMacro("UseAction(11);")
or
keyboardPress(key.VK_MINUS);

inside a waypoint tag should use your horse, dont forget to add a wait for the spell cast or you will run off without mounting
by j_schlott
Fri Oct 30, 2009 2:34 am
Forum: Runes of Magic
Topic: they broke UseAction()
Replies: 1
Views: 995

they broke UseAction()

so ive been using UseAction to loop my rogue Hide() function but since the last patch they changed UseAction to not work for calling itself/other macros this is what i was using: ingame(slot59): /wait 1 /run Hide();UseAction(59); and an addon for functions(.lua file): function ChkBuff(tgt, ...) loca...
by j_schlott
Thu Oct 29, 2009 9:04 am
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8920

Re: SVN 128: autorepair with the bot and ingame addon streamline

oh ok so it doesnt work for more than 1 quest for now
by j_schlott
Wed Oct 28, 2009 5:01 pm
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8920

Re: SVN 128: autorepair with the bot and ingame addon streamline

so from what i see that works for opening the board, as long as u manually open the board the 1st time.

now how do we select quests off the board list?
by j_schlott
Mon Oct 19, 2009 1:51 pm
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8920

Re: SVN 128: autorepair with the bot and ingame addon streamline

the problem with that plugin is, i am guessing that it doesnt click the board/npc or run on its own, i guess it would work if you were manually doing dailies. but its useless for automation, you might aswell do everything with the bot
by j_schlott
Sat Oct 17, 2009 9:28 pm
Forum: Runes of Magic
Topic: errors Portaling
Replies: 3
Views: 1166

errors Portaling

i made a post about this in the past, pausing the bot while portaling into/out of house i was told player:rest() wasnt a real pause of the bot, but someone changed player:rest, and then that code worked for a while but recently i get an error again while using the teleporter/ house port: ...classes/...
by j_schlott
Sat Oct 17, 2009 5:10 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 821653

Re: RoM bot

thanks, seems to be working now
by j_schlott
Sat Oct 17, 2009 1:26 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 821653

Re: RoM bot

^^ that will only try to go from map2 to map1 and only once, you could add both commands moveto1 moveto2, and take a red error on whichever one doesnt work, i think you will also need to add some kind of wait or the bot will think its stuck I just updated svn and am now getting a error, the bot chec...
by j_schlott
Tue Oct 13, 2009 5:58 pm
Forum: Runes of Magic
Topic: Will bot ever repair?
Replies: 13
Views: 3290

Re: Will bot ever repair?

thats true, i guess i havent encountered that problem yet, my bot isnt picking up stats of that level
by j_schlott
Tue Oct 13, 2009 5:51 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 821653

Re: RoM bot

that happens for me aswell if i am running from #1 to #2 and come across a mob he will kill it, then run back to #1 this doesnt happen for TRAVEL paths, if you come across a mob between #1 and #2 he will continue on to #2 after the mob is dead i prefer it this way, and i think it was programmed that...
by j_schlott
Tue Oct 13, 2009 7:38 am
Forum: Runes of Magic
Topic: Will bot ever repair?
Replies: 13
Views: 3290

Re: Will bot ever repair?

i think theres options to get item info from inventory slot and i think it might show color/green/blue/purple, its possible to instead of just using UseBagItem(80); to sell do a: if getiteminfo(slot80)=purple do nothin; else UseBagItem(80); but im not sure about how i would code any of that or how i...
by j_schlott
Tue Oct 13, 2009 7:25 am
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 119733

Re: Useful AddOns

The declineinvite addon seems broken in the latest patch. Can somebody update? You need to be more specific. What is the problem? Oh my bad. The invite window didnt close but it really declined the invite. it happens with AcceptGroup aswell, it accepts but the option window remains, using the funct...
by j_schlott
Tue Oct 13, 2009 6:27 am
Forum: Runes of Magic
Topic: Best Rogue Secondary for Bot
Replies: 3
Views: 1348

Re: Best Rogue Secondary for Bot

having the bot cast stealth is buggy, if youre poisoned or the bot uses a potion just after combat, it wont rehide i made addons to handle that, it works quite well check what i posted here http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=710 using backstab probably wont work though, as th...
by j_schlott
Tue Oct 13, 2009 6:12 am
Forum: Runes of Magic
Topic: Will bot ever repair?
Replies: 13
Views: 3290

Re: Will bot ever repair?

well for now this is what i do http://img205.imageshack.us/img205/5153/84462624.jpg i use lootfilter to only pick up expensive gear to sell then i place everything that i want to pick up and keep in pack 2, so it auto stacks into pack2 then i set 12 stacks of 1 daily quest items in pack 1, the first...