annuncio

Comprimi
Ancora nessun annuncio.

Diventare Scripter per UOD

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

  • Diventare Scripter per UOD

    Non sono assolutamente esperto di script, informatica e tutto il mondo che sta dietro al mistero di linee di codici. Da umile player non so nemmeno se questo mistero sia così complesso da risolvere.

    Data l'evidente mancanza di scripter.. c'è un modo per imparare a scriptare? C'è un qualche faq, una guida per chi volesse provarci?

    Come ho detto in premessa io sono a zero e se ci fossero dei "prerequisiti" per scriptare di sicuro sarei tagliato fuori, ma se qualcuno avesse una base di conoscenza informatica, con le opportune indicazioni potrebbe imparare.

    Su questo aspetto di UoD non mi sono mai interrogato tanto, quindi potrei aver detto delle cavolate astronomiche e per scriptare servano anni di studio.
    Grazie delle risposte
    +++ Rendiamo UoD un gioco online anzichè away +++ L'auctioneer system fa schifo +++
    +++ [COMPRO] Archi Superslayer + Un bel bug? Evocazione rossa ma... + [VENDO] Remove Kill Deed +++
    +++[VENDO] Mark of Travesty +10 Animal Taming , +10 Animal Lore +++
    Mio icq: 571-275-432

    Un oggetto, anche se non ottenuto col furto, è tuttavia come rubato quando non se ne ha bisogno. (Mahatma Gandhi)

  • #2
    Devi avere almeno un po' di base di programmazione, partire da 0 e' molto difficile, pero' se vuoi ti posso dare un po' di dritte in chat una di queste sere.

    Amdir

    Commenta


    • #3
      http://wiki.easyuo.com/index.php/Documentation
      http://wiki.easyuo.com/index.php/Tutorials

      http://wiki.easyuo.com/index.php/Doc...n#Flow_Control this is the most important crap that is needed to be realisied 100%-automatic. other things about programming are easy (if u have good logic) and just are matter of experience (can be obtained just through reading scripts of good scripters)
      Ultima modifica di fnurov; 04-03-2010, 16:20.

      Commenta


      • #4
        Originariamente inviato da fnurov Visualizza il messaggio
        Documentation - Wiki
        Tutorials - Wiki

        Documentation - Wiki this is the most important crap that is needed to be realisied 100%-automatic. other things about programming are easy (if u have good logic) and just are matter of experience (can be obtained just through reading scripts of good scripters)
        He means RunUO scripts (written in C#) not EasyUO scripts ^^.

        Commenta


        • #5
          Originariamente inviato da JudasStaff Visualizza il messaggio
          He means RunUO scripts (written in C#) not EasyUO scripts ^^.
          no difference

          Commenta


          • #6
            No difference between C# "script" and EasyUO scripts?
            Well i can say that this is not totally true .
            Maybe the basic structure is similar (variabiles, conditions, loops), but there's ton of things that are different and must be known.

            Commenta


            • #7
              Originariamente inviato da Amdir Visualizza il messaggio
              Devi avere almeno un po' di base di programmazione, partire da 0 e' molto difficile, pero' se vuoi ti posso dare un po' di dritte in chat una di queste sere.

              Amdir
              Come già detto, sono proprio a terra come programmazione. Sono un umile giocatore. Però secondo me fra tutti i giocatori di UoDreams c'è di sicuro qualcuno che non ha mai pensato di diventare scripter, pur avendo le conoscenze di base sufficienti, magari perchè crede sia complicatissimo.

              Se posso darvi un consiglio, quello di istruire, o perlomeno dare delle indicazioni a potenziali nuovi scripter. Magari indirizzando a qualche guida se ne esistono. Già avere avuto il commento degli unici due scripter dello shard mi conforta. Vuol dire che sentite anche voi questo bisogno.

              Sarebbe bello che chi avesse una base in programmazione si offrisse di imparare, a scriptare da voi, voglia e tempo permettendo, per il bene dello shard. Io purtroppo da semplice giocatore non posso fare altro..
              +++ Rendiamo UoD un gioco online anzichè away +++ L'auctioneer system fa schifo +++
              +++ [COMPRO] Archi Superslayer + Un bel bug? Evocazione rossa ma... + [VENDO] Remove Kill Deed +++
              +++[VENDO] Mark of Travesty +10 Animal Taming , +10 Animal Lore +++
              Mio icq: 571-275-432

              Un oggetto, anche se non ottenuto col furto, è tuttavia come rubato quando non se ne ha bisogno. (Mahatma Gandhi)

              Commenta


              • #8
                Originariamente inviato da Farland Visualizza il messaggio
                *
                Up per la guida, magari qualcosa per metterci in grado di leggere qualche script autonomamente, si impara a scriptare soprattutto leggendo e capendo roba già fatta.

                • nuovo icq : 442149577

                Commenta


                • #9
                  .
                  ------------------
                  Icq 390939056

                  Commenta


                  • #10
                    Originariamente inviato da JudasStaff Visualizza il messaggio
                    No difference between C# "script" and EasyUO scripts?
                    Well i can say that this is not totally true .
                    Maybe the basic structure is similar (variabiles, conditions, loops), but there's ton of things that are different and must be known.
                    oh, come on. i have practice of scripting not only easyuo (also about ~15 hours c#).
                    the only crap is realy needed to be known about sub-oriented languages is flow-control. also class-property-method organisation about object-oriented. also ER-structures and sql-crap about databases.
                    all other crap that is "must be known" is available anytime with f1
                    please don't tell noobs, that programming is god-like actions

                    Commenta


                    • #11
                      Originariamente inviato da fnurov Visualizza il messaggio
                      oh, come on. i have practice of scripting not only easyuo (also about ~15 hours c#).
                      the only crap is realy needed to be known about sub-oriented languages is flow-control. also class-property-method organisation about object-oriented. also ER-structures and sql-crap about databases.
                      all other crap that is "must be known" is available anytime with f1
                      please don't tell noobs, that programming is god-like actions
                      Eh man, previously you forgot all the OOP things, that is a must.
                      I never said that programming is god-like actions, but there are differents level of knowledge.
                      You can "easily" write a script, the matter is not writing it, but how you write it (and i mean organization/performance).
                      Otherwise why we aren't all programmers?

                      PS: After you know how to program with C# you have to know how to script on RunUO, that is another not so easy step...
                      Ultima modifica di Ospite; 04-03-2010, 17:17.

                      Commenta


                      • #12
                        Originariamente inviato da JudasStaff Visualizza il messaggio
                        Eh man, previously you forgot all the OOP things, that is a must.
                        I never said that programming is god-like actions, but there are differents level of knowledge.
                        You can "easily" write a script, the matter is not writing it, but how you write it (and i mean organization/performance).
                        Otherwise why we aren't all programmers?

                        PS: After you know how to program with C# you have to know how to script on RunUO, that is another not so easy step...
                        okay okay ) i missunderstood first post and continued trolling. actualy i dont believe in progrmammers without highschool education.
                        btw "Otherwise why we aren't all programmers?" - not everybody want to be )

                        Commenta


                        • #13
                          felix new scripter 4 uod!!!!

                          [Amdir]Firma Irregolare[/Amdir]

                          Commenta


                          • #14
                            Anke io nn ne so una emerita cippa di script...

                            La voglia di imparare voledo c'è... trovassi qlcn disposto (con molta...mooooooooolta pazienza) a insegnarmi a partire dall'ABC dello scripting... Ben venga...

                            Sono disposto anke a ricevere lezioni (possibilmente su TS) la sera dalle 18.30 / 19.00 in poi...

                            Fatemi sapere...

                            Kalinder

                            Commenta


                            • #15
                              Originariamente inviato da fnurov Visualizza il messaggio
                              okay okay ) i missunderstood first post and continued trolling. actualy i dont believe in progrmammers without highschool education.
                              btw "Otherwise why we aren't all programmers?" - not everybody want to be )
                              LoL everybody think you'd be a great programmer but try to be constructive, what Judas is saying is that this shard needs high quality scripts, wich means that who wants to try doesn't need only C# knowledge but also to practice a long time writing RunUO-only scripts.. Basically is a matter of quality and quality is a metter of practice and practice needs time

                              • nuovo icq : 442149577

                              Commenta

                              Sto operando...
                              X