moguay
Member
- Joined
- Jan 17, 2011
- RedCents
- 1,190¢
I'm going to be nice,
Today I present the automatic learning of resists on npc.
As you can imagine, the two main goals, is to optimize the fighting, but especially the program as smart as you.
The goal is to understand if the resists pass all the time, or some time. and add a filter in your main casting function.
An advice, do not use in the macros of the casting plugins directly, but a casting function to manage your macro.
Above all do not make casting with timers that freeze the code macros. it is evil.
To understand this, does casting a spell prevent you from thinking about what you can do later or better now?
do not do this, stay safe (sorry Maskoi, Eqmule too) :
Today I present the automatic learning of resists on npc.
As you can imagine, the two main goals, is to optimize the fighting, but especially the program as smart as you.
The goal is to understand if the resists pass all the time, or some time. and add a filter in your main casting function.
Rich (BB code):
[ResistSpell]
RESIST_GelidStrike=|the_chaos000#HOLD|queen_volkara000#HOLD|yvuarxx_nak_talriem000#HOLD|maestro_tanlor000#HOLD|enthralled_vampire004#911#1|
RESIST_EtherFlame=|master_vule000#182#1|
RESIST_ConcussiveStrike=|the_chaos000#HOLD|a_vehement_watcher021#90#2|yvuarxx_nak_talriem000#250#1|
RESIST_FlameBlaze=|the_chaos000#HOLD|queen_volkara000#HOLD|yvuarxx_nak_talriem000#HOLD|enthralled_vampire005#499#1|vision_of_emperor_csarth000#556#1|
RESIST_ManaInfernoStrikeIII=|the_chaos000#HOLD|galthorix_guardian_of_the_first_seal000#HOLD|queen_volkara000#HOLD|yvuarxx_nak_talriem000#HOLD|a_vehement_watcher022#1467#1|maestro_tanlor000#HOLD|enthralled_vampire004#911#2|
RESIST_WarlockStrike=|the_chaos000#HOLD|galthorix_guardian_of_the_first_seal000#HOLD|queen_volkara000#HOLD|yvuarxx_nak_talriem000#HOLD|a_vehement_watcher022#1467#1|maestro_tanlor000#HOLD|enthralled_vampire000#32#1|enthralled_vampire004#911#2|
RESIST_ManaInfernoStrikeII=|the_chaos000#HOLD|zithuuli_the_enraged000#HOLD|enthralled_vampire000#32#1|enthralled_vampire000#910#1|
RESIST_StormStrike=|the_chaos000#HOLD|yvuarxx_nak_talriem000#HOLD|maestro_tanlor000#178#1|
RESIST_ChaoticDetonation=|the_chaos000#HOLD|yvuarxx_nak_talriem000#HOLD|enthralled_vampire000#32#1|enthralled_vampire004#911#1|
RESIST_TacticalFire=|the_chaos000#HOLD|yvuarxx_nak_talriem000#815#2|yvuarxx_nak_talriem000#HOLD|
RESIST_CompleteDestruction=|yvuarxx_nak_talriem000#115#1|enthralled_vampire000#32#1|vision_of_emperor_csarth000#556#1|
RESIST_GelidStrikeRecourse=|the_chaos000#1359#2|a_dark_crystal003#716#1|
RESIST_FlameBlazeRecourse=|a_dark_crystal001#1000#1|
RESIST_ConcussiveFire=|vision_of_emperor_csarth000#556#1|
RESIST_BlightofHate=|thuldarva_tak000#1169#2|
RESIST_SorrowSong=|luclin_the_avatar_of_darkness000#360#1|luclin_the_avatar_of_darkness000#36#1|
An advice, do not use in the macros of the casting plugins directly, but a casting function to manage your macro.
Above all do not make casting with timers that freeze the code macros. it is evil.
To understand this, does casting a spell prevent you from thinking about what you can do later or better now?
do not do this, stay safe (sorry Maskoi, Eqmule too) :
Rich (BB code):
/casting "${castWhat}|item" -targetid|${castTargetID}
/varset CastResult ${Cast.Result}
/delay 300 !${Cast.Status.Equal[C]}

