Search found 177 matches

by abron1
Sun Jan 27, 2013 11:35 am
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99539

Re: Changelog 745 (RC3)

Maybe give me your profile and I'll try that. If you have any code in your waypoint file you might want to give me that too. If you done want to post it here send them to me via pm. <profile> <options> <!-- Try the bot with a new char mage --> <!-- At the pioneer village. Use demo.xml waypoint file...
by abron1
Sun Jan 27, 2013 4:31 am
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99539

Re: Changelog 745 (RC3)

well rock at that time it was working fine but tonight it started doing it again... i don't know how to put a mm screen shot up but this is what happen Engaging enemy [Puppet Warrior] in combat. Use MACRO: WARRIOR_SHOUT => * Failed to cast * Use MACRO: WARRIOR_SHOUT => * Failed to cast * Use MACRO: ...
by abron1
Sat Jan 26, 2013 8:07 pm
Forum: Runes of Magic
Topic: database skills fix
Replies: 42
Views: 10380

Re: database skills fix

can you add this to date base <skill name="WARDEN_SACRIFICE" id="494613" mana="60" cooldown="180" type="heal" target="self" maxhpper="50"/> <skill name="CHANPION_WAITING_GAME" id="498728" cooldown="60"...
by abron1
Sat Jan 26, 2013 5:39 pm
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99539

Re: Changelog 745 (RC3)

i was botting the puppet room <skills_warrior> <skill name="WARRIOR_SHOUT" hotkey="MACRO" priority="120" nobuffname="Blasting Cyclone Knockdown" nobufftarget="target" mobcount="2"/> <skill name="WARRIOR_MOON_CLEAVE" hotkey="M...
by abron1
Fri Jan 25, 2013 10:47 pm
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 79915

Re: Party Bot (questions/answers)

there is a party heal addon that does all the checks and you can set it to what % to use the different skills maybe we can use some of the code from that add on into the bot for party healer?

http://rom.curseforge.com/addons/partyhealer/
by abron1
Fri Jan 25, 2013 10:34 pm
Forum: Runes of Magic
Topic: ID debuff Skill
Replies: 7
Views: 2784

Re: ID debuff Skill

you can try <skill name="ROGUE_WOUND_ATTACK" hotkey="MACRO" priority="100" reqbuffname="Grievous Wound" reqbufftarget="target"/> <skill name="ROGUE_LOW_BLOW" hotkey="MACRO" priority="90" reqbuffname="Bleed" req...
by abron1
Fri Jan 25, 2013 3:07 pm
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99539

Re: Changelog 745 (RC3)

hey rock i updated today and all is working well except its ignoring cd's of buffs and self heals. not sure if its because i have them at high priorty in my profile or not but that is whats happing with me
by abron1
Thu Jan 17, 2013 12:53 am
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99539

Re: Heads up! Big update comming. Public Release RC3 ready.

can't seem to download this each time i do. I don't get a folder i get a note that when i open it its a bunch of numbers and letters.
by abron1
Tue Jan 15, 2013 9:11 am
Forum: Runes of Magic
Topic: Mini games for rerolls all in one
Replies: 22
Views: 10402

Re: Mini games for rerolls all in one

these files are only mini game connected together so you can start a goblins and skipp the first script and just do the mini games without the level 72 dailies i use this and edited to my liking so thanks for this it got me in the right direction i made it to sale and mail then go into the house and...
by abron1
Fri Jan 04, 2013 3:34 pm
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99539

Re: Heads up! Big update comming. Public Release RC3 ready.

i tried downloading this and all got is a file... no folder so i don't know how to install it.
by abron1
Thu Nov 29, 2012 3:53 am
Forum: Runes of Magic
Topic: Patch 5.0.5
Replies: 79
Views: 17509

Re: Patch 5.0.5

