4.0.0 any issues/solutions (CHAPTER IV)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#261 Post by Gachette01 » Sat Jul 02, 2011 9:23 am

Rare Magic Stone => mana
Herb of Hope => hp

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#262 Post by rock5 » Sat Jul 02, 2011 9:33 am

They haven't been added to the consumables database yet.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#263 Post by Gachette01 » Sat Jul 02, 2011 9:43 am

Do you have a solution for use this potions ? ^^

Thx

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#264 Post by rock5 » Sat Jul 02, 2011 10:28 am

Try adding these 2 lines to the consumables.xml file.

Code: Select all

	<potion type="healing" id="208473" level="66" name="Herbs of Hope" />
	<potion type="mana" id="208480" level="66" name="Rare Magic Stone" />
I'll add them to my next commit.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#265 Post by Gachette01 » Sat Jul 02, 2011 11:28 am

i forgot the consumables.xml file ^^
thx

I do not think it's due out in Chapter IV but I want to kill white mobs (no-aggro), it is possible?
i try to modify the player.lua file but its don't work.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#266 Post by rock5 » Sat Jul 02, 2011 11:33 am

What do you mean by 'white' mobs?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#267 Post by Gachette01 » Sat Jul 02, 2011 11:50 am

Mobs that does not attack.
Sry for my english

Actualy :
__________________________________
|............................|............................|
|.....;) -->..............|.................--> ;)..|
|.............:mrgreen:............|.............:mrgreen:...........|
|............................|............................|
___________________________________________________
|............................|............................|............................|
|.....;) -->..............|.............:shock:...........|.................--> 8-)..|
|.............:evil:............|.............:twisted:...........|..............X.............|
|............................|............................|............................|
___________________________________________________

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#268 Post by Gachette01 » Sat Jul 02, 2011 11:58 am

I want :
___________________________________________________
|............................|............................|............................|
|.....;) -->..............|.............:shock:...........|.................--> 8-)..|
|.............:mrgreen:............|.............:mrgreen:...........|..............X.............|
|............................|............................|............................|
___________________________________________________


I want to kill the :mrgreen:
^^

User avatar
Administrator
Site Admin
Posts: 5329
Joined: Sat Jan 05, 2008 4:21 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#269 Post by Administrator » Sat Jul 02, 2011 12:23 pm

rock5 wrote:What do you mean by 'white' mobs?
I think he doesn't like black people.

Also, I have no idea what those diagrams are supposed to mean. We need a legend.

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#270 Post by Gachette01 » Sat Jul 02, 2011 12:28 pm

I want kill Drifting Pango for loot Pango Rib for my daily quest.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#271 Post by rock5 » Sat Jul 02, 2011 12:31 pm

I would call them yellow mobs as their names are yellow.

If your waypoint type is "RUN' then it might behave that way.

There can also be a number of profile settings that can affect whether you attack or not.

Common settings that might be stopping you attacking when you think it should, are;
  • TARGET_LEVELDIF_ABOVE is too low
  • TARGET_LEVELDIF_BELOW is too high
  • MAX_TARGET_DIST is too close
Great work on the images btw. :)
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#272 Post by rock5 » Sat Jul 02, 2011 12:37 pm

Administrator wrote:Also, I have no idea what those diagrams are supposed to mean. We need a legend.
I thought they were quite clear. In one the winker walks past the the green friendly mob and leaves it alone as he passes. In the second the evil mob attacks and dies. In the third he says he want to pass the happy green mobs and kill them as he passes.

LOL.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#273 Post by Gachette01 » Sat Jul 02, 2011 1:00 pm

rock5 wrote:I would call them yellow mobs as their names are yellow.
YESSSSSSSS yellow no white sorry, its funny ^^
If your waypoint type is "RUN' then it might behave that way.
I didn't known waypoint can it have a type !
Do you have a link for explain, i read forum and wiki but i didn't see
There can also be a number of profile settings that can affect whether you attack or not.

Common settings that might be stopping you attacking when you think it should, are;
  • TARGET_LEVELDIF_ABOVE is too low
  • TARGET_LEVELDIF_BELOW is too high
  • MAX_TARGET_DIST is too close

Code: Select all

<option name="MAX_TARGET_DIST"		value="150"	/>
<option name="TARGET_LEVELDIF_ABOVE"	value="10"	/>
<option name="TARGET_LEVELDIF_BELOW"	value="10"	/>
Great work on the images btw. :)
thx


And thx for your attention !

Gachette01
Posts: 13
Joined: Mon Jun 13, 2011 7:00 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#274 Post by Gachette01 » Sat Jul 02, 2011 2:26 pm


Murky
Posts: 29
Joined: Sun Jul 03, 2011 1:57 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#275 Post by Murky » Sun Jul 03, 2011 4:30 pm

My bot does not move after i die. I want him to res and get running right back to it!

i keep getting

Died. Resurrecting player . . .
We will try to resurrect in 10 seconds.
Try to use the ingame resurrect macro . . .


Thanks

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#276 Post by rock5 » Sun Jul 03, 2011 8:23 pm

Murky wrote:My bot does not move after i die. I want him to res and get running right back to it!

i keep getting

Died. Resurrecting player . . .
We will try to resurrect in 10 seconds.
Try to use the ingame resurrect macro . . .


Thanks
Is this an issue with 4.0.0? Did it work before the patch? Maybe the commands to res don't work anymore. If there is a new res command I don't know how to find it.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#277 Post by MiesterMan » Sun Jul 03, 2011 9:37 pm

I have that problem on a character that I have functions for "onDeath" with. I'm not sure why but it doesn't res half the time. Other times it resses fine. But I have seen the hanging wait for res thing he posted above.

The game function hasn't changed as far as I know (BrithRevive()?).

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#278 Post by rock5 » Sun Jul 03, 2011 10:38 pm

MiesterMan wrote:The game function hasn't changed as far as I know (BrithRevive()?).
It's actually like that in the game. LoL
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Lordnika
Posts: 50
Joined: Wed Jun 29, 2011 10:14 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#279 Post by Lordnika » Sun Jul 03, 2011 11:56 pm

E:/TEMPo/RoM Bot/Micromacro/scripts/rom/macros.lua:68: No valid action keys available for the command macro. Please supply an empty action key with a hotkey and no modifier.


what could it be ?!:(
i use KS run files ..( ks.xml, ks-res-to-pancer.xml, ks-pancer-to-ks.xml)
when i run manual KS.xml ( in KS ) is working just fine
but on exit KS i got the error
then i load manual ks-res-to-pancer.xml ..and again is working fine he loads ks-pancer-to-ks.xml
but when he enter ks again same error

PS
i belive is not a big prob..but i have too iddeea about progarming and stuf :( i wish i could :D)

thnx.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#280 Post by rock5 » Mon Jul 04, 2011 2:05 am

Try deleting all rombot macros and rombot buttons on the actions bar.

I don't know why it would work with one file but not another, unless you were using more than 1 version of rombot at a time.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 2 guests