This is not a complete archive, time didn't allot us the
opportunity to properly backup the majority of the boards
deemed "expendable". Most boards on this list have at least
20-40 pages archived (non-logged in pages, 15 topics per
page).
Popular boards may have as many as 250 pages archived at 50
topics per page, while others deemed of historical
signifigance may be archived in their entirety.
We may not agree with how the board shutdown was managed, but
we've done what we could to preserve some of its history in
lieu of that.
Please enjoy the archive. ~
Managers, Moderators, VIP's, and regular posters.
Author
Topic: Whoever makes castaway bot please implement this feature please
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.
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>