annuncio

Comprimi
Ancora nessun annuncio.

search for anti blood oath script

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

  • search for anti blood oath script

    .
    Ultima modifica di fnurov; 11-03-2009, 13:53.

  • #2
    Something like "oh, you are under Blood Oath, let me disable war mode for you... ok, it's gone, chaaaaaarge!".

    It could be really helpful (Auntie Melisande loves to Blood Oath my warrior character, and when he didn't have Resisting Spells -now he's at 100- he used to die every time).

    12 hours ago i read a scripting guide for the first time, i think i'm not ready for something like that, yet.

    Let me think about it, maybe something "raw" will come out, but don't hold your breath for that.

    Meanwhile, if someone more expert could lend us an hand...



    EDIT: A quick tour on easyuo.com (just search for "oath"), and something popped up.


    BUFF/DEBUFF BAR SCANNER

    On the first page of this thread, there is something we could use together with the scanner:


    codice:
    set %Armed #True 
    Repeat
      Call ScanBuffBar ; Presumes file is in same location as euo
      set !oathed _CurseBloodOath_ in %BuffBarIconNames 
      If  ( !oathed && %Armed ) || ( ( ! !oathed ) && ( ! %Armed ) ) 
         { 
         event macro 24 2  ; dis/Arm right change to 24 1 for left
         set %armed ! %Armed 
         } 
      ; Displaying Some Statistics
      setuotitle %BuffBarCalls - BAR: %BuffbarDirection - Icons: %BuffBarIconsFound - %BuffBarIconNames 
      Wait 5 
    Until #CharGhost = YES || #CliLogged = 0 
    halt

    That's TOO hard for me, i'll try to guess something tomorrow.
    Try it, if you wish, and i'll be glad if you could tell us something here.

    And it would be nice to vote that script on easyuo.com
    Ultima modifica di BlackBraveKnight; 11-03-2009, 03:28.
    "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


    • #3
      .
      Ultima modifica di fnurov; 11-03-2009, 13:54.

      Commenta


      • #4
        .
        Ultima modifica di fnurov; 11-03-2009, 13:54.

        Commenta


        • #5
          .
          Ultima modifica di fnurov; 11-03-2009, 13:54.

          Commenta


          • #6
            I didn't post the script because of:

            You are free to use this script for not for profit personal UO gameplay.
            ; You are *not* free to modify and repost or post on other places
            ; or post as part of a script or work you yourself have created
            ; or otherwise distribute without written permision from the author.
            ; This license to use can be changed at any time for anyreason.
            ; If in doubt dont do it contact the author.

            I used the link, and posted just an example of possible use (and told the author via pm).
            "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


            • #7
              many people will thank u everytime of killing self in doom

              Commenta


              • #8
                I didn't say we can't use the script, we just can't "quote" it here. The link is up there, just click it and you can download the script, nice and clean.

                If he wrote these "rules" in his thread, maybe he had some reasons.


                Anyway, if you modified that, just PM him. I don't think i will say "no".
                Ultima modifica di BlackBraveKnight; 11-03-2009, 14:32.
                "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

                Sto operando...
                X