I've tried again by completely removing the rom folder (backing up my stuff), doing an update to 743, copy the ingamefunctions folder over into addons, and still get the same thing. Can't figure out why. Does a /run ReloadUI() do the same as restarting game in this case? i remember having that same...
by abron1
Sun Nov 04, 2012 2:17 am
Forum: Runes of Magic
Topic: Repairing with Simple Repair Hammers on the go.
Replies: 21
Views: 7575

Re: Repairing with Simple Repair Hammers on the go.

hey rock if leveling the skill on a mob how would you use this code if you never leave combat? do you just put it in the onload? and it will check every so often?
by abron1
Sun Nov 04, 2012 1:45 am
Forum: Runes of Magic
Topic: How to add accept and complete quest by name to create path?
Replies: 6
Views: 2012

Re: How to add accept and complete quest by name to create p

sound good rock what ever you like to do. i just go with the flow and enjoy all the improvements you and lisa and other have done...
by abron1
Sun Nov 04, 2012 1:38 am
Forum: Runes of Magic
Topic: how to make bot leave a farm spot when the event start
Replies: 0
Views: 1668

how to make bot leave a farm spot when the event start

function waitForEventStart() repeat yrest(1000) -- check every second local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)") if (ScorePE == nil) then printf("Score is nil, oh no!") __WPL:setWaypointIndex(__WPL:findWaypointTag("timer"))...
by abron1
Sun Nov 04, 2012 1:24 am
Forum: Runes of Magic
Topic: Script to do a waypoint if the EOJ timer doesn't show?
Replies: 64
Views: 17402

Re: Script to do a waypoint if the EOJ timer doesn't show?

add this to your onload if (ScorePE == nil) then printf("Score is nil, oh no!") __WPL:setWaypointIndex(__WPL:findWaypointTag("ADD YOUR WAYPOINT TAG")); return end so it should look like this function waitForEventStart() repeat yrest(1000) -- check every second local namePE,messag...
by abron1
Sun Oct 28, 2012 2:01 am
Forum: Runes of Magic
Topic: target mallen in dod
Replies: 2
Views: 1191

Re: target mallen in dod

i have changed the combat distance insided my profile and the bot auto target him each time... so try at the part of or script to change the target distance to 200 to 500 and you will target the boss. <!-- # 16 --><waypoint x="-37027" z="29151" y="-135">changeProfileOpt...
by abron1
Sun Oct 28, 2012 1:55 am
Forum: Runes of Magic
Topic: bot won't kill because of Aggro wait time
Replies: 2
Views: 891

Re: bot won't kill because of Aggro wait time

yeah your right they are attack npc and i had the ani-ks set both ways and still no killing can't wait for your update
by abron1
Sat Oct 27, 2012 4:14 pm
Forum: Runes of Magic
Topic: bot won't kill because of Aggro wait time
Replies: 2
Views: 891

bot won't kill because of Aggro wait time

in the new zone Chrysalia there is a battle ground where mobs spawn really fast and fight the npc in the area i made a waypoint to fight in this area but my MM keeps saying Aggro wait time out and just runs around killing nothing i have my profile set to party true and ani ks to false but it still w...
by abron1
Mon Oct 22, 2012 12:45 am
Forum: Runes of Magic
Topic: Changing Profile Options - Mobs
Replies: 12
Views: 2473

Re: Changing Profile Options - Mobs

here is a example <onLoad> -- Change Profile Option changeProfileOption("MAX_TARGET_DIST", 60) changeProfileOption("HP_LOW_POTION", 80) RoMScript("MasterVolumeSlider_SetValue(0)") settings.profile.mobs = {"Crying Ghost","Wailing Soul","Noxious B...
by abron1
Sat Oct 20, 2012 11:25 pm
Forum: Runes of Magic
Topic: need help trying to complete quest
Replies: 14
Views: 3452

Re: need help trying to complete quest

i have to warden/scouts running that script fine...but when i run my warden/warrior with the same route it won't do the second choice option to get the item you need to complete the quest. not sure why but it will do the first option but not the second. is there a way to debug it or some code i can ...