Ho provato a modificare il Drael's Death strike trainer ma ho riscontrato qualche errore nel rilevare i gain e ho notato che non sale granchè...
Help pls...
codice:
Event Macro 8 2
ChooseSkill Bushido
Set %SkillStart #Skill
GoSub MenuShow
Finditem #CHARID
set %Chartype #FindType
Loop:
GoSub Menu Mirror Image
Event Macro 15 252
Wait 3s
Event Macro 15 252
Wait 3s
TrovaMirror:
FindItem %Chartype G_2
If #FindKind <> -1
{
Event Property #FindID
Wait 10
If #CharID = #FindID
{
IgnoreItem #FindID
GoTo TrovaMirror
}
If #CharName in #Property
{
Set %Char #FindID
Event SysMessage Mirror Trovato!
GoTo MomentumStrike
}
IgnoreItem #findID
goTo TrovaMirror
}
If #FindKind = -1
GoTo TrovaMirror
MomentumStrike:
Wait 10
GoSub Menu Momentum Strike
Event Macro 15 150
Wait 10
If You_need_30_mana_to_perform_that_attack in #SysMsg
GoTo WaitForMana
UccidiNemico:
Wait 10
GoSub Menu Attacca Mirror
Set #lTargetID %Char
event macro 27
FindItem %Char G_2
If #FindKind <> -1
{
Wait 1s
GoTo UccidiNemico
}
ManaLoop:
Wait 1s
if #Mana < 39
{
GoSub Menu Meditazione .
GoTo ManaLoop
}
GoTo Loop
WaitForMana:
if #Mana < 39
{
GoSub Menu Meditazione .
Event Macro 13 46
GoTo ManaLoop
}
GoTo MomentumStrike
Sub MenuShow
ChooseSkill Bushido
Set %SkillCorrente #Skill
Set %Azione Preparazione , #spc , Script...
Menu Show
Menu Clear
Menu Window Title Friend1982's Momentum Strike Trainer
Menu Window Color Black
Menu Window Size 180 100
Menu Font Color Red
Menu Font BGColor Black
Menu Text Titolo 5 10 Friend1982's Momentum Strike Trainer
Menu Font Color White
Menu Text Azione 5 30 Azione:
Menu Text Skill 5 50 Skill:
Menu Text Gain 5 70 Gain:
Menu Font Color Lime
Menu Text AzioneCorrente 50 30 %Azione
str len %SkillCorrente
str ins %SkillCorrente #dot #strRes
Menu Text SkillCorrente 140 50 #strRes
set %GainTotali %SkillCorrente - %SkillStart
str len %GainTotali
str ins %GainTotali #dot #strRes
Menu Text GainCorrente 140 70 #strRes
Return
Sub Menu
Set %Azione1 %1
Set %Azione2 %2
ChooseSkill Bushido
Set %SkillCorrente #Skill
Set %Azione %Azione1 , #spc , %Azione2
Menu Delete AzioneCorrente
Menu Delete SkillCorrente
Menu Delete GainCorrente
Menu Text AzioneCorrente 50 30 %Azione
str len %SkillCorrente
str ins %SkillCorrente #dot #strRes
Menu Text SkillCorrente 140 50 #strRes
set %GainTotali %SkillCorrente - %SkillStart
str len %GainTotali
str ins %GainTotali #dot #strRes
Menu Text GainCorrente 140 70 #strRes
Return



Commenta