Azalina
Members
-
Joined
-
Last visited
Reputation Activity
-
Azalina got a reaction from Droidz in The LUA code is not executed by the bot.It Work )))
[F] 06:36:22.552 - [Spell] Cast Правосудие (Judgement) [F] 06:36:26.606 - [FightClass] Launch LUA script: UseContainerItem(0, 4); [F] 06:36:28.858 - [Spell] Cast Вспышка Света (Flash of Light) Now the spell is CALLED AND EXECUTED. The final version looks like this.
<FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Smaller</Type> <Value>20</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>ManaPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Smaller</Type> <Value>10</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>UseContainerItem(0, 4);</SpellName> <Priority>43</Priority> <Timer>60000</Timer> <NotSpellIsLuaScript>true</NotSpellIsLuaScript> </FightClassSpell> Thx Master Droidz