annuncio

Comprimi
Ancora nessun annuncio.

[EasyUO] Cura 3 pets con 3 hotkeys

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

  • [EasyUO] Cura 3 pets con 3 hotkeys

    Ho visto che c'e' gia un altro post per un healer pets script

    Questo e' simile, ma senza la sbattita di cercarsi gli id dei pets

    Una volta partito lo scripts, chiede di targettare il pet 1, poi il 2 e il 3.

    nel caso non abbiate un pet 2 e 3 pace, schiacciate ESC

    i tasti di default sono F1,F2 e F3

    ad ogni pressione di un hotkey cura il relativo pet una sola volta

    lo preferisco rispetto a quelli che fan tutto da soli fino a curare il pet al max, che fanno spesso casino

    p.s. dato che giro solo con l'hyriu e che quindi anche f2 e f3 lo curano, ho impostato per comodita' oltre alla bendata, "cure" su f2 e "greater heal" su f3, cosi quando la situazione si fa pesante si puo' bendare e curare veleno/curare con magia contemporaneamente alla bendata



    ;==================================
    ; Script Name: Multi-Pet Vet
    ; Author: a Rookie
    ; Version: 1.0
    ; Client Tested with: 4.0.7a
    ; EUO version tested with: V1.42
    ; Shard OSI / FS: OSI
    ; Revision Date: 01/14/05
    ; Public Release: 01/08/05
    ; Global Variables Used: N/A
    ; Purpose: Uses baindaids, heals pets with different hotkeys, and if you like, plays a sound on a successful heal
    ===================================
    set %sound 1 ; 1 = true, 0 = false (whether or not you wish to play a sound on a successful heal)
    set %soundfile ringout.wav ; set the whole path if the file is not in your easyuo directory
    set #targcurs 1
    event sysmessage Target Pet 1
    stilltarget1:
    if #targcurs = 1
    goto stilltarget1
    set %Pet1 #ltargetid
    wait 15
    set #targcurs 1
    event sysmessage Target Pet 2
    stilltarget2:
    if #targcurs = 1
    goto stilltarget2
    set %Pet2 #ltargetid
    wait 15
    set #targcurs 1
    event sysmessage Target Pet 3
    stilltarget3:
    if #targcurs = 1
    goto stilltarget3
    set %Pet3 #ltargetid
    display ok Click ok to begin $
    goto loop:
    Loop:
    onhotkey f1 ; default
    {
    set %Pettoheal %Pet1
    goto Heal
    }
    onhotkey f2 ; default
    {
    set %Pettoheal %Pet2
    goto Heal
    }
    onhotkey f3 ; default
    {
    set %Pettoheal %Pet3
    goto Heal
    }
    goto loop:

    Heal:
    Finditem ZLF C ; searching for bandaids
    If #Findkind = -1
    DISPLAY You are out of bandaids.
    set #lobjectid #findid
    event macro 17 0
    target
    set #ltargetkind 1
    set #ltargetid %Pettoheal
    event macro 22 0
    wait 10
    scanjournal 1
    if that_being_is_not_damaged in #journal
    {
    deleteJournal
    eventsysmessage Full life..
    goto loop:
    }
    if that_is_too_far in #journal
    {
    deletejournal
    event sysmessage Not close enough.
    wait 15
    goto loop:
    }
    if finish_applying_the_bandages in #journal
    {
    deletejournal
    if %sound = 1
    {
    sound %soundfile
    }
    goto loop:
    }
    goto loop:
    Ultima modifica di natmax69; 25-09-2005, 13:03.

    UO Player since 1998 (First NGI)
    ICQ: 33709755

  • #2
    Scusami, come faccio ad impostare sul tasto f2 e f3 le funzioni cure e cura con greater heal?

    Grazie mille
    I.C.Q. 349-867-441


    SCAMBIO BOD PER VERITE HAMMER!
    http://forum.gamesnet.it/showthread.php?t=443373
    VENDO ANCIENT RUNIC HAMMER +60 http://forum.gamesnet.it/showthread.php?t=451133
    SCAMBIO BOD DA BARBED KIT http://forum.gamesnet.it/showthread.php?t=457276
    ASTA JACKALS COLLAR http://forum.gamesnet.it/showthread....04#post4658904

    Commenta


    • #3
      Beh impostali semplicemente nelle macro di UO oppure in Razor.

      Se imposti per dire su F2 nelle macro interne di UO: CastSpell/WaitForTarget, quando lo premi partira' la bendata sul tuo pet, e contemporaneamente castera' la spell Cure e ti uscira' il mirino della magia bella e pronta.

      Stesso discorso col Greater Heal su F3.

      Sta a tua discrezione se aggiungere ai tasti macro anche LastTarget, dato che magari puo' succedere di far confusione appunto su quale sia l'ultimo target, dato che potresti appena aver curato un amico per esempio, o castato su un nemico.

      Con razor questo problema non si pone, perche' puoi impostare target predefiniti, e se usi quindi sempre lo stesso hyriu bondato per esempio, puoi settarlo direttamente come lasttarget

      ciao

      UO Player since 1998 (First NGI)
      ICQ: 33709755

      Commenta


      • #4
        Grazie mille, stasera preparero il tutto!
        I.C.Q. 349-867-441


        SCAMBIO BOD PER VERITE HAMMER!
        http://forum.gamesnet.it/showthread.php?t=443373
        VENDO ANCIENT RUNIC HAMMER +60 http://forum.gamesnet.it/showthread.php?t=451133
        SCAMBIO BOD DA BARBED KIT http://forum.gamesnet.it/showthread.php?t=457276
        ASTA JACKALS COLLAR http://forum.gamesnet.it/showthread....04#post4658904

        Commenta


        • #5
          I am still testing it but try it it will work nice
          reply for Comments or requests



          ;==================================
          ; Script Name: REAL VET
          ; Author: EORL
          ; Version: 1.0
          ; Client Tested with: not tested
          ; EUO version tested with: N/A
          ; Shard OSI / FS: OSI
          ; Revision Date: 12/09/05
          ; Public Release: 12/09/05
          ; Global Variables Used: N/A
          ; Purpose: Heal pets
          ;F2 For healing with bandages
          ;F3 For Cure with MAgery
          ;F4 For healing with Magery
          ===================================



          display ok click the pet you want to heal with the script you have 4 seconds to do this
          set #targcurs 1
          wait 80
          set %firstpet #ltargetid
          wait 20
          display ok Script beggings now, press F2 for heal with bandages (VETERINARY), F3 for Cure with Magery (VAS AN NOX) and F4 for healing with Magery (IN VAS MANI)
          keyloop:
          onhotkey f2
          gosub bandagepet
          onhotkey f3
          gosub curepet
          onhotkey f4
          gosub healpet
          goto keyloop

          sub bandagepet
          {
          finditem ZLF C_, #BACKPACKID
          if findkind <> -1
          {
          set #lobjectid #findid
          set #ltargetid %firstpet
          event macro 17 0
          target
          event macro 22 0
          wait 5
          }
          return
          }


          sub curepet
          {
          set #ltargetid %firstpet
          event macro 15 24
          target
          event macro 22 0
          wait 5
          return
          }

          sub healpet
          {
          set #ltargetid %firstpet
          event macro 15 28
          target
          event macro 22 0
          wait 5
          return
          }

          Commenta


          • #6
            sarebbe possibile impostare su f3 e f4 le corrispondenti magie del paladino cleanse by fire and close wound?

            it's possible to do a chivalry version with cleanse by fire and close wound?

            on f3 and f4?
            ____
            Matoriv [Ice] - Custode della Valenza
            Luke Macallan [Ice]

            www.sgcorporation.jimdo.com

            Commenta


            • #7
              Originariamente inviato da Matoriv Visualizza il messaggio
              sarebbe possibile impostare su f3 e f4 le corrispondenti magie del paladino cleanse by fire and close wound?
              Non fai prima ad impostarle con Razor?
              "Garmr latra feroce dinanzi Gnipahelli, le corde si spezzeranno ed il cane si libererà.
              Ella conosce molte arti, là lontano scorge il Crepuscolo degli Dèi, frammenti della fine.
              I fratelli si scontreranno e si uccideranno, i cugini spezzeranno i legami di parentela, il mondo è crudo, il tradimento è grande.
              Tempo d’asce, tempo di spade, gli scudi s'infrangeranno, tempo di venti, tempo di lupi, prima che il mondo finisca nessun uomo risparmierà l'altro.
              I figli di Mímir si agitano, il fato si compie al suono del potente Gjallarhorni.
              Heimdallr soffia con forza nel suo corno, Óðinn parla alla testa di Mímir."

              Commenta


              • #8
                uso assist. cmq ho capito come funzionano i codici event di easy uo. li ho cambiati da me, se servono li posto
                ____
                Matoriv [Ice] - Custode della Valenza
                Luke Macallan [Ice]

                www.sgcorporation.jimdo.com

                Commenta

                Sto operando...
                X