Questo è il mio 2° script della serie "skill boosting", a breve posterò anke quello x magery... Consiglio VIVAMENTE l'uso di una armor 100% lrc, possibilmente meditabile, altrimenti il macraggio avverà + lentamente, in quanto bisogna attendere il delay x il recupero del mana...
Questo è lo script...
Mettevi in barca, scrivete "slow forward" e startate su un'altra sessione di EUO quest'altro script:
oppure seguite uno dei Meer di ilshenar nella relativa città invece di andare in barca...
E questo è tutto, gente, diemi se vi funge e come funge, pliz...
Questo è lo script...
;-------------Shadow Necro trainer-----------------------------------------------
;Bellaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
;Guarda ke script ke te combino!!!!!!!!
;--------------------------------------------------------------------------------
INITEVENTS
;------Variable declaration------------
chooseSkill necr
set %necro #SKILL
set %curseweapon 400
set %horrificbeast 600
set %wither 700
set %licheform 1000
chooseSkill spir
set %spirit #SKILL
;------Spell Casting-------------
gosub manacheck
chooseSkill necr
;-----Cast Curse Weapon------
if #SKILL <= %curseweapon
{
set %mana 7
event macro 15 104
}
;-----Cast Horrific Beast---------
if #SKILL <= %horrificbeast && #SKILL > %curseweapon
{
set %mana 11
event macro 15 106
}
;-----Cast Wither------------------
if #SKILL <= %wither && #SKILL > %horrificbeast
{
set %mana 23
event macro 15 115
}
;-----Cast Liche Form-----------
if #SKILL < %licheform && #SKILL > %wither
{
set %mana 23
event macro 15 107
}
;------ Mana check & meditate---------------------
sub manacheck
if #mana <= %mana
event macro 13 46
wait 20s
return
;--------- EasyUO Menu Designer Code Begin ---------
sub showEUOMenu1
menu Clear
menu Window Title Shadow Necro Trainer
menu Window Color HighlightText
menu Window Size 223 297
menu Font Transparent #true
menu Font Align Right
menu Font Name Comic Sans MS
menu Font Size 10
menu Font Style b
menu Font Color Teal
menu Font Transparent #false
menu Font Align Left
menu Font BGColor HighlightText
menu Text EUOLabel1 12 12 Necromancy:
menu Text EUOLabel2 12 32 Spirit Speak:
menu Text EUOLabel3 12 12 %necro
menu Text EUOLabel4 12 12 %spirit
menu Show 421 270
return
;--------- EasyUO Menu Designer Code End ---------
;Bellaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
;Guarda ke script ke te combino!!!!!!!!
;--------------------------------------------------------------------------------
INITEVENTS
;------Variable declaration------------
chooseSkill necr
set %necro #SKILL
set %curseweapon 400
set %horrificbeast 600
set %wither 700
set %licheform 1000
chooseSkill spir
set %spirit #SKILL
;------Spell Casting-------------
gosub manacheck
chooseSkill necr
;-----Cast Curse Weapon------
if #SKILL <= %curseweapon
{
set %mana 7
event macro 15 104
}
;-----Cast Horrific Beast---------
if #SKILL <= %horrificbeast && #SKILL > %curseweapon
{
set %mana 11
event macro 15 106
}
;-----Cast Wither------------------
if #SKILL <= %wither && #SKILL > %horrificbeast
{
set %mana 23
event macro 15 115
}
;-----Cast Liche Form-----------
if #SKILL < %licheform && #SKILL > %wither
{
set %mana 23
event macro 15 107
}
;------ Mana check & meditate---------------------
sub manacheck
if #mana <= %mana
event macro 13 46
wait 20s
return
;--------- EasyUO Menu Designer Code Begin ---------
sub showEUOMenu1
menu Clear
menu Window Title Shadow Necro Trainer
menu Window Color HighlightText
menu Window Size 223 297
menu Font Transparent #true
menu Font Align Right
menu Font Name Comic Sans MS
menu Font Size 10
menu Font Style b
menu Font Color Teal
menu Font Transparent #false
menu Font Align Left
menu Font BGColor HighlightText
menu Text EUOLabel1 12 12 Necromancy:
menu Text EUOLabel2 12 32 Spirit Speak:
menu Text EUOLabel3 12 12 %necro
menu Text EUOLabel4 12 12 %spirit
menu Show 421 270
return
;--------- EasyUO Menu Designer Code End ---------
wait 120s
msg turn around$
msg turn around$
E questo è tutto, gente, diemi se vi funge e come funge, pliz...