Difference between revisions of "Main Page"

From SphereWiki
Jump to: navigation, search
m (External Links)
(41 intermediate revisions by 13 users not shown)
Line 1: Line 1:
 
{{Languages|Main_Page}}
 
{{Languages|Main_Page}}
  
'''Attention Sphere Members (12/03/2012):''' We are using (http://spherecommunity.net) at the moment because "sphereserver.net" has been unavailable for a couple weeks now and we don't know the reasons. This is NOT a replacement for the original site, it's just an alternative link like SShare or other similar ones where our members meet each other and share stuff. You can still get the server files here (http://sphere.torfo.org/). Please spread the word!
+
Welcome to the retake of Taran's famous ''"Sphere Scripting for Dummies Tutorials"'' originally made for Sphere 55i and now updated to the current version 56b.
 
 
_________________________________________
 
 
 
 
 
Welcome to the retake of Taran's famous "[http://www.cs.rit.edu/~djr7581/ Sphere Scripting for Dummies tutorials]" and information. His tutorial was made for Sphere 55i, but now that Sphere 56b is about to be released we have decided to rewrite his tutorials and update the information to reflect the latest changes and additions.
 
  
  
Line 16: Line 11:
 
'''I learned how to script! And now?'''
 
'''I learned how to script! And now?'''
  
If you have finished the 10 chapters then we encourage you to read the tutortials and other articles below. They may not be as important as the others but they are still quite useful and contain lots of useful information. Try making your own scripts and share with others at the [http://www.sphereserver.net/index.php SphereServer Forums]. You can also ask for help if you can't resolve something by yourself. Remember to use the [[#Reference Compendium|Reference Compendium]] below as it is really useful.
+
If you have finished the 10 chapters then we encourage you to read the tutortials and other articles below. They may not be as important as the others but they are still quite useful and contain lots of useful information. Try making your own scripts and share with others at the [http://www.sphereserver.net/ SphereServer Forums]. You can also ask for help if you can't resolve something by yourself. Remember to use the [[#Reference Compendium|Reference Compendium]] below as it is really useful and always keep track of revisions to see all the changes being made to the core.
  
  
Line 23: Line 18:
 
Maintaining the information on this site involves a huge amount of work and not many of us have the time to do it. If you wish to help out then please feel free to do so! All you need to do to get started is [[Special:UserLogin|create an account]] if you haven't done so already. You can then edit any page by using the "Edit" link in the rop right corner. Before you go do this, you may want to start by reading the [[Contribution Guide]].
 
Maintaining the information on this site involves a huge amount of work and not many of us have the time to do it. If you wish to help out then please feel free to do so! All you need to do to get started is [[Special:UserLogin|create an account]] if you haven't done so already. You can then edit any page by using the "Edit" link in the rop right corner. Before you go do this, you may want to start by reading the [[Contribution Guide]].
  
 
'''Special thanks to:'''
 
 
[[WhoIsWho|Ben, Cloud_Br, Ellessar, Jdog, Lord Zerofiz, Mordaunt, Nazghul-ll, RanXerox, Rattlehead, Sandman, Sharlenwar, ShiryuX, thelegbra, Maximus and WarAngel]], for helping to add content.
 
 
[[WhoIsWho|Daleth]], for writing the Sphere Reference Project, and [[WhoIsWho|Mordaunt]] for converting it to .chm format.
 
 
[[WhoIsWho|Tracker]], for writing the Sphere 56 Tracking Changes in Sphereserver.net
 
 
[[WhoIsWho|Taran]], for writing the original and now famous Sphere Scripting for Dummies tutorials, and [[WhoIsWho|MrSugarCube]] for bringing it up-to-date directly from source.
 
 
[[WhoIsWho|Furio, Radiant, Vjaka, Nazghul-ll, Ellessar, Torfo, Shadow Dragon and MrSugarCube]] for continuing to develop Sphere into a powerful and very customizable Ultima Online emulator.
 
 
[[WhoIsWho|Crius]], for providing hosting for the original SphereWiki, and [[WhoIsWho|Torfo]] for providing the current hosting.
 
  
 
----
 
----
  
  
==Setting up Sphere==
+
==Setting Up Sphere==
  
 
* [[Where to get Sphere]]
 
* [[Where to get Sphere]]
Line 48: Line 29:
  
  
While the main forum of Sphereserver is currently down , you are welcome to visit this other Sphere forum [http://scriptsharing.dv-team.de ScriptingShare] or [http://forum.spherecommunity.net SphereCommunity.net]. '''Spread the word !'''
+
==Sphere 3rd Party Tools==
 +
* [http://forum.spherecommunity.net/sshare.php?srt=4&uid=603 Axis II] - GM Tool for Sphere that will allow you to place objects in-game, spawns, traveling and many other useful functions for shard admins and GMs.
 +
* [http://forum.spherecommunity.net/sshare.php?srt=4&prj=3 vSCP] - vSCP is the most complete and up-to-date syntax editor for sphere scripting. It does contain syntax highlighting, autocomplete, folding markers to specify blocks of code that can expand or collapse, bookmarks, autoindent, find/replace/gotoline, help guide for all the sphere elements added to your code, and more!
 +
* [http://forum.spherecommunity.net/sshare.php?srt=4&prj=2 vServerLauncher] - Install and run the latest build of sphereserver in a few clicks with vServerLauncher. It's pretty quick and simple!
 +
* [http://forum.spherecommunity.net/sshare.php?srt=4&prj=5 SphereService] - Relaunch SphereSvr.exe everytime it closes/crashes. Automatically runs at windows startup and works in a silent mode minimized to Tray.
 +
* [http://forum.spherecommunity.net/sshare.php?srt=4&prj=4 vCrypter] - Type the client version and the tool will calculate the correct UO login keys for classic or enhanced clients.
 +
 
  
 
==Tutorials==
 
==Tutorials==
Line 65: Line 52:
 
* [[Chapter 10]] ''(String Handling)''
 
* [[Chapter 10]] ''(String Handling)''
  
 +
 +
==Advanced Tutorials (Extra Content)==
  
 
In addition to these there are some more advanced tutorials that have been contributed by other members. Once you have read the above 10 tutorials you may wish to read these to learn more:
 
In addition to these there are some more advanced tutorials that have been contributed by other members. Once you have read the above 10 tutorials you may wish to read these to learn more:
Line 76: Line 65:
 
* [[Scheduled Reboot]] ''(How to schedule system reboots)''
 
* [[Scheduled Reboot]] ''(How to schedule system reboots)''
 
* [[Using MySQL]] ''(How to use MySQL)''
 
* [[Using MySQL]] ''(How to use MySQL)''
 
+
* [[Bitwise Operations]] ''(how to work with flags)''
  
 
==Reference Compendium==
 
==Reference Compendium==
  
* [[:Category:Definitions|Definitions]]
+
* [[:Category:Definitions|'''Definitions''']]
 
** [[CHARDEF|Characters]]
 
** [[CHARDEF|Characters]]
 
** [[DIALOG|Dialogs]]
 
** [[DIALOG|Dialogs]]
Line 96: Line 85:
 
** [[SPELL|Spells]]
 
** [[SPELL|Spells]]
 
** [[TYPEDEF|Types]]
 
** [[TYPEDEF|Types]]
* [[:Category:Objects|Objects]]
+
* [[:Category:Objects|'''Objects''']]
 
** [[Accounts]]
 
** [[Accounts]]
 
** [[Characters]]
 
** [[Characters]]
Line 103: Line 92:
 
** [[GM Pages]]
 
** [[GM Pages]]
 
** [[Items]]
 
** [[Items]]
*** [[Special Items]]
+
*** ''[[Special Items]]''
 
** [[Map Points]]
 
** [[Map Points]]
 
** [[Parties]]
 
** [[Parties]]
Line 110: Line 99:
 
** [[Sectors]]
 
** [[Sectors]]
 
** [[Server]]
 
** [[Server]]
* [[:Category:Scripts|Scripts]]
+
* [[:Category:Scripts|'''Scripts''']]
 
** [[:Category:Functions|Functions and Triggers]]
 
** [[:Category:Functions|Functions and Triggers]]
 
** [[:Category:Variables|General Functions, Properties and References]]
 
** [[:Category:Variables|General Functions, Properties and References]]
 
** [[Intrinsic Functions]]
 
** [[Intrinsic Functions]]
 
** [[:Category:Statements|Statements]]
 
** [[:Category:Statements|Statements]]
 
+
* [[Category: Triggers|'''Triggers''']]
 
+
** [[:Category:Triggers|Triggers]]
  
 
==Other Articles==
 
==Other Articles==
Line 134: Line 123:
 
* [[Skill Gain Theory]]
 
* [[Skill Gain Theory]]
 
* [[The Process of Scripting]]
 
* [[The Process of Scripting]]
 +
* [[Building Component Reference]]
 +
 +
==Credits==
 +
 +
'''Special thanks to:'''
 +
 +
[[WhoIsWho|Ben, Cloud_Br, Ellessar, Jdog, Lord Zerofiz, Mordaunt, Nazghul-ll, RanXerox, Rattlehead, Sandman, Sharlenwar, ShiryuX, thelegbra, Maximus, WarAngel and Valios]], for helping to add content.
 +
 +
[[WhoIsWho|Daleth]], for writing the Sphere Reference Project, and [[WhoIsWho|Mordaunt]] for converting it to .chm format.
 +
 +
[[WhoIsWho|Tracker]], for writing the Sphere 56 Tracking Changes in Sphereserver.net
 +
 +
[[WhoIsWho|Taran]], for writing the original and now famous Sphere Scripting for Dummies tutorials, and [[WhoIsWho|MrSugarCube]] for bringing it up-to-date directly from source.
 +
 +
[[WhoIsWho|Ben, Khaos, Ranxerox, Shiryux, Furio, Radiant, Vjaka, Nazghul-ll, Ellessar, Torfo, Shadow Dragon, MrSugarCube and coruja747]] for continuing to develop Sphere into a powerful and very customizable Ultima Online emulator.
  
 +
[[WhoIsWho|Crius]], for providing hosting for the original SphereWiki, and [[WhoIsWho|Torfo]] for providing the current hosting.
  
 
==External Links==
 
==External Links==
  
* [http://www.sphereserver.net/ Official SphereServer Website]
+
* [http://www.spherecommunity.net/ Official SphereServer Website]
* [http://prerelease.sphereserver.net/ Official Sphere 56b Downloads]
+
* [https://forum.spherecommunity.net/sshare.php?srt=4 Nightly builds]
* [http://scriptsharing.dv-team.de/ ScriptSharing]
+
* [http://nightly.prerelease.sphere.torfo.org/ Nightly builds - OUTDATED, use the link above]
* [http://www.cs.rit.edu/~djr7581/ Taran's Scripting for Dummies (Sphere 55i)]
+
* [http://spherepack.codeplex.com/ Sphere Community Pack 2.0]
 
* [http://uo.torfo.org/packetguide/ Jerrith's UO Packet Guide]
 
* [http://uo.torfo.org/packetguide/ Jerrith's UO Packet Guide]
 
* [http://uo.torfo.org/packetguideKR/ Wyatt&Kons's UOKR Packet Guide]
 
* [http://uo.torfo.org/packetguideKR/ Wyatt&Kons's UOKR Packet Guide]
Line 147: Line 152:
  
 
[[Category: Navigation]]
 
[[Category: Navigation]]
[[de:Main Page/de]]
 

Revision as of 11:38, 12 September 2017

Help
Available languages


Welcome to the retake of Taran's famous "Sphere Scripting for Dummies Tutorials" originally made for Sphere 55i and now updated to the current version 56b.


Where should I start?

If you want to learn to script for Sphere 56b you should start by first reading the Setting Up Sphere section. It will teach you how to set up a basic empty world to start your path. After that you should try reading the Tutorials, go slow, don't try to go through everything in one day as it takes time to read and fully understand everything.


I learned how to script! And now?

If you have finished the 10 chapters then we encourage you to read the tutortials and other articles below. They may not be as important as the others but they are still quite useful and contain lots of useful information. Try making your own scripts and share with others at the SphereServer Forums. You can also ask for help if you can't resolve something by yourself. Remember to use the Reference Compendium below as it is really useful and always keep track of revisions to see all the changes being made to the core.


I want to contribute!

Maintaining the information on this site involves a huge amount of work and not many of us have the time to do it. If you wish to help out then please feel free to do so! All you need to do to get started is create an account if you haven't done so already. You can then edit any page by using the "Edit" link in the rop right corner. Before you go do this, you may want to start by reading the Contribution Guide.




Setting Up Sphere


Sphere 3rd Party Tools

  • Axis II - GM Tool for Sphere that will allow you to place objects in-game, spawns, traveling and many other useful functions for shard admins and GMs.
  • vSCP - vSCP is the most complete and up-to-date syntax editor for sphere scripting. It does contain syntax highlighting, autocomplete, folding markers to specify blocks of code that can expand or collapse, bookmarks, autoindent, find/replace/gotoline, help guide for all the sphere elements added to your code, and more!
  • vServerLauncher - Install and run the latest build of sphereserver in a few clicks with vServerLauncher. It's pretty quick and simple!
  • SphereService - Relaunch SphereSvr.exe everytime it closes/crashes. Automatically runs at windows startup and works in a silent mode minimized to Tray.
  • vCrypter - Type the client version and the tool will calculate the correct UO login keys for classic or enhanced clients.


Tutorials

Here are the chapters of Taran's original compendium, updated for Sphere56b:


Advanced Tutorials (Extra Content)

In addition to these there are some more advanced tutorials that have been contributed by other members. Once you have read the above 10 tutorials you may wish to read these to learn more:

Reference Compendium

Other Articles

Credits

Special thanks to:

Ben, Cloud_Br, Ellessar, Jdog, Lord Zerofiz, Mordaunt, Nazghul-ll, RanXerox, Rattlehead, Sandman, Sharlenwar, ShiryuX, thelegbra, Maximus, WarAngel and Valios, for helping to add content.

Daleth, for writing the Sphere Reference Project, and Mordaunt for converting it to .chm format.

Tracker, for writing the Sphere 56 Tracking Changes in Sphereserver.net

Taran, for writing the original and now famous Sphere Scripting for Dummies tutorials, and MrSugarCube for bringing it up-to-date directly from source.

Ben, Khaos, Ranxerox, Shiryux, Furio, Radiant, Vjaka, Nazghul-ll, Ellessar, Torfo, Shadow Dragon, MrSugarCube and coruja747 for continuing to develop Sphere into a powerful and very customizable Ultima Online emulator.

Crius, for providing hosting for the original SphereWiki, and Torfo for providing the current hosting.

External Links