annuncio

Comprimi
Ancora nessun annuncio.

[EasyUO-Script] Shadow Necromancy booster

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • [EasyUO-Script] Shadow Necromancy booster

    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...
    ;-------------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 ---------
    Mettevi in barca, scrivete "slow forward" e startate su un'altra sessione di EUO quest'altro script:
    wait 120s
    msg turn around$
    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...
    MSN: docshadow@hotmail.it
    ICQ:310-376-226







    Post da scompisciarsi (e che fa riflettere)...
Sto operando...
X