annuncio

Comprimi
Ancora nessun annuncio.

[magery] fc4

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

  • [magery] fc4

    Ho un pg con FC4 e magery a 69.9

    come scritto dalle F.A.Q. = - Faster Casting (FC):
    Faster Casting 4 se si ha magery minore di 70

    ora volevo chiedere:

    - quanto diminuisce il tempo di cast con FC4 in secondi ?
    - qualcuno ha quello script che fa leggere il tempo di cast..?

    Mithrandir

  • #2
    magery e necromancy hanno sempre fc cappata a 2
    con 69.9 su magery puoi avere fc4 su Chivalry, Ninjitsu, Bushido or Spellweaving (su uod mi sembra nn sia proprio così)
    a 70 di magery cap fc2 su tutto

    fonte:
    Faster casting - UOGuide, the Ultima Online encyclopedia

    -ogni punto di fc diminuisce il tempo di cast di 0.25 secondi
    -i tempi di cast dovrebbero essere riportati su stratics

    Commenta


    • #3
      Eccolo

      codice:
      ;Test Cast Speed v0.5 by DJ_Flash
      ;Dopo qualche minuto lo script farà dire al vostro PG le velocità di cast.
      ;Le velocità di cast a parita di Fc/Fcr sono influenzate dal client, conessione e pc.
      
      initevents
      linesPerCycle 200
      menu hideEUO
      set %ok_targ no
      
      
      Chooseskill mage
      set %magery #skill
      Chooseskill necr
      set %necro #skill
      
      if ( %magery > 0 && %necro > 0 )
      set %pg Il , #spc , PG , #spc , è , #spc , un , #spc , mago-necro , #spc , con:$ , %magery , #spc , magery$ , %necro , #spc , necromancy
      if ( %magery = 0 && %necro > 0 )
      set %pg Il , #spc , PG , #spc , è , #spc , un , #spc , necro  , #spc , con:$ , %necro , #spc , necromancy
      if ( %magery > 0 && %necro = 0 )
      set %pg Il , #spc , PG , #spc , è , #spc , un , #spc , mago , #spc , con:$ , %magery , #spc , magery
      if ( %magery = 0 && %necro = 0 )
      {
      display ok Il , #spc , PG , #spc , non , #spc , è , #spc , ne , #spc , mago , #spc , ne , #spc , necro. , #spc  Ok , #spc , per , #spc , uscire.
      halt
      }
      
      set #menubutton N/A
      menu window title Speed Cast Test v.0.5
      menu window size 400 250
      menu show 0 0
      menu text text1 5 0 %pg
      menu text text2 5 60 Inserisci qua la tua Faster Casting Recovery:
      menu edit fcr 265 60 20 6
      menu text text3 5 100 Targetta un oggetto fermo e lockato in casa anche non$propria (Es. pouch lockato a terra).$Non targettare se stessi o pet o altri pg.
      menu button targetta 5 150 50 20 Target
      menu text text_target 70 150 Target: , #ltargetid
      menu text text_corretto 200 150 Corretto: , %ok_targ
      menu text text4 5 190 Precisione Test(1=Poco Preciso):
      menu edit veloc 200 190 20 3
      menu button start 5 220 80 20 Start Test
      
      loop:
      
      if #menubutton = targetta
         {
         gosub target
         menu delete text_target
         menu delete text_corretto
         menu text text_target 70 150 Target: , #ltargetid
         menu text text_corretto 200 150 Corretto: , %ok_targ
         set #menubutton N/A
         }
      
      if #menubutton = start
         {
         if %ok_targ = si
            goto inizio
         if %ok_targ = no
            {
            display ok Il target non è corretto.$Rifai il target!
            set #menubutton N/A
            }
         }
      goto loop
      
      inizio:
      set #menures N/A
      menu getnum fcr 6
      set %fcr ( 6 - #menures ) * 5
      menu getnum veloc 3
      set %veloc #menures
      menu clear
      menu window title Speed Cast Test v.0.5 Testing ...
      menu window size 220 400
      menu button stop 5 5 60 20 Stop Test
      set %previsto 0
      for %i 1 8
      {
      set %y 10 + %i * 20
      set %cicle ( 10 - %i ) * %veloc
      set %previsto %previsto + %cicle * ( %i * 250 + 250 )
      menu text text_cast . %i 5 %y %i , ° Circolo: Ready Cicles: , #spc , %cicle
      }
      set %previsto %previsto / 1000
      set %y %y + 40
      menu text text_previsto 5 %y Tempo previsto: , %previsto , sec
      
      for %i 1 8
      {
      menu delete text_cast . %i
      set %y 10 + %i * 20
      menu text text_cast . %i 5 %y %i , ° Circolo: Testing ...
      if %i = 1
         set %magia 3
      if %i = 2
         set %magia 10
      if %i = 3
         set %magia 17
      if %i = 4
         set %magia 29
      if %i = 5
         set %magia 37
      if %i = 6
         set %magia 42
      if %i = 7
         set %magia 50
      if %i = 8
         set %magia 58
         
      set %inizio #systime
      set %fine ( 10 - %i ) * %veloc
      for %z 1 %fine
          {
          event macro 15 %magia
          target 110
          event macro 22 0
          if #menubutton = stop
          halt
          wait %fcr
          }
      set %tempo . %i ( ( #systime - %inizio ) / ( %z - 1 ) )
      
      menu delete text_cast . %i
      menu text text_cast . %i 5 %y %i , ° Circolo: , %tempo . %i , ms
      
      }
      
      wait 100
      
      menu clear
      menu show 0 0
      menu window title Speed Cast Test v.0.5 Finish
      menu window size 800 50
      set %risultati #spc
      for %i 1 8
      {
      set %risultati %risultati , %i , °: , %tempo . %i , #spc
      }
      
      set %risultati %risultati , #spc , Velocità: , %veloc , #spc , Wait_Fcr: , %fcr , #spc , Client: , #cliver , #spc , EUO: , #euover
      
      menu text text_risul 5 0 Risultati:
      menu edit edit_risultati 5 20 750 %risultati
      
      
      halt
      
      
      
      sub target
      set #targcurs 1
      target 10
      target_loop:
      if #targcurs = 1
      goto target_loop
      deletejournal
      event macro 15 3
      target 110
      event macro 22 0
      wait 4
      scanjournal 1
      set %ok_targ no
      if That_is_not_accessible. in #journal
      set %ok_targ si
      return

      Commenta


      • #4
        Grazie a tutti!!
        Ho fatto il test su de pg
        Primo FC4 FCR6(espresso in millisecondi):
        1°:492
        2°:728
        3°:988
        4°:1234
        5°:1467
        6°:1722
        7°:1971
        8°:2230

        il secondo (PG DIVERSO) FC2 - FCR 5:
        1°:728
        2°:962
        3°:1229
        4°:1486
        5°:1737
        6°:1942
        7°:2194
        8°:2484

        quindi SI funziona!

        Mithrandir

        Commenta


        • #5
          ma magery dovrebbe avere il cap a fc2 indipendentemente da quanta ne hai... -_-
          ICQ: 214559216

          Commenta


          • #6
            Originariamente inviato da jack1985 Visualizza il messaggio
            ma magery dovrebbe avere il cap a fc2 indipendentemente da quanta ne hai... -_-
            ha fcr maggiore nel primo caso


            Originariamente inviato da smallangel Visualizza il messaggio
            Primo FC4 FCR6


            il secondo (PG DIVERSO) FC2 - FCR 5:

            quindi SI funziona!
            ma lo script tiene conto del tempo fra una spell e l'altra?
            se si bho! altrimenti cambia eccome...
            Originariamente inviato da fnurov
            subscribe lol

            Commenta


            • #7
              Originariamente inviato da androix Visualizza il messaggio
              ha fcr maggiore nel primo caso




              ma lo script tiene conto del tempo fra una spell e l'altra?
              se si bho! altrimenti cambia eccome...
              giusto ^^ bisogna vedere se conta il tempo di cast o il tempo tra una spell e l'altra
              ICQ: 214559216

              Commenta


              • #8
                temo sia il tempo che intercorre tra una spell e l'altra

                la differenza tra gli stessi circoli si aggira sempre sui 250ms-->0.25secondi

                Commenta


                • #9
                  vista la tabella: Faster Casting effect on magery spells by circle, by krrios, edited by Chandalir
                  ---
                  Circle Faster Casting Level
                  ------ -3 ------ -2 --- --- -1 --- ------ 0 ------ 1 ------ 2
                  1st ---1.75 s ---1.50 s ---1.25 s--- 1.00 s --- 0.75 s ---0.50 s
                  2nd --- 2.00 s --- 1.75 s --- 1.50 s --- 1.25 s --- 1.00 s --- 0.75 s
                  3rd --- 2.25 s --- 2.00 s --- 1.75 s --- 1.50 s --- 1.25 s --- 1.00 s
                  4th --- 2.50 s --- 2.25 s --- 2.00 s --- 1.75 s --- 1.50 s ---1.25 s
                  5th --- 2.75 s --- 2.00 s --- 1.75 s --- 1.50 s --- 1.75 s --- 1.50 s
                  6th --- 3.00 s --- 2.75 s --- 2.50 s --- 2.25 s --- 2.00 s --- 1.75 s
                  7th --- 3.25 s --- 3.00 s --- 2.75 s --- 2.50 s --- 2.25 s --- 2.00 s
                  8th --- 3.50 s --- 3.25 s --- 3.00 s --- 2.75 s --- 2.50 s --- 2.25 s


                  e la media dei risultati dati dallo script è:

                  1°:476
                  2°:695
                  3°:972
                  4°:1243
                  5°:1436
                  6°:1716
                  7°:1995
                  8°:2229

                  ho misurato un ping medio di 12ms da console castando in FC 4 FCR 8 con client base quindi si può affermare che il cap di fc è rispettato risultando i tempi nella media. se avesse calcolato anche solo fc 3 sarebbero dovuti essere almeno 200 ms in meno...
                  Ultima modifica di fengyr; 13-11-2009, 18:05.
                  ____________________________________________________________________

                  Il p Fengyr
                  ____________________________________________________________________
                  : algander#6292

                  Commenta


                  • #10
                    Originariamente inviato da fengyr Visualizza il messaggio
                    vista la tabella: Faster Casting effect on magery spells by circle, by krrios, edited by Chandalir
                    ---
                    Circle Faster Casting Level
                    ------ -3 ------ -2 --- --- -1 --- ------ 0 ------ 1 ------ 2
                    1st ---1.75 s ---1.50 s ---1.25 s--- 1.00 s --- 0.75 s ---0.50 s
                    2nd --- 2.00 s --- 1.75 s --- 1.50 s --- 1.25 s --- 1.00 s --- 0.75 s
                    3rd --- 2.25 s --- 2.00 s --- 1.75 s --- 1.50 s --- 1.25 s --- 1.00 s
                    4th --- 2.50 s --- 2.25 s --- 2.00 s --- 1.75 s --- 1.50 s ---1.25 s
                    5th --- 2.75 s --- 2.00 s --- 1.75 s --- 1.50 s --- 1.75 s --- 1.50 s
                    6th --- 3.00 s --- 2.75 s --- 2.50 s --- 2.25 s --- 2.00 s --- 1.75 s
                    7th --- 3.25 s --- 3.00 s --- 2.75 s --- 2.50 s --- 2.25 s --- 2.00 s
                    8th --- 3.50 s --- 3.25 s --- 3.00 s --- 2.75 s --- 2.50 s --- 2.25 s


                    e la media dei risultati dati dallo script è:

                    1°:476
                    2°:695
                    3°:972
                    4°:1243
                    5°:1436
                    6°:1716
                    7°:1995
                    8°:2229

                    ho misurato un ping medio di 12ms da console castando in FC 4 FCR 8 con client base quindi si può affermare che il cap di fc è rispettato risultando i tempi nella media. se avesse calcolato anche solo fc 3 sarebbero dovuti essere almeno 200 ms in meno...
                    Vorrebbe dire ? che FC4 nn funge ?
                    come C***O faccio con fc4 a castare + lento della media ?

                    Mithrandir

                    Commenta


                    • #11
                      Originariamente inviato da maurocomelli Visualizza il messaggio
                      magery e necromancy hanno sempre fc cappata a 2
                      cosa c'è di difficile?

                      Commenta


                      • #12
                        magery e necromancy cap a fc2
                        Spellweaving chivarly cap fc4
                        ninja cap fc3

                        cap fcr 6 per tutti esclusa chiva con cap fcr 7

                        Caso eccezzionale:

                        Fc cap di Sola Chivarly viene abbassato a 2 se si ha magery >= 70.

                        prova a mettere fcr 6 su entrambi i pg
                        Lista dei Punti di Xorina
                        icq 112740352

                        Commenta


                        • #13
                          insomma è sbagliato sul forum ? o.O
                          cacchio m ho chiesto anche tramite help ai gm e mi hanno confermato fc=4

                          Mithrandir

                          Commenta


                          • #14
                            se ci fosse cap a fc4 anche per magery con magery < di 70 non pensi che tutti i lamer avrebbero fc4 fcr6 e spammerebbero fireball?
                            Lista dei Punti di Xorina
                            icq 112740352

                            Commenta


                            • #15
                              Originariamente inviato da Lord_Of_Cove Visualizza il messaggio
                              se ci fosse cap a fc4 anche per magery con magery < di 70 non pensi che tutti i lamer avrebbero fc4 fcr6 e spammerebbero fireball?
                              ...sarei uno di quelli xd!!! asd :O


                              marcobigo@live.it
                              _________________________________________________
                              - MIAMI SUPERCOPS -
                              "I poliziotti dell'ottava strada"
                              Space Trip [LvX]
                              John McLane[EOS]
                              Yasha Marciano[EOS]
                              http://www.youtube.com/watch?v=R10iBZhYIsA <<NON SONO UN DIO.

                              Commenta

                              Sto operando...
                              X