druid - briar entwinement

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
copenhagen69
Posts: 58
Joined: Mon Jul 27, 2009 8:04 pm

druid - briar entwinement

#1 Post by copenhagen69 »

just curious if anyone knows a trick to get this skill working. when i use its real name it gives me an error and shuts down.
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: druid - briar entwinement

#2 Post by d003232 »

copenhagen69 wrote:just curious if anyone knows a trick to get this skill working. when i use its real name it gives me an error and shuts down.
How are you using that skill? The skillname in skills.xml is 'DRUID_BRIAR_TWISTING'.
The RoM Bot Online Wiki needs your help!
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: druid - briar entwinement

#3 Post by Administrator »

The skill names have been fixed in r307. Most of them are easy to guess. Briar Twisting = Briar Entwinement. Refer to database/skills.xml for other minor differences.
copenhagen69
Posts: 58
Joined: Mon Jul 27, 2009 8:04 pm

Re: druid - briar entwinement

#4 Post by copenhagen69 »

oh ok cool then ill just update SVN then

thanks!
Dalewn
Posts: 3
Joined: Mon Jan 26, 2009 10:46 am

Re: druid - briar entwinement

#5 Post by Dalewn »

Well after I now found out that its DRUID_BRIAR_ENTWINEMENT I have the problem to implement it into the profile.
My skills look like this now:

Code: Select all

	<skills_druid>
		<skill name="DRUID_RECOVER"        hotkey="VK_2" priority="90" hpper="30" />
		<skill name="DRUID_EARTH_ARROW"    hotkey="VK_3" priority="80" />
		<skill name="DRUID_BRIAR_TWISTING" hotkey="VK_4" priority"80" />
	</skills_druid>
Anyone has an Idea?

Greez Dalewn
j_schlott
Posts: 119
Joined: Tue Aug 18, 2009 11:42 pm

Re: druid - briar entwinement

#6 Post by j_schlott »

Code: Select all

   <skills_druid>
      <skill name="DRUID_RECOVER"        hotkey="VK_2" priority="90" hpper="30" />
      <skill name="DRUID_EARTH_ARROW"    hotkey="VK_3" priority="80" />
      <skill name="DRUID_BRIAR_ENTWINEMENT" hotkey="VK_4" priority"80" />
   </skills_druid>
you make it look exactly like the rest of them its really not hard and doesnt take more then 1 seconds worth of thought, and really all your doing is replacing 1 word with a new name
Post Reply