Questo script vi permette di trainare Chivalry da 0 a 100.. Consiglio il train da NPC fino a 15 punti (15,0 di chivalry x capirci) poichč x castare close wounds dovete: 1) essere feriti, 2) settare razor in modo ke faccia le seguenti operazioni in una macro:
Questo č lo script x chivalry:
Aprite anke quest'altro semplice script x girare la barca se volete macrare chivalry in barca:
Mettetevi in barca, alzte ancora, mettevi in Slow forward e fate partire i 2 scripts in 2 sessioni di EUO separate...
Questo č il mio 1° script, dunque.. Fatemi sapere!!!
Wait for Target
exec: Target self
exec: Target self
;-------------------- Shadow Chivalry Trainer -------------------------------------------------------
;0-15 close wounds
;15-25 consacrate weapon
;25-35 divine fury
;35-45 dispel evil
;45-55 enemy of one
;55+ holy light
;--------------------Script starts HERE -------------------------------------------------------
INITEVENTS
if #MANA < %mana
gosub Manacheck
return
chooseSkill chiv
set %SKILL #SKILL
;---- cast close wounds (0-15)
if %skill <= 150
{
event macro 15 202
set %mana 10
wait 1s
}
;---- Cast consacrate weapon (15-25)
if %skill > 150 && %skill <= 250
{
event macro 15 203
set %mana 10
wait 1s
}
;---- Cast divine fury (25-35)
if %SKILL > 250 && %SKILL <= 350
{
event macro 15 205
set %mana 15
wait 1s
}
;---- Cast dispel evil (35-45)
if %SKILL > 350 && %SKILL <= 450
{
event macro 15 204
set %mana 10
wait 1s
}
;---- Cast enemy of one (45-55)
if %SKILL > 450 && %SKILL <= 550
{
event macro 15 206
set %mana 20
wait 1s
}
;---- Cast holy light (55-100)
if %SKILL > 550
{
event macro 15 207
set %mana 10
wait 2s
}
return
;
Sub Manacheck
event macro 13 46
wait 5s
return
;0-15 close wounds
;15-25 consacrate weapon
;25-35 divine fury
;35-45 dispel evil
;45-55 enemy of one
;55+ holy light
;--------------------Script starts HERE -------------------------------------------------------
INITEVENTS
if #MANA < %mana
gosub Manacheck
return
chooseSkill chiv
set %SKILL #SKILL
;---- cast close wounds (0-15)
if %skill <= 150
{
event macro 15 202
set %mana 10
wait 1s
}
;---- Cast consacrate weapon (15-25)
if %skill > 150 && %skill <= 250
{
event macro 15 203
set %mana 10
wait 1s
}
;---- Cast divine fury (25-35)
if %SKILL > 250 && %SKILL <= 350
{
event macro 15 205
set %mana 15
wait 1s
}
;---- Cast dispel evil (35-45)
if %SKILL > 350 && %SKILL <= 450
{
event macro 15 204
set %mana 10
wait 1s
}
;---- Cast enemy of one (45-55)
if %SKILL > 450 && %SKILL <= 550
{
event macro 15 206
set %mana 20
wait 1s
}
;---- Cast holy light (55-100)
if %SKILL > 550
{
event macro 15 207
set %mana 10
wait 2s
}
return
;
Sub Manacheck
event macro 13 46
wait 5s
return
wait 120s
msg turn around$
msg turn around$
Questo č il mio 1° script, dunque.. Fatemi sapere!!!
Commenta