What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Class Behavior (CastSpellOn) *Help

22diehard22

New Member
Joined
Jan 15, 2010
Messages
199
Reaction score
1
<custombehavior file="ForceSetVendor" vendortype="Train"><custombehavior file="WaitTimer" waittime="1000"><custombehavior file="CastSpellOn"
<custombehavior file="WaitTimer" waittime="1000"><!--

<CustomBehavior File="ForceSetVendor" VendorType="Train" />
<CustomBehavior File="WaitTimer" WaitTime="1000"/>
<CustomBehavior File="CastSpellOn"
MobId="44820"
SpellId="73899"
X="-640.111" Y="-4245.71" Z="38.13395"
NumOfTimes="3"
Range="5" />
<CustomBehavior File="WaitTimer" WaitTime="1000"/>
--></custombehavior></custombehavior></custombehavior></custombehavior>
HTML:
    PickUp QuestName="Primal Strike" QuestId="25143" GiverName="Shikrik" GiverId="3157" 
        CustomBehavior File="ForceSetVendor" VendorType="Train" 
        CustomBehavior File="WaitTimer" WaitTime="1000"
        CustomBehavior File="CastSpellOn"
            MobId="44820"
            SpellId="73899"
            X="-640.111" Y="-4245.71" Z="38.13395"
            NumOfTimes="3" 
            Range="5" />
        CustomBehavior File="WaitTimer" WaitTime="1000"
<custombehavior file="ForceSetVendor" vendortype="Train"><custombehavior file="WaitTimer" waittime="1000"><custombehavior file="CastSpellOn"
<custombehavior file="WaitTimer" waittime="1000"><custombehavior file="ForceSetVendor" vendortype="Train"><custombehavior file="WaitTimer" waittime="1000"><custombehavior file="CastSpellOn"
<custombehavior file="WaitTimer" waittime="1000"><custombehavior file="ForceSetVendor" vendortype="Train"><custombehavior file="WaitTimer" waittime="1000"><custombehavior file="CastSpellOn"
<custombehavior file="WaitTimer" waittime="1000"><custombehavior file="ForceSetVendor" vendortype="Train"><custombehavior file="WaitTimer" waittime="1000"><custombehavior file="CastSpellOn"
<custombehavior file="WaitTimer" waittime="1000">


Had to remove the closing marks or eles it wouldnt show up on forum

Is what Im working with, The issue is that with a shaman trying to do this opening quest it attempts to cast at a range of 30 yards and will NOT move into melee range.

Any tips/suggestions would be awesome</custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior></custombehavior>
 
Last edited:
22Diehard22 said:
Is what Im working with, The issue is that with a shaman trying to do this opening quest it attempts to cast at a range of 30 yards and will NOT move into melee range.

I'm looking at the code for the behavior, and it looks like it should move into range as long as you know the spell.
Are you sure you trained the spell? If so, I'll look a little harder, and a log may provide some help for this too.

cheers,
chinajade
 
Actually.. It was one of 2 issues, my CC or a fresh restart of the client/bot was needed. Further testing that theory now.

Test Results, Restarting client/bot fixed issue. Well, Thanks for getting me on the right track in an odd way haha.

CC was not issue.

The Class Behavior works at melee range now.
 
Last edited:
Back
Top