Difference between revisions of "Pag Principal"
From SphereWiki
(→Cómo puedo Empezar) |
m (Added correct Laguagebar that contains all languages) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|Main_Page}} | ||
+ | |||
+ | [[Archivo:http://prerelease.sphere.torfo.org/images/logo4.jpg|border|100px]] | ||
== Breve Introducción == | == Breve Introducción == | ||
Line 9: | Line 12: | ||
Para empezar ve la sección [[Iniciando Sphere]], y revisa como poner en funcionamiento tu versión de este emulador. Luego lee "los 10 Tutoriales de Taran", los cuáles aparecen a continuación. | Para empezar ve la sección [[Iniciando Sphere]], y revisa como poner en funcionamiento tu versión de este emulador. Luego lee "los 10 Tutoriales de Taran", los cuáles aparecen a continuación. | ||
− | == Los 10 Tutoriales | + | == Los 10 Tutoriales de Taran == |
Házlos con tranquilidad y paciencia. No intentes comprenderlo todo en un día, es mejor hacerlo tranquila y pausadamente asimilando los conceptos de sintaxis del emulador. | Házlos con tranquilidad y paciencia. No intentes comprenderlo todo en un día, es mejor hacerlo tranquila y pausadamente asimilando los conceptos de sintaxis del emulador. | ||
Line 23: | Line 26: | ||
* [[Capítulo 9]]''-Eventos'' | * [[Capítulo 9]]''-Eventos'' | ||
* [[Capítulo 10]]''-Manejo de Cadenas'' | * [[Capítulo 10]]''-Manejo de Cadenas'' | ||
+ | |||
+ | ==Otros Tutoriales== | ||
+ | |||
+ | * [[Common Mistakes|Common Mistakes Explained]] ''(A revision of Maximus's tutorial on the forums, and continuation of Taran's Misconceptions tutorial)'' | ||
+ | * [[Internet y Sphere]] ''(Y cómo hacer un uso correcto)'' | ||
+ | * [[Tutorial de Lenguajes]] ''(Cómo scriptar tu propio sistema de lenguaje)'' | ||
+ | * [[Haciendo tus propias skill]] ''(Como hacer y personalizar tus skill)'' | ||
+ | * [[Mul Patching Tutorial|Nazghul's Mul Patching Tutorial]] [http://sorea.profitux.cz/patching/ external link] ''(A document about mul patching and customizing your server)'' | ||
+ | * [[Overriding Hardcoded Commands]] ''(How to override hardcoded commands and functions)'' | ||
+ | * [[Scheduled Reboot]] ''(How to schedule system reboots)'' | ||
+ | * [[Usando MySQL]] ''(Como usar MySQL)'' | ||
+ | |||
+ | ==Referencias== | ||
+ | |||
+ | * [[:Category:Definitions|Definitions]] | ||
+ | ** [[CHARDEF|Characters]] | ||
+ | ** [[DIALOG|Dialogs]] | ||
+ | ** [[EVENTS|Events]] | ||
+ | ** [[ITEMDEF|Items]] | ||
+ | ** [[MENU|Menus]] | ||
+ | ** [[REGIONRESOURCE|Region Resources]] | ||
+ | ** [[REGIONTYPE|Region Types]] | ||
+ | ** [[AREADEF|Regions]] | ||
+ | ** [[ROOMDEF|Rooms]] | ||
+ | ** [[SKILLCLASS|Skill Classes]] | ||
+ | ** [[SKILLMENU|Skill Menus]] | ||
+ | ** [[SKILL|Skills]] | ||
+ | ** [[SPAWN|Spawn Groups]] | ||
+ | ** [[SPELL|Spells]] | ||
+ | ** [[TYPEDEF|Types]] | ||
+ | * [[:Category:Objects|Objects]] | ||
+ | ** [[Accounts]] | ||
+ | ** [[Characters]] | ||
+ | ** [[Database]] | ||
+ | ** [[Files]] | ||
+ | ** [[GM Pages]] | ||
+ | ** [[Items]] | ||
+ | *** [[Special Items]] | ||
+ | ** [[Map Points]] | ||
+ | ** [[Parties]] | ||
+ | ** [[Regions]] | ||
+ | ** [[Rooms]] | ||
+ | ** [[Sectors]] | ||
+ | ** [[Server]] | ||
+ | * [[:Category:Scripts|Scripts]] | ||
+ | ** [[:Category:Functions|Functions and Triggers]] | ||
+ | ** [[:Category:Variables|General Functions, Properties and References]] | ||
+ | ** [[Intrinsic Functions]] | ||
+ | ** [[:Category:Statements|Statements]] | ||
+ | |||
+ | |||
+ | |||
+ | ==Othes Artículos== | ||
+ | |||
+ | * [[Armor Calculation]] | ||
+ | * [[Client Changes]] | ||
+ | * [[Common Scripting Misconceptions]] | ||
+ | * [[Custom Object Properties]] | ||
+ | * [[Error Codes]] | ||
+ | * [[Experience System]] | ||
+ | * [[How Combat Works]] | ||
+ | * [[Occam's Razor]] | ||
+ | * [[Optimization|Optimization Theory]] | ||
+ | * [[Override TAGs]] | ||
+ | * [[Revisions Changelog]] | ||
+ | * [[Sendpacket]] | ||
+ | * [[Skill Gain Theory]] | ||
+ | * [[The Process of Scripting]] | ||
+ | |||
+ | |||
+ | ==External Links== | ||
+ | |||
+ | * [http://www.sphereserver.net/ Official SphereServer Website] | ||
+ | * [http://prerelease.sphere.torfo.org/ Official Sphere 56b Downloads] | ||
+ | * [http://nightly.prerelease.sphere.torfo.org/ Official Sphere 56b Nightly Builds] | ||
+ | * [http://scriptsharing.dv-team.de/ ScriptSharing] | ||
+ | * [http://www.cs.rit.edu/~djr7581/ Taran's Scripting for Dummies (Sphere 55i)] | ||
+ | * [http://uo.torfo.org/packetguide/ Jerrith's UO Packet Guide] | ||
+ | * [http://uo.torfo.org/packetguideKR/ Wyatt&Kons's UOKR Packet Guide] |
Latest revision as of 12:30, 13 March 2012
Missing languages
Contents
Breve Introducción
Bienvenido a la "SphereWiki". Esta wiki es una recopilación de casi todos, por no decir todos los conocimientos útiles para trabajar con "SphereServer".
SphereServer es un emulador del juego MMORPG "Ultima Online".
Cómo puedo Empezar
Para empezar ve la sección Iniciando Sphere, y revisa como poner en funcionamiento tu versión de este emulador. Luego lee "los 10 Tutoriales de Taran", los cuáles aparecen a continuación.
Los 10 Tutoriales de Taran
Házlos con tranquilidad y paciencia. No intentes comprenderlo todo en un día, es mejor hacerlo tranquila y pausadamente asimilando los conceptos de sintaxis del emulador.
- Capítulo 1-Números, DEFNAME, ITEMDEF y CHARDEF
- Capítulo 2-Explicación de los archivos de SphereServer
- Capítulo 3-Scriptar NPCs y Objetos
- Capítulo 4-Objects, Operators y Speech
- Capítulo 5-Tags,Vars,Locals y Functions
- Capítulo 6-LINKs, TIMERs y TARGETs
- Capítulo 7-Bucles y funciones potentes
- Capítulo 8-Menús y Gumps
- Capítulo 9-Eventos
- Capítulo 10-Manejo de Cadenas
Otros Tutoriales
- Common Mistakes Explained (A revision of Maximus's tutorial on the forums, and continuation of Taran's Misconceptions tutorial)
- Internet y Sphere (Y cómo hacer un uso correcto)
- Tutorial de Lenguajes (Cómo scriptar tu propio sistema de lenguaje)
- Haciendo tus propias skill (Como hacer y personalizar tus skill)
- Nazghul's Mul Patching Tutorial external link (A document about mul patching and customizing your server)
- Overriding Hardcoded Commands (How to override hardcoded commands and functions)
- Scheduled Reboot (How to schedule system reboots)
- Usando MySQL (Como usar MySQL)
Referencias
Othes Artículos
- Armor Calculation
- Client Changes
- Common Scripting Misconceptions
- Custom Object Properties
- Error Codes
- Experience System
- How Combat Works
- Occam's Razor
- Optimization Theory
- Override TAGs
- Revisions Changelog
- Sendpacket
- Skill Gain Theory
- The Process of Scripting