annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO] Bod Gatherer

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

  • [EASYUO] Bod Gatherer

    Apro questo thread in sostituzione del vecchio stickato: [EASYUO] Bod Gather script di Raziel (modificato per i save)
    I vecchi download non sono più funzionanti quindi metto i link agli script che usavo io...



    Downloads

    Lo script più recente:
    * Versione modificata da Marino (post)
    ---> Script Bod Gatherer + Rail Umbra agg 28/09/2014 by Marino<---


    Questi sono script di vecchia data, mantengo i link per riferimento ma non sono più funzionanti


    * Versione base (fixata per i nuovi slot da 1 a 7)
    http://lfarmer16.googlecode.com/files/Bod_Gather.txt

    * Versione modificata con check per i save ed altri fix che ho fatto (ma non ricordo cosa XD )
    http://lfarmer16.googlecode.com/file...ave%20MOD3.txt


    Rail di supporto

    Rails necessarie in caso non usiate il recall:
    Umbra
    inn->tailor
    http://lfarmer16.googlecode.com/file...ilor_umbra.txt
    tailor->inn
    http://lfarmer16.googlecode.com/file..._inn_umbra.txt

    inn_tailor_umbra by Marino



    link utile: CEO rail writer (modificato x essere più veloce e affidabile), registratevi le vostre rail personalizzate




    FAQ - Problemi e soluzioni


    Crash del client

    Fix per il riavvio del server [Da fare]

    D: non riesco a recallare con chivalry e sono sicuro di aver settato correttamente la riga per il pg
    R: perusare sacred journey sulle rune scrivete chivalry al posto di recall.

    Questo script non è mio e non garantisco di poter offrire un supporto soddisfacente dal momento che non l'ho scritto io, pertanto per eventuale supporto/istruzioni d'uso rifatevi al vecchio thread: [EASYUO] Bod Gather script di Raziel (modificato per i save)
    Nel caso la versione da ME modificata dia qualche strano problema scrivete QUI, quando averò tempo cercherò di darvi una mano
    Ultima modifica di fengyr; 30-11-2014, 20:25.
    ____________________________________________________________________

    Il p Fengyr
    ____________________________________________________________________
    : algander#6292

  • #2
    grazie mille

    Commenta


    • #3
      potresti stickarlo come l'altro thread? sarebbe più alla mano
      Sephirot [Fear]

      sigpic
      ICQ : 376331016

      Commenta


      • #4
        ok la sticko momentaneamente per far notare la novità, in futuro abituatevi a guardare nel thread http://forum.gamesnet.it/f667/lista-...easyuo-298693/ per cercare gli script, sto cercando di fare una lista dei vari script utili... troppi sticky nei forum non mi piaciono
        ____________________________________________________________________

        Il p Fengyr
        ____________________________________________________________________
        : algander#6292

        Commenta


        • #5
          Avevo gia notato che quel 3d era stato aggiornato , ma non sapevo con chi congraturarmi :P
          Sephirot [Fear]

          sigpic
          ICQ : 376331016

          Commenta


          • #6
            fengyr potresti allegarci le 2 rail per il fabbro a umbra??

            p.s. se provo a farle io mi escono un sacco di problemi tipo la distanza tra uno spot e l'altro deve essere minima di.. etc etc etc..
            "Non ereditiamo il mondo dai nostri padri, ma lo prendiamo in prestito dai nostri figli."
            "Oh Grande Spirito, concedimi la serenità di accettare le cose che non posso cambiare, il coraggio di cambiare le cose che posso cambiare, e la Saggezza di capirne la differenza."

            Personaggi:
            Paul Onpho - Tothiac - Geppetto - Barahir - Blomahac

            Contatti:
            MSN: Gugli87@hotmail.com

            Commenta


            • #7
              Purtroppo le rail che ho sono solo quelle, proverò a registrarle io ma se qualcuno le avesse già, sarebbe di aiuto nel postarle.

              Nel caso vogliate registrarvi le vostre, vi allego lo script per farlo con un paio di modifiche per renderlo più veloce (impiega circa il 30% di tempo in meno) questo script deve essere nella stessa cartella per poter funzionare:

              codice:
              ;==================================
              ; Script Name: CEOAutoRailWriter
              ; Author: CEO
              ; Version: 1.3a
              ; Client Tested with: 4.0.1b
              ; EUO version tested with: 1.4 (005F)
              ; Shard OSI / FS:
              ; Revision Date: 12-22-03
              ; Public Release:12-22-03
              ; Purpose: Simple method for writing a rail file. Just hit Record and walk the path.
              ;============================================
              initevents
              ;--------------------------- Change these to fit your needs
              set %path #curpath
              set %ztolerance 7
              set %dtolerance 11
              set %targetx_text ltargetx
              set %targety_text ltargety
              set %targetz_text ltargetz
              set %filename railspots.txt
              ;might need to set this use "command" instead of "cmd" for your OS
              set %cmd cmd
              ;----------------------------
              set %version 1.3a
              set %debug #false
              set %totalspots 0
              set %totalltargets 0
              set %testrail #false
              if EXEC notin #opts
              {
                display ok In order to save the rail file you must have $"Allow Execute" on.
              + Enable this option$from the Easyuo menu:$$Options>Configuration>Allow Execute$$Halting...
                halt
              }
              gosub initmenu
              set #menubutton N/A
              Mainloop:
              wait 5
              if #menubutton <> N/A
                gosub #menubutton
              if *500 = waiting && ! %testrail
              {
                menu font bgcolor silver
                menu font color black
                menu button TestRail 200 5 60 20  Test Rail
                menu font bgcolor black
                menu font color red
                set %testrail #true
              }
              gosub DisplayCords
              goto Mainloop
              
              sub TestRail
              set *502 railspots.txt
              set *503 1
              set *504 run
              set *501 start
              set #menubutton N/A
              return
              
              sub Write
              show menu
              menu delete record
              set #menubutton N/A
              menu delete write
              menu font bgcolor blue
              menu font color white
              menu text status 55 5 Writing File
              menu font bgcolor black
              menu font color red
              str mid #date 3 2
              set %date #strres
              str right #date 2
              set %date %date , / , #strres
              str left #date 2
              set %date %date , / , #strres
              execute txt2file.Vbs #false #False %Path %filename #smc , #spc , * Created with CEOAutoRailWriter on %date *
                      + $ #smc
                      + $ set % , endspot , #spc , %totalspots
              menu text hs 10 30 Saving Spot:
              menu font color white
              for %i 1 %totalspots
              {
                menu delete ss
                menu text ss 85 30 %i
                wait 1
                execute txt2file.Vbs #false #False %Path %filename set % , X , %i , #spc , %railspotx . %i
                        + $ set % , Y , %i , #spc , %railspoty . %i
                        + $ set % , Z , %i , #spc , %railspotz . %i
                if %target . %i = #true
                {
                  execute txt2file.Vbs #false #False %Path %filename set % , %targetx_text , %i , #spc , %ltargetx . %i
                          + $ set % , %targety_text , %i , #spc , %ltargety . %i
                          + $ set % , %targetz_text , %i , #spc , %ltargetz . %i
                          + $ set % , ltargetkind , %i , #spc , %ltargetkind . %i
                          + $ set % , ltargettile , %i , #spc , %ltargettile . %i
                }
              }
              menu font bgcolor silver
              menu font color black
              menu button Record 10 150 50 20  Record
              menu font bgcolor black
              menu font color red
              set %totalspots 0
              menu delete rx
              menu delete ry
              menu delete rz
              menu delete ss
              menu delete hs
              menu delete fh
              gosub DisplayTotalSpots
              menu delete status
              return
              
              sub Record
              show menu
              set %lpc #lpc
              set #lpc 1000
              for %i 1 %totalspots
              {
                set %ltargetx . %i n/a
              }
              set #lpc %lpc
              set %totalspots 1
              set %totalltargets 0
              gosub WalkOn
              gosub DisplayTotalSpots
              gosub RecordSpot
              menu delete Record
              menu font bgcolor silver
              menu font color black
              menu button Stop 10 150 50 20  Stop
              menu button LTARGET 110 150 50 20  Ltarget
              menu font bgcolor black
              menu delete recording
              menu font bgcolor red
              menu font color white
              menu text status 55 5 Recording
              menu font bgcolor black
              menu font color red
              menu text ath 10 30 Auto Timer:
              set %recording #true
              set #menubutton N/A
              Record1:
              show menu
              if #menubutton = ltarget
              {
                if %lastpos <> %lastrailspot
                {
                     set %totalspots %totalspots + 1
                    gosub DisplayTotalSpots
                     gosub RecordSpot
                    gosub DisplayCords
                }
                gosub record_ltarget
                gosub DisplayTotalSpots
              }
              if #menubutton <> N/A
              {
                gosub #menubutton
                if ! %recording
                {
                  menu delete ltarget
                  return
                }
              }
              wait 5
              if %lastpos <> %lastrailspot
              {
                set %timetowrite %lastmoved - #scnt
                menu delete ttw
                if %timetowrite <= 5
                {
                  menu font color yellow
                  menu text ttw 75 30 %timetowrite
                  menu font color red
                  if %timetowrite <= 0
                  {
                     set %totalspots %totalspots + 1
                    gosub DisplayTotalSpots
                     gosub RecordSpot
                  }
                }
              }
              gosub DisplayCords
              if %record_spot
              {
                 set %totalspots %totalspots + 1
                gosub DisplayTotalSpots
                 gosub RecordSpot
              }
              goto Record1
              
              return
              
              sub RecordSpot
              set %lastspotx #charposx
              set %lastspoty #charposy
              set %lastspotz #charposz
              set %railspotx . %totalspots %lastspotx
              set %railspoty . %totalspots %lastspoty
              set %railspotz . %totalspots %lastspotz
              gosub DisplayRecordedSpot
              set %lastrailspot %lastspotx , _ , %lastspoty , _ , %lastspotz
              set %lastpos %lastrailspot
              set %lastmoved #scnt + 5
              menu delete ttw
              return
              
              sub DisplayRecordedSpot
              menu font align right
              menu font color white
              menu delete rx
              menu text rx 135 70 %lastspotx
              menu delete ry
              menu text ry 175 70 %lastspoty
              menu delete rz
              menu text rz 215 70 %lastspotz
              menu font color red
              menu font align left
              return
              
              sub stop
              menu delete Stop
              menu font bgcolor silver
              menu font color black
              menu button Record 10 150 50 20  Record
              set #menubutton N/A
              menu delete status
              menu delete ath
              menu delete ttw
              set %recording #false
              if %totalspots > 1
                menu button Write 60 150 50 20  Write
              menu font bgcolor black
              menu font color lime
              gosub RunON
              return
              
              sub InitMenu
              menu clear
              menu font alight left
              menu window size 270 200
              menu window title CEOAutoRailWriter %version
              menu window color black
              menu font bgcolor BLACK
              menu font color red
              menu show
              menu font size 9
              menu text s 10 5 Status:
              menu text fnameheader 5 180 Filename:
              menu font size 8
              menu font color white
              menu edit fname 70 175 130 %filename
              menu font size 9
              menu font color red
              menu text h1x 130 35 X
              menu text h1y 170 35 Y
              menu text h1z 210 35 Z
              menu text h1 10 50 Current Position:
              menu text h5 10 70 Last Recorded:
              menu text h4 10 85 Total Railspots:
              menu text h4 145 85 Total # , LTargets:
              gosub DisplayTotalSpots
              menu font align left
              menu font style b
              menu font color yellow
              menu text hh 5 100 Rail Parameters :
              menu font style n
              menu font color red
              menu text h2 10 115 Max distance between spots:
              menu text h3 10 130 Z tolerance:
              menu font color yellow
              menu text t2 175 115 %dtolerance
              menu text t3 80 130 %ztolerance
              menu font color red
              gosub displayCords
              menu font bgcolor silver
              menu font color black
              menu button Record 10 150 50 20  Record
              menu button getfname 201 178 30 20 upd
              if *500 = waiting
              {
                menu button TestRail 200 5 60 20  Test Rail
                set %testrail #true
              }
              menu font bgcolor black
              menu font color red
              set #menubutton N/A
              menu delete total
              menu font color lime
              if ! %debug
                menu hideeuo
              return
              
              
              sub DisplayTotalSpots
              menu font align right
              menu font color white
              menu delete tspots
              menu delete tltargets
              menu text tspots 120 85 %totalspots
              menu text tltargets 255 84 %totalltargets
              menu font align left
              menu font color red
              return
              
              sub DisplayCords
              set %record_spot #false
              if #charposx , _ , #charposy , _ , #charposz = %lastpos
                return
              menu font align right
              menu font color lime
              X:
              if %lastposx = #charposx
                goto Y
              menu delete x
              menu text x 135 50 #charposx
              set %dif abs ( %lastspotx - #charposx )
              if %dif > %dtolerance
                set %record_spot #true
              set %lastposx #charposx
              Y:
              if %lastposy = #charposy
                goto Z
              set %dif abs ( %lastspoty - #charposy )
              if %dif > %dtolerance
                set %record_spot #true
              menu delete y
              menu text y 175 50 #charposy
              set %lastposy #charposy
              Z:
              if #lastposz = #charposz
                goto DC_End
              set %dif abs ( %lastspotz - #charposz )
              if %dif > %ztolerance
                set %record_spot #true
              menu delete z
              menu text z 215 50 #charposz
              set %lastposx #charposz
              
              DC_End:
              set %lastpos #charposx , _ , #charposy , _ , #charposz
              menu font align left
              menu font color red
              set %lastmoved #scnt + 7
              menu delete ttw
              return
              
              Sub WalkOn
              ;purpose: toggle always run off
              event macro 32 0
              wait 10 10
              if now_off IN #SYSMSG
                return
              event macro 32 0
              return
              
              Sub RunON
              ;purpose: toggle always run on
              event macro 32 0
              wait 10 10
              if now_on IN #SYSMSG
                return
              event macro 32 0
              return
              
              sub closed
              if ! %debug
                stop
              return
              
              sub record_ltarget
              event macro 13 14
              targetloop:
                if #targcurs = 1
                  goto targetloop
              if %ltargetx . %totalspots <> n/a
              {
                set %totalspots %totalspots + 1
                gosub DisplayTotalSpots
                gosub RecordSpot
              }
              set %ltargetx . %totalspots #ltargetx
              set %ltargety . %totalspots #ltargety
              set %ltargetz . %totalspots #ltargetz
              set %ltargetkind . %totalspots #ltargetkind
              set %ltargettile . %totalspots #ltargettile
              set %totalltargets %totalltargets + 1
              set %target . %totalspots #true
              set #menubutton n/a
              return
              
              sub getfname
              menu get fname
              if #menuRes <> %filename
              {
                set %filename #menuRes
                menu font color white
                menu font size 8
                menu edit fname 70 175 130 %filename
                menu font color lime
                menu font size 9
              }
              set #menubutton n/a
              return
              Ultima modifica di fengyr; 27-01-2010, 20:39.
              ____________________________________________________________________

              Il p Fengyr
              ____________________________________________________________________
              : algander#6292

              Commenta


              • #8
                queste sono le rail per prendere bod black e tailor 0.1
                salvarlo su un blocco note con il nome (inn_tailor_umbra)

                codice:
                ;==================================
                ;* Created with CEOAutoRailWriter on 12/21/08 * 
                ;  
                set %endspot 13 
                set %X1 2044 
                set %Y1 1315 
                set %Z1 -85 
                set %X2 2047 
                set %Y2 1315 
                set %Z2 -90 
                set %X3 2052 
                set %Y3 1315 
                set %Z3 -90 
                set %X4 2057 
                set %Y4 1320 
                set %Z4 -90 
                set %X5 2062 
                set %Y5 1325 
                set %Z5 -90 
                set %X6 2068 
                set %Y6 1331 
                set %Z6 -84 
                set %X7 2070 
                set %Y7 1334 
                set %Z7 -80 
                set %X8 2071 
                set %Y8 1340 
                set %Z8 -86 
                set %X9 2078 
                set %Y9 1341 
                set %Z9 -88 
                set %X10 2080 
                set %Y10 1339 
                set %Z10 -84 
                set %X11 2080 
                set %Y11 1335 
                set %Z11 -75 
                set %X12 2080 
                set %Y12 1330 
                set %Z12 -78 
                set %X13 2080 
                set %Y13 1325 
                set %Z13 -80
                salvarlo con il nome (smith_inn_umbra) (aggiornata 29/11/2009) l'altra ad un certo punto si bloccava e poi riprativa questa no

                codice:
                ;==================================
                ;* Created with CEOAutoRailWriter on 11/29/09 * 
                ;  
                set %endspot 18 
                set %X1 1982 
                set %Y1 1359 
                set %Z1 -80 
                set %X2 1986 
                set %Y2 1365 
                set %Z2 -80 
                set %X3 1992 
                set %Y3 1367 
                set %Z3 -75 
                set %X4 1995 
                set %Y4 1367 
                set %Z4 -83 
                set %X5 1996 
                set %Y5 1367 
                set %Z5 -87 
                set %X6 2003 
                set %Y6 1367 
                set %Z6 -90 
                set %X7 2008 
                set %Y7 1362 
                set %Z7 -90 
                set %X8 2008 
                set %Y8 1356 
                set %Z8 -90 
                set %X9 2008 
                set %Y9 1350 
                set %Z9 -90 
                set %X10 2015 
                set %Y10 1346 
                set %Z10 -90 
                set %X11 2022 
                set %Y11 1344 
                set %Z11 -90 
                set %X12 2028 
                set %Y12 1344 
                set %Z12 -90 
                set %X13 2033 
                set %Y13 1344 
                set %Z13 -85 
                set %X14 2040 
                set %Y14 1337 
                set %Z14 -86 
                set %X15 2048 
                set %Y15 1329 
                set %Z15 -85 
                set %X16 2050 
                set %Y16 1326 
                set %Z16 -90 
                set %X17 2050 
                set %Y17 1320 
                set %Z17 -90 
                set %X18 2045 
                set %Y18 1315 
                set %Z18 -85
                salvarlo con il nome (tailor_smith_umbra)

                codice:
                ;==================================
                ;* Created with CEOAutoRailWriter on 12/21/08 * 
                ;  
                set %endspot 24 
                set %X1 2080 
                set %Y1 1325 
                set %Z1 -80 
                set %X2 2080 
                set %Y2 1330 
                set %Z2 -78 
                set %X3 2080 
                set %Y3 1335 
                set %Z3 -75 
                set %X4 2080 
                set %Y4 1338 
                set %Z4 -81 
                set %X5 2079 
                set %Y5 1340 
                set %Z5 -86 
                set %X6 2077 
                set %Y6 1342 
                set %Z6 -90 
                set %X7 2070 
                set %Y7 1345 
                set %Z7 -90 
                set %X8 2064 
                set %Y8 1345 
                set %Z8 -90 
                set %X9 2061 
                set %Y9 1345 
                set %Z9 -85 
                set %X10 2055 
                set %Y10 1345 
                set %Z10 -83 
                set %X11 2047 
                set %Y11 1345 
                set %Z11 -85 
                set %X12 2041 
                set %Y12 1345 
                set %Z12 -80 
                set %X13 2038 
                set %Y13 1345 
                set %Z13 -85 
                set %X14 2033 
                set %Y14 1345 
                set %Z14 -85 
                set %X15 2029 
                set %Y15 1345 
                set %Z15 -90 
                set %X16 2023 
                set %Y16 1345 
                set %Z16 -90 
                set %X17 2015 
                set %Y17 1345 
                set %Z17 -90 
                set %X18 2008 
                set %Y18 1350 
                set %Z18 -90 
                set %X19 2008 
                set %Y19 1357 
                set %Z19 -90 
                set %X20 2004 
                set %Y20 1363 
                set %Z20 -90 
                set %X21 1997 
                set %Y21 1367 
                set %Z21 -88 
                set %X22 1994 
                set %Y22 1367 
                set %Z22 -80 
                set %X23 1988 
                set %Y23 1367 
                set %Z23 -80 
                set %X24 1981 
                set %Y24 1363 
                set %Z24 -80
                spero vi funzionino e possano essere di aiuto a qualcuno ricordo che bisogna modificare con il numero 2 le righe dei pg

                gosub bodcycle 1 1 rail_umbra 2 ;<-- Primo personaggio
                gosub bodcycle 1 2 rail_umbra 2 ;<-- Terzo personaggio
                gosub bodcycle 1 3 rail_umbra 2 ;<-- Secondo personaggio
                gosub bodcycle 1 4 rail_umbra 2 ;<-- Quarto Personaggio
                gosub bodcycle 1 5 rail_umbra 2 ;<-- Quinto Personaggio
                gosub bodcycle 1 6 rail_umbra 2 ;(eventuale)sesto pg dell'elenco
                gosub bodcycle 1 7 rail_umbra 2 ;(eventuale)sesto pg dell'elenco
                Ultima modifica di Marino; 30-11-2009, 11:32.

                Commenta


                • #9
                  ma come smith tailor?? dovrebbe esserci la rail smith inn... come fa a fare un giro da inn a smith e poi da smith a tailor e poi a inn.. ??? e come si imposta questa particolare cosa??
                  "Non ereditiamo il mondo dai nostri padri, ma lo prendiamo in prestito dai nostri figli."
                  "Oh Grande Spirito, concedimi la serenità di accettare le cose che non posso cambiare, il coraggio di cambiare le cose che posso cambiare, e la Saggezza di capirne la differenza."

                  Personaggi:
                  Paul Onpho - Tothiac - Geppetto - Barahir - Blomahac

                  Contatti:
                  MSN: Gugli87@hotmail.com

                  Commenta


                  • #10
                    Che variabili e sub devo togliere per togliere il funzionamento ogni ora prendi bod? cioè m servirebbe una versione che funziona solo quando richiamata , se qualcuno ce l'avesse già pronta m risparmierebbe un pò di lavoro


                    Edit : Domanda spero questo script utilizzi se possibile la funzione recall sarto , recall black recall casa , qualcuno sà dirmi se ha implementata o no?
                    Sephirot [Fear]

                    sigpic
                    ICQ : 376331016

                    Commenta


                    • #11
                      Originariamente inviato da Klose Visualizza il messaggio
                      ma come smith tailor?? dovrebbe esserci la rail smith inn... come fa a fare un giro da inn a smith e poi da smith a tailor e poi a inn.. ??? e come si imposta questa particolare cosa??
                      allora inn_tailor_umbra và dalla locanda al tailor, tailor_smith_umbra và dalla locanda tailor a quella del fabbro e smith_inn_umbra torna verso la locanda per slogare il pg; tu devi sosituire queste tre rail al posto delle due che usi già quelle postate a inizio post per intenderci e come detto sopra dove decidi quali pg far ritirare i bod basta che cambi in questo elenco il numero 1 in 2, questo perchè con 1 ritiri solo bod da sarto invece con il 2 titiri sia quelli da sarto che quelli da fabbro

                      gosub bodcycle 1 1 rail_umbra 2 ;<-- Primo personaggio
                      gosub bodcycle 1 2 rail_umbra 2 ;<-- Terzo personaggio
                      gosub bodcycle 1 3 rail_umbra 2 ;<-- Secondo personaggio
                      gosub bodcycle 1 4 rail_umbra 2 ;<-- Quarto Personaggio
                      gosub bodcycle 1 5 rail_umbra 2 ;<-- Quinto Personaggio
                      gosub bodcycle 1 6 rail_umbra 2 ;(eventuale)sesto pg dell'elenco
                      gosub bodcycle 1 7 rail_umbra 2 ;(eventuale)sesto pg dell'elenco

                      Commenta


                      • #12
                        Originariamente inviato da Simo63 Visualizza il messaggio
                        Che variabili e sub devo togliere per togliere il funzionamento ogni ora prendi bod? cioè m servirebbe una versione che funziona solo quando richiamata , se qualcuno ce l'avesse già pronta m risparmierebbe un pò di lavoro


                        Edit : Domanda spero questo script utilizzi se possibile la funzione recall sarto , recall black recall casa , qualcuno sà dirmi se ha implementata o no?
                        allora per quanto riguarda la sub che imposta l'ora da prendere i bod è su questa righa


                        set %hoursBetweenBods 1 ;this is how many hours between each bod being availible. default is 6 hours.

                        dove ora vedi 0 sul tuo lo sostituisci con un 1così aspetterà 60 minuti prima di fare un altro giro con i pg.

                        per quanto riguarda l'utilizzo del recall black e sarto basta che su questa lista dei pg cambi la parola rail scrivendo recall ed il gioco è fatto ti deve venire fuori così

                        gosub bodcycle 1 1 recall 2 ;<-- Primo personaggio
                        gosub bodcycle 1 2 recall 2 ;<-- Terzo personaggio
                        gosub bodcycle 1 3 recall 2 ;<-- Secondo personaggio
                        gosub bodcycle 1 4 recall 2 ;<-- Quarto Personaggio
                        gosub bodcycle 1 5 recall 2 ;<-- Quinto Personaggio
                        gosub bodcycle 1 6 recall 2 ;(eventuale)sesto pg dell'elenco
                        gosub bodcycle 1 7 recall 2 ;(eventuale)sesto pg dell'elenco
                        Ultima modifica di Marino; 01-11-2009, 13:20.

                        Commenta


                        • #13
                          grazie marino, se qualcuno conferma che le informazioni sono corrette e funzionanti le linko al topic
                          ____________________________________________________________________

                          Il p Fengyr
                          ____________________________________________________________________
                          : algander#6292

                          Commenta


                          • #14
                            Marino io propio nn voglio che il tempo se lo calcoli lui , voglios olo che sia richiamabile cioè quando lo chiamo funge e nn che aspetta un'ora
                            Sephirot [Fear]

                            sigpic
                            ICQ : 376331016

                            Commenta


                            • #15
                              Originariamente inviato da Simo63 Visualizza il messaggio
                              Marino io propio nn voglio che il tempo se lo calcoli lui , voglios olo che sia richiamabile cioè quando lo chiamo funge e nn che aspetta un'ora
                              scusami non capisco fammi un esempio? cioè se non ho capito male tipo tu mentre giochi lo script prende il pg e va a prendere il bod indipendetemente da dove ti trovi?

                              comunque se le rail e il resto vi funzionano bene ditelo che fengyr li mette nel post iniziale così organiziamo in maniera più completa questo script

                              Commenta

                              Sto operando...
                              X