annuncio

Comprimi
Ancora nessun annuncio.

[SCRIPT] ...utility per EasyUO

Comprimi
Questa discussione è chiusa.
X
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • #31
    Originally posted by LoboDeThor
    Vash non posta script, Boydon non posta script, Aribeth si.
    Boydon aveva postato a suo tempo il paragon away, con cura pet, send artifact ecc

    Vash aveva postato lo script di healing mi sembra di ricordare ;\ poi aveva fatto anche una guida x easyuo..
    C'era una volta...

    Commenta


    • #32
      Originally posted by Kaiser Souze


      1) I miei non li trovi

      2) Molti Aribeth li ha corretti (non funzionavano)

      3) Molta gente non riesce a usare il forum di easyuo, lo trova scomodo

      4) Ma perchè una volta tanto che qualcuno ha un'iniziativa decende sul forum generale lo smontate (guardate che ormai tra post su Maestro Park, che ormai sinceramente hanno rotto, e spam vario è cosa rara un post così!)? Che gente... -.-
      quoto, grazie ancora per gli script che state sparando, io sono molto bravo in programmazione c++ e in programmazione in generale, forse se mi ci metto riesco a combinare qualcosa...ma quando passi un anno di scuola davanti al pc a scrivere programmi, l'estate, fidatevi, non ne vuoi manco sentir parlare di variabili e co.

      sono figo

      Commenta


      • #33
        Lodevole l'iniziativa di Aribeth quindi nn si puo' far altro che ringraziarla.

        Io cmq voglio fare un favore a Boy visto che so quanto si e' sbattuto per questo script:

        Il bod filler scaricatelo da qua
        http://www.easyuo.com/forum/viewtopi...=159902#159902
        così lo potete anche votare, ci vogliono pochi secondi ma farete guadagnare crediti a Boydon ...
        On UORage
        KrYStiN LErOiX [GbF] Go Buy Fusti - dead
        MescalinE [GbF] Go Buy Fusti - dead

        On UODreams
        KrYStiN LErOiX [SoS] EnigmA - dead
        DeviL [KP] The keeper of the passage - dead

        Commenta


        • #34
          aggiungo qui di seguito uno script per curarsi con healing, usa solamente bende (per i poverelli senza keg come me asd), fa tutto in automatico e non si impalla, ti benda anche se avvelenato ^^, non l'ho creato io ma spero cmq che vi sia utile


          set #menubutton N/A
          InitEvents
          ; ================
          ; USER SETUP
          ; ================
          ; If your hit points fall below the following you will auto heal.
          ; You can change the #maxhits to any number you wish to heal at.
          ; You will still have the option to heal any time by pressing Heal Now.

          set %healat #maxhits
          set #sysmsgcol 0
          set %bc 0
          set %ht 0
          set %autohealon yes
          set %healer 0


          ;=========================
          start:
          menu window title Auto Healer
          menu window size 185 90
          menu clear
          menu font name verdana
          menu window color btnface
          menu font size 7
          ;menu button nothing 500 500 2 2 nothing
          menu button 1 117 45 65 22 Heal Now
          menu button 2 2 67 115 22 Count Bandages
          menu button 4 2 45 115 22 Turn Auto Heal Off
          menu button 5 117 67 65 22 Exit
          set %healtimer 6
          set %healtemp 120 - #dex
          set %healtemp %healtemp / 16
          set %healtimer %healtimer + %healtemp
          menu font color black
          menu font size 8
          menu text stat 33 7 Bende
          menu text stat 33 23 Timer
          menu font color red
          menu text bc 105 7 %bc
          menu text ht 105 23 %ht
          menu hideeuo
          menu show 100 100
          goto bandagecount
          ;=========================
          menuloop:

          if %autohealon = yes 2
          if #hits < %healat
          goto heal
          if #menubutton <> n/a
          {
          if #menubutton = 1 4
          if #hits < #maxhits
          goto heal
          ;menu button nothing 500 500 2 2 nothing
          set #menubutton N/A
          if #menubutton = 2
          goto bandagecount
          if #menubutton = 3 6
          menu font size 7
          menu delete 3
          menu button 4 2 45 115 22 Turn Auto Heal Off
          menu font size 10
          set %autohealon yes
          set #menubutton n/a
          if #menubutton = 4 6
          menu font size 7
          menu delete 4
          menu button 3 2 45 115 22 Turn Auto Heal On
          menu font size 10
          set %autohealon no
          set #menubutton n/a
          if #menubutton = 5 2
          menu hide
          halt
          goto menuloop
          ;=========================
          heal:
          if %healer <= #scnt
          {
          if #hits = #maxhits
          goto bandagecount
          set %bc %bc - 1
          menu delete bc
          menu text bc 105 7 %bc
          set %healer #scnt + %healtimer
          finditem ZLF C
          if #findkind = -1 2
          display alert You do not have any bandages!
          halt
          set #lobjectid #findid
          event macro 17
          target
          event macro 23
          set %ht %healer - #scnt
          countdownloop:
          wait 1s
          set %ht %ht - 1
          menu delete ht
          menu text ht 105 23 %ht
          if %ht > 0
          goto countdownloop
          if yes in #charghost
          halt
          }
          ;=========================
          bandagecount:
          set %bc 0
          findbandies:
          finditem ZLF C
          if #findkind = -1
          goto endcount
          set %bc %bc + #findstack
          ignoreitem #findid
          goto findbandies
          endcount:
          ignoreitem reset
          menu delete bc
          menu text bc 105 7 %bc
          ;menu button nothing 500 500 2 2 nothing
          set #menubutton N/A
          goto menuloop
          ;=========================
          ; End of Tecmo's Healer
          ;========================

          sono figo

          Commenta


          • #35
            Allora andate a votare anche qui già che ci siete :
            http://www.easyuo.com/forum/viewtopic.php?p=28275#28275
            script per attaccare il tizio più "minaccioso" che hai intorno con un tasto.
            Take care of yourself.

            Commenta


            • #36
              Originally posted by -MordheiM-


              Boydon aveva postato a suo tempo il paragon away, con cura pet, send artifact ecc

              Vash aveva postato lo script di healing mi sembra di ricordare ;\ poi aveva fatto anche una guida x easyuo..
              ...allora mi scuso
              ..cmq grazie anche a te che hai postato uno script

              Commenta


              • #37
                Originally posted by L0r3nZ
                Lodevole l'iniziativa di Aribeth quindi nn si puo' far altro che ringraziarlo
                Aribeth è la paladina di Neverwinter mia eroina nella quest e gra pezzo di pixel

                Cmq speriamo che questi esempi portino all'apertura celere di un forum Script EasyUO per tutti (ovviamente testati su UODreams )

                L2 / UO - GamesNet Italia
                Aribeth

                Commenta


                • #38
                  Avete la tastiera piena di macro di razor o injection?

                  Quando parlate fate più o meno così?:

                  all come
                  Des Sanct
                  *you begin to swing the bola*
                  ciao come va?

                  o peggio così?:
                  h le mcr sui tsti e nn riesc prlre bene

                  ecco la soluzione:
                  Scrivi ciò che vuoi dire nell'apposito spazio e premi invio.
                  bottone T per parlare(funziona come invio), R per ripetere.

                  codice:
                  menu clear
                  menu activate
                  menu window title Talker
                  menu window size 220 25
                  menu edit speech 0 0 180
                  menu button invio 180 0 20 22 T
                  menu button repeat 200 0 20 22 R
                  menu show
                  set #menubutton N/A
                  
                  mainloop:
                  wait 1
                  onhotkey ENTER
                  	set #menubutton invio
                  if #menubutton <> N/A
                  	gosub readmenu
                  goto mainloop
                  
                  sub readmenu
                  if #menubutton = CLOSED
                  {
                  	halt
                  }
                  if #menubutton = invio
                  {
                  	set #menubutton N/A
                  	menu get speech
                  	msg #menures , $
                  	menu delete speech
                  	menu edit speech 0 0 180
                  	return
                  }
                  if #menubutton = repeat
                  {
                  	set #menubutton N/A
                  	msg #menures , $
                  	return
                  }
                  return
                  Take care of yourself.

                  Commenta


                  • #39
                    Mitraton questo tuo script lo devo provare.... mi sa che si merita uno YEAH

                    PS: io usavo il tasto "disabilita le macro da razor" e le disattivavo per parlare.... a volte mi dimenticavo di ripremerlo

                    L2 / UO - GamesNet Italia
                    Aribeth

                    Commenta


                    • #40
                      Originally posted by Mitraton
                      Avete la tastiera piena di macro di razor o injection?

                      [/code]
                      lol gia, grazie mille utilissimo, così tornerò a parlare con gli accenti, i tasti "è+òàù,.-'ì" so pieni di macro -.-"

                      sono figo

                      Commenta


                      • #41
                        Ancora grazie per sti script
                        Uppo per lo sticky
                        Originariamente inviato da delarge
                        A me pare che ora che la situazione si sta riequilibrando stiate piagnucolando un pò troppo, forse perchè era divertente quando in 10 venivate a segare 4 com e magari vi si rizzava pure il pisello.
                        ICQ: 474222675
                        MSN: puchkp@hotmail.it

                        Commenta


                        • #42
                          E ora che hanno uppato il fire beetle aspettatevi una piccola modifica al runebook mining...

                          Who is Kaiser Souze? He is supposed to be Turkish. Some say his father was German. Nobody believed he was real. Nobody ever saw him or knew anybody that ever worked directly for him, but to hear Kobayashi tell it, anybody could have worked for Souze. You never knew. That was his power. The greatest trick the Devil ever pulled was convincing the world he didn't exist. And like that, poof. He's gone.

                          Commenta


                          • #43
                            ti devo ringraziare di cuore x la script taming

                            Commenta


                            • #44
                              Originally posted by L0r3nZ
                              Il bod filler scaricatelo da qua
                              http://www.easyuo.com/forum/viewtopi...=159902#159902
                              così lo potete anche votare, ci vogliono pochi secondi ma farete guadagnare crediti a Boydon ...
                              questo mi pare doveroso data la mole di lavoro impiegata da boydon e per aver reso pubblico uno script così sgravo
                              Come il mare sono calmo ed imperturbabile,
                              come il vento non ho una particolare direzione

                              Commenta


                              • #45
                                Originally posted by BORN TO KILL


                                lol gia, grazie mille utilissimo, così tornerò a parlare con gli accenti, i tasti "è+òàù,.-'ì" so pieni di macro -.-"
                                impostare un tasto x attiva/disattiva macro?

                                94hp, 45poison resist, lallo da sacar602....make me feel a n00b
                                Originariamente inviato da delpietro
                                con un cantonà obeso e barbuto, me lo ricordo ancora pochi anni fa che trafora il petto di un demone pronunciando un rumorino simile a "OUUA!" ( )

                                Commenta

                                Sto operando...
                                X