Author Topic: Whoever makes castaway bot please implement this feature please
4f6259fa4c16ff1a4e 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Whoever makes castaway bot please implement this feature please
I noticed the buff bots using castaway have the heavy, light, finess built in with the dual wield ability to add to them.

But what you don't have or I maybe mistaken is the singles for finess, heavy, light. It would be important to add these or maybe include all 3 into the buffbot templates because I noticed people using them twice just to get the extra buff they need because lot of people run with a combination of both.

 

-----signature-----
Link to this post
Darktorizo 
Posts: 266
Registered: Dec 10, '06
Extended Info (if available)
Real Post Cnt: 266
User ID: 1,190,502
Subject: Whoever makes castaway bot please implement this feature please
4f6259fa4c16ff1a4e posted:
I noticed the buff bots using castaway have the heavy, light, finess built in with the dual wield ability to add to them.

But what you don't have or I maybe mistaken is the singles for finess, heavy, light. It would be important to add these or maybe include all 3 into the buffbot templates because I noticed people using them twice just to get the extra buff they need because lot of people run with a combination of both.



The profiles section of Castaway bot is a "community effort" really. Nothing is hard coded into the plugin itself. All the spells it casts are in .xml format. [Usually found in My documents\castaway\settings\<Server>\<character>\botspells.xml]

Solution 1:

<SpellArray Name="masteries" Name1="mastery" PointCost="30" Type="Other">
<Spell Name="Heavy Weapon Mastery Other VII"/>
<Spell Name="Light Weapon Mastery Other VII"/>
<Spell Name="Finesse Weapon Mastery Other VII"/>
<Spell Name="Missile Weapon Mastery Other VII"/>
</SpellArray>
<SpellArray Name="new" Name1="feb" PointCost="30" Type="Other">
<Spell Name="Dual Wield Mastery Other VII"/>
<Spell Name="Dirty Fighting Mastery Other VII"/>
<Spell Name="Sneak Attack Mastery Other VII"/>
<Spell Name="Recklessness Mastery Other VII"/>
<Spell Name="Shield Mastery Other VII"/>
</SpellArray>

Solution 2:

<!-- February 2012 Additions -->
<SpellArray Name="finessem" PointCost="20" Type="Other">
<Spell Name="Finesse Weapon Mastery Other VII"/>
</SpellArray>
<SpellArray Name="heavym" PointCost="20" Type="Other">
<Spell Name="Heavy Weapon Mastery Other VII"/>
</SpellArray>
<SpellArray Name="missilem" PointCost="20" Type="Other">
<Spell Name="Missile Weapon Mastery Other VII"/>
</SpellArray>
<SpellArray Name="lightm" PointCost="20" Type="Other">
<Spell Name="Light Weapon Mastery Other VII"/>
</SpellArray>
<SpellArray Name="dual wield" Name1="dw" PointCost="20" Type="Other">
<Spell Name="Dual Wield Mastery Other VII"/>
</SpellArray>
<SpellArray Name="dirty fighting" Name1="df" PointCost="20" Type="Other">
<Spell Name="Dirty Fighting Mastery Other VII"/>
</SpellArray>
<SpellArray Name="sneak attack" Name1="sa" PointCost="20" Type="Other">
<Spell Name="Sneak Attack Mastery Other VII"/>
</SpellArray>
<SpellArray Name="recklessness" Name1="reck" PointCost="20" Type="Other">
<Spell Name="Recklessness Mastery Other VII"/>
</SpellArray>
<SpellArray Name="shield" Name1="shieldm" PointCost="20" Type="Other">
<Spell Name="Shield Mastery Other VII"/>
</SpellArray>


Just as an example, this is how I have my profiles set up currently:

<SpellArray Name="Finesse Weapon" Name1="fw" Name2="allfine" PointCost="100" Type="Other">
<Spell Array="buffweapon"/>
<Spell Array="buffshield"/>
<Spell Array="itembuffs"/>
<Spell Name="Finesse Weapon Mastery Other VII"/>
<Spell Name="Dirty Fighting Mastery Other VII"/>
<Spell Name="Sneak Attack Mastery Other VII"/>
<Spell Name="Recklessness Mastery Other VII"/>
<Spell Name="Shield Mastery Other VII"/>
<Spell Name="Ketnan's Boon"/>
<Spell Array="critter"/>
<Spell Array="life"/>
<Spell Array="3School"/>
</SpellArray>

Masteries based on what a player is likely to have with any given skill.

See also THIS thread for additional info.

Hope this helps. happy

 

-----signature-----
Guinevere du Avalon - Level 275 - Mage (War\MeleeD Spec)\2 Hour Buff Bot - TD
~* Explorer of Dereth *~
GoArrow Database Updates (Full): http://db.tt/6UlVIW
GoArrow Database Update Page: http://db.tt/9lJUeE4
Link to this post

Valid XHTML 1.0 Transitional Powered by PHP