annuncio

Comprimi
Ancora nessun annuncio.

Macro anatomy

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

  • Macro anatomy

    C'è un modo per macrare anatomy? Perchè ho provato a fare un loop su un mostro con razor ma non sale...
    sigpic

    Contatto su discord: Mumrha

  • #2
    Se non ricordo male anatomy si macra direttamente in combattimento o sparrando con il golem.. considerando che sale molto più rapidamente della combattiva non dovresti avere problemi se sei un pg da melee.. se invece vuoi mettere anatomy su un template non da combattimento allora non saprei dirti
    sigpic

    MSN: olaf37xx@fastwebnet.it
    ICQ: 649-822-899

    Commenta


    • #3
      la puoi far salire mi pare fino a 60 macrandola sui pg. ma devi cambiare spesso target, puoi fare massimo 0,3 a target.
      i restanti li alzi bendandoti o attaccando fisicamente (arco arma o pugni).

      ti posto lo script per euo (ti metti a luna gate e lo attivi)

      ;################################### Header #####################################
      ; Script Name: Anat/Eval at the WBB
      ; Author: tcb
      ; Version: 1.0
      ; Client Tested with: 4.0.0q
      ; EUO version tested with: 1.40 005B
      ; Shard OSI / FS: OSI
      ; Public Release: October 23, 2003
      ; Purpose: Finds and does Anatomy and Evaluate Intelligence on people at the WBB.
      ;
      ; Instructions: Go to WBB (or anywhere with a lot of people). Hit play.
      ;
      ; Version History:
      ; 1.0: Initial release.
      ;
      ; Known Problems: None
      ;################################ End of Header #################################

      ;########################## Manditory Setup Variables ###########################
      set %Anat #TRUE ;#TRUE=Trains Anatomy [default], #FALSE=Doesn't train Anatomy
      set %Eval #FALSE ;#TRUE=Trains Eval [default], #FALSE=Doesn't train Eval
      ;########################### End of Setup Variables #############################

      ;################################## Mainloop ####################################
      ;######### Do not edit below here unless you know what you are doing! ###########
      initevents
      set #ltargetkind 1
      ignoreitem #charid 2
      loop:
      finditem is_hs g_8
      if #findkind = -1 2
      ignoreitem reset 1
      goto loop
      set #ltargetid #findid
      ignoreitem #findid 1
      if %Anat
      gosub Anatomy
      if %Eval
      gosub Eval
      goto loop
      ;############################### End of Mainloop ################################

      ;############################## Skill Subroutines ###############################
      sub Anatomy
      event macro 13 1
      target
      event macro 22 0
      wait 25
      return

      sub Eval
      event macro 13 16
      target
      event macro 22 0
      wait 25
      return
      ;########################### End of Skill Subroutines ###########################
      [AoT]
      Rina Darkblade
      - RiINa - Amrael Darkblade
      Scambio Bod di ogni tipo - Vendo Premi Collections - Compro White Pearls

      Teorema del Fantauo:
      Chi e' Fantauo non ha bisogno di loggare, esso ha gia fatto tutto prima di farlo.
      Fantauo fa' esperienza con la fantasia.
      Al Re dei Fantauo basta guardare per 10 secondi la schermata di login per ownare tutti.
      Non c'e' righello abbastanza lungo per il Re del Fantauo.
      Esso ha vinto a priori.

      icq: 325516135


      Commenta


      • #4
        grazie
        sigpic

        Contatto su discord: Mumrha

        Commenta

        Sto operando...
        X