Bot macro - Customization

i keep get this message when pulling:

-[MQ2] Target scan: 150 range with 100 zradius.
-MQ2MoveUtils:: Break MoveTo if aggro turned ON
-[MQ2] Pulling --> a_Syldon_defiler05
-No such 'bool' member 'SpellReady'
- bot.mac@2088 (PullCheck): /if (${Me.SpellReady[${PrePullSkillName}]}||${Me.AltAbilityReady[${PrePullSkillName}]}||${Me.CombatAbilityReady[${PrePullSkillName}]} && ${Me.CurrentEndurance}>${Spell[${PrePullSkillName}].EnduranceCost}||${FindItem[=${PrePullSkillName}].ItemSlot} && !${FindItem[=${PrePullSkillName}].Timer} && !${PrePullReuse}) {
- bot.mac@2022 (Pull(int spawnid)): /call PullCheck ${spawnid}
- bot.mac@1951 (FindMob): /call Pull ${Target.ID}
- bot.mac@1867 (Pulling): /call FindMob
- bot.mac@257 (Rest): /if (${AmIPuller}) /call Pulling
- bot.mac@1860 (Pulling): /call Rest
- bot.mac@257 (Rest): /if (${AmIPuller}) /call Pulling
- bot.mac@92 (Main): /if (${Me.CombatState.NotEqual[Combat]}||!${Me.XTarget}) /call Rest
- [MQ2] Entropy of Nature --> a_Syldon_defiler05
- No such 'bool' member 'SpellReady'


and my pull setting:

[Pulling]
PullConditions=(!${SpawnCount[pccorpse radius 25]} && ${Me.PctEndurance}>5 && ${Group.Member[1].PctMana}>80 && ${SpawnCount[pc radius 150]}==2 && ${SpawnCount[pc group radius 150]}==2) || (!${SpawnCount[pccorpse radius 25]} &&

${Me.PctEndurance}>5 && ${Group.Member[1].PctMana}>80 && ${SpawnCount[pc radius 150]}==3 && ${SpawnCount[pc group radius 150]}==3) || (!${SpawnCount[pccorpse radius 25]} && ${Me.PctEndurance}>5 && ${Group.Member[1].PctMana}>80 &&

${SpawnCount[pc radius 150]}==4 && ${SpawnCount[pc group radius 150]}==4) || (!${SpawnCount[pccorpse radius 25]} && ${Me.PctEndurance}>5 && ${Group.Member[1].PctMana}>80 && ${SpawnCount[pc radius 150]}==5 && ${SpawnCount[pc group radius

150]}==5)
AlertListClear=TRUE
AlertListClearTimer=5m
PullConColor=LIGHT BLUE,BLUE,WHITE,YELLOW
CourseCorrectionTimer=5
AmIPuller=TRUE
PullRadius=150
PullZRadius=100
PullCastRange=180
MQ2NavPullRadius=150
MQ2NavPullZRadius=100
ReturnActionTotal=0
ReturnAction1=
PullingMethod=Standard
PullingAnnounceCMD=NULL
PullingTotal=1
PullAtMyHPs=75
PullSkillName1=Entropy of Nature
PullSkillRequiresLineOfSight1=TRUE
PullSkillDistance1=180
PullSkillSummon1=
PullSkillName2=Cancel Magic
PullSkillRequiresLineOfSight2=TRUE
PullSkillDistance2=180
PullSkillSummon2=



is there anything worng plz....