Search found 14 matches
- Wed Jul 27, 2011 9:28 pm
- Forum: Runes of Magic
- Topic: Official new patch topic 4.0.1
- Replies: 185
- Views: 62917
Re: Official new patch topic 4.0.1
Ok after this latest revision I have an issue with Party.lua .... when I load up partyhealer option for a waypoint "No information can be found for any party member" now. partyMemberList_address = 0x9E6F38 hasn't been updated with a new address, it still has address from 4.0.0 seems it go...
- Wed Jul 27, 2011 8:28 pm
- Forum: Runes of Magic
- Topic: Official new patch topic 4.0.1
- Replies: 185
- Views: 62917
Re: Official new patch topic 4.0.1
Ok after this latest revision I have an issue with Party.lua .... when I load up partyhealer option for a waypoint "No information can be found for any party member" now.
- Wed Jul 27, 2011 12:39 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Millers Ranch Scripts
- Replies: 778
- Views: 309876
Re: Rock5's Millers Ranch Scripts
I assume it's due to the address changes but this is now not working either. I get Displaying Stats: Ignore lists: Ignored hens Seconds 54837300 30 54838700 22 54839100 0 Also I find Feedbags and and attempt to harvest but it states I did not gain any items when trying. Now I closed out rom bot duri...
- Tue Jul 26, 2011 5:59 pm
- Forum: Runes of Magic
- Topic: Party.lua
- Replies: 14
- Views: 2984
Re: Party.lua
3. you have the buff but the bot is trying to cast it on a party member who doesn't have the buff ;) I was thinking something along those lines but it still shouldn't act that way. If it's checking a party member for a buff and then casts it on him then it should stop casting. If it's checking itse...
- Tue Jul 26, 2011 9:55 am
- Forum: Runes of Magic
- Topic: Party.lua
- Replies: 14
- Views: 2984
Re: Party.lua
This is my Priest skill setup which works solo..... <skills_priest> <skill name="PRIEST_RISING_TIDE" modifier="" hotkey="VK_1" priority="70" /> <skill name="MAGE_LIGHTNING" modifier="" hotkey="VK_2" priority="104" /> <sk...
- Tue Jul 26, 2011 12:00 am
- Forum: Runes of Magic
- Topic: Party.lua
- Replies: 14
- Views: 2984
Re: Party.lua
Works now ....kinda.
My priest will now buff himself and the other party member but now will keep alternating between targeting himself and my Scout Party member......is this supposed to happen? Nor is he actually healing the scout.
My priest will now buff himself and the other party member but now will keep alternating between targeting himself and my Scout Party member......is this supposed to happen? Nor is he actually healing the scout.
- Mon Jul 25, 2011 10:32 pm
- Forum: Runes of Magic
- Topic: Party.lua
- Replies: 14
- Views: 2984
Party.lua
Ok I seem to have hit a snag here. Trying to finally party my priest with my rogue to heal but when I load rom\bot path:partyhealer it loads and all I get is Party member has a name of Nibbs No information for party 2 No information for party 3 No information for party 4 No information for party 5 T...
- Sun Jul 24, 2011 3:29 pm
- Forum: Runes of Magic
- Topic: How i do this ???
- Replies: 4
- Views: 1448
Re: How i do this ???
I have use type="RUN" for my repair / sell waypoint setup and my char only stops if he is attacked to kill the mob then starts running again. Should do the same thing for a Harvesting Waypoint setup.
- Thu Jul 21, 2011 7:06 pm
- Forum: Runes of Magic
- Topic: Level Up Skills on Level up.
- Replies: 13
- Views: 2836
Re: Level Up Skills on Level up.
DOH!!! Of course it would be something so simple and right in front of my eyes!!!! Thanks again.
- Thu Jul 21, 2011 11:43 am
- Forum: Runes of Magic
- Topic: Level Up Skills on Level up.
- Replies: 13
- Views: 2836
Re: Level Up Skills on Level up.
Hmmm...so.... <onLevelup><![CDATA[ levelupSkill(_PRIEST_RISING_TIDE, _1) levelupSkill(_PRIEST_REGENERATE, _1) levelupSkill(_PRIEST_GRACE_OF_LIFE, _1) levelupSkill(_PRIEST_WAVE_ARMOR, _1) levelupSkill(_PRIEST_HEAL, _1) levelupSkill(_MAGE_FIREBALL, _1) levelupSkill(_MAGE_FLAME, _1) levelupSkill(_MAGE_...
- Thu Jul 21, 2011 12:55 am
- Forum: Runes of Magic
- Topic: Level Up Skills on Level up.
- Replies: 13
- Views: 2836
Re: Level Up Skills on Level up.
Ok one more question about auto level skills. I cant seem to find the Mage skill Wisdom in the Skills.xml area. Is there a way for me to find that info inside the game to put it in the Skills.xml so I can auto level it too?
- Thu Jul 21, 2011 12:13 am
- Forum: Runes of Magic
- Topic: Level Up Skills on Level up.
- Replies: 13
- Views: 2836
Re: Level Up Skills on Level up.
HA!!! And here I think I figured out how to do it the other way though i was trying to figure out how to do all the classes without editing the file each time I swapped over. So .... <onLevelup><![CDATA[ levelupSkill(_PRIEST_RISING_TIDE, _1) levelupSkill(_PRIEST_REGENERATE, _1) levelupSkill(_PRIEST_...
- Wed Jul 20, 2011 10:21 pm
- Forum: Runes of Magic
- Topic: Level Up Skills on Level up.
- Replies: 13
- Views: 2836
Re: Level Up Skills on Level up.
Thanks a ton!!!
- Wed Jul 20, 2011 3:41 pm
- Forum: Runes of Magic
- Topic: Level Up Skills on Level up.
- Replies: 13
- Views: 2836
Level Up Skills on Level up.
Ok first I would like to say hello. Just found this site a few days ago and started using this. I think so far I have most of it down though I am having a heck of a time getting my skills to level up automatically. Read all the links I could find on it and thought I had it but keep getting an error....