annuncio

Comprimi
Ancora nessun annuncio.

[cerco] skiller per magery,necro, SpiritS, ecc

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

  • [cerco] skiller per magery,necro, SpiritS, ecc

    Sul sito di EasyUO li ho trovati ma usano la barca credo. Sono nuovo e non ho soldi per una barca
    Non ci sono quelli che ti fanno camminare e basta?

  • #2
    vuoi degli script giusto? ok te li do io
    magery:
    codice:
    ; Script fatto da Athelstan
    ;msn-email: oceans@gamesnet.it
    ;icq: 166467051
    ;Script per macrare magery
    ;Istruzioni per l'uso:
    ;Andate in una barca in movimento e premete play
    ;Consiglio di indossare una lrc 100% per evitare di sprecare reagenti
    ;www.sweetuo.com
    
    chooseskill magery
    
    if #skill < 300
       {
        display Get a train 30.0
        halt
       }
    
    ;Fate un teach per i primi 30 punti
    while #skill <= 330
    	{
    		if #mana > 12
    			{
    				event macro 15 16 ;Bless
    				target 3s
    				event macro 23 0 ;Target Self
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    ;33.0 - 48.0 incantesimo di 4° Circolo Curse
    while #skill > 330 && #skill <= 480
    	{
    		if #mana > 11
    			{
    				event macro 15 26 ;curse
    				target 3s
    				event macro 23 0 ;Target Self
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    ;48.0 - 62.0 incantesimo di 5° Circolo Magic Reflect
    While #skill > 480 && #skill <= 620
    	{
    		if #mana > 14
    			{
    				event macro 15 35 ; Magic Reflect
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    ;62.0 - 76.0 incantesimo di 6° Circolo Reveal
    while #skill > 620 && #skill <= 760  ;20 mana
    	{
    		if #mana > 20
    			{
    				event macro 15 47 ;Reveal
    				target 3s
    				event macro 23 0 ;Target Self
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    ;76.0 - 90.0 incantesimo di 7° Circolo Mass Dispel
    while #skill > 760 && #skill <= 900  ;40 mana
    	{
    		if #mana > 40
    			{
    				event macro 15 53 ;Mass Dispel
    				target 3s
    				event macro 23 0 ;Target Self
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    
    
    ;90.0 - 120.0 incantesimo di 8° Circolo Earthquake
    while #skill > 900 && #skill < 1200 ;50 mana
    	{
    		if #mana > 50
    			{
    				event macro 15 56 ;Earthquake
    				wait 4s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    If #Skill = 1200
    {
    display Magery Complete
    halt
    }
    Necro:
    codice:
    ; Script fatto da Athelstan
    ;msn-email: oceans@gamesnet.it
    ;icq: 166467051
    ;Script per macrare necromancy1
    ;Istruzioni per l'uso:
    ;Andate in una barca in movimento e premete play
    ;Consiglio di indossare una lrc 100% per evitare di sprecare reagenti
    ;www.sweetuo.com
    
    chooseskill necromancy
    ;Fate un teach per i primi 30 punti
    While #skill < 200
    	{
    		if #mana > 7
    			{
    				event macro 15 104 ; Curse Weapon
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    While #skill => 200 && #skill < 400
    	{
    		if #mana > 17
    			{
    				event macro 15 116 ; Wraith Form
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    While #skill => 400 && #skill < 600
    	{
    		if #mana > 11
    			{
    				event macro 15 106 ; Horrific Form
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    While #skill => 600 && #skill < 800
    	{
    		if #mana > 23
    			{
    				event macro 15 115 ; Wither
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    While #skill => 800 && #skill < 990
    	{
    		if #mana > 23
    			{
    				event macro 15 107 ; Lich Form
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    While #skill => 990 && #skill < 1200
    	{
    		if #mana > 23
    			{
    				event macro 15 113 ; Vampiric Embrace
    				wait 2s
    			}
    		else
    			{
    				event macro 13 46
    				wait 12s
    			}
    	}
    
    If #Skill = 1200
    {
    display Necro Complete
    halt
    }
    evaint e res spells (fatto da meXD)
    codice:
    chooseskill magery
    
    event macro 15 7 ; Weaken
    				target 3s
    				event macro 23 0 ;Target Self
    				wait 2s
    if #skill > 1150
       {
        display Eval. int completata
        halt
       }
    per macrare usa questo piu uno di questi script che ti ho postato:
    codice:
    set %x0 #charposx
    set %y0 #charposy
    set %x1 %x0 + 8
    set %y1 %y0
    set %x2 %x0 + 8
    set %y2 %y0 + 8
    set %x3 %x0
    set %y3 %y0 + 8
    while #true
    {
      for %i 0 3
      {
        set %x %x . %i
        set %y %y . %i
        move %x %y 0 20s
      }
    }

    Commenta


    • #3
      Tnx

      Commenta


      • #4
        puoi farlo anche con razor ^^

        fai un loop in cui il pg si muove di 8 tile e ogni 8 tile gli fai fare un check sul mana a seconda di quale spell devi fare e poi gli fai fare quel determinato spell ^^

        Commenta


        • #5
          event macro 15 16 ;Bless
          target 3s
          event macro 23 0 ;Target Self
          wait 2s
          }

          O.o
          btw training mage skills - Gamesnet Forums

          Commenta


          • #6
            Con razor ho settato una macro che casta le spell su di me per alzare magery. Va avanti tranquilla ma ogni tanto si incanta sul wait for target e non capisco xchè. Come pausa ho messo 6s.

            Commenta

            Sto operando...
            X