Main Page: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
No edit summary
No edit summary
 
(64 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| id="mp-topbanner" style="width:100%;  margin:1.2em 0 6px 0; border:1px solid #ddd;"
| style="width:61%; color:#000;" |
{| style="width:100%; border:none; background:none;"
| style="width:280px; text-align:center; white-space:nowrap; color:#000;" |
<div style="top:+0.2em; font-size:95%;"><b>Languages:</b> <i>English</i> | [[Main Page/pl|Polski]] | [[Main Page/de|Deutsch]] | [[Main Page/es|Español]] | [[Main Page/it|Italiano]] | [[Main Page/ru|Pусский]]</div>
|}
|}
{| id="mp-topbanner" style="width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;"
{| id="mp-topbanner" style="width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;"
| style="width:61%; color:#000;" |
| style="width:61%; color:#000;" |
Line 16: Line 8:
|}
|}


{| align="right"
{| width="100%" cellspacing="0" cellpadding="0"
|-
| colspan="2" |
| __TOC__
 
|}
| width="50%" style="vertical-align:top;" |
=== NOTICE ===
 
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>Getting started : Install the server 5.x.x SUPPORTED</h3>
----
 
* Windows:
** [[Installation (Windows_5xx)]]      -- UPDATED
* Linux:
** [[Installation (Ubuntu 24.04_LTS)]] -- NEW
** [[Installation (Fedora 39)]]        -- NEW
** [[Installation (Debian 10)]]        -- NEW
** [[Installation (CentOS 7/8)]]
</div>
 
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>SkyFire Database Structure 5.4.8 Build 18414</h3>
----
 
You can always help us developing our wiki and improving our community.
 
*[[DB:World_18414|Description of the SkyFire `'''world'''` database structure]]
*[[DB:Characters_18414|Description of the SkyFire `'''characters'''` database structure]]
*[[DB:Auth_18414|Description of the SkyFire `'''auth'''` database structure]]
</div>
 
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>AI Scripting</h3>
----
 
* [[Smart AI (DB Scripting) reference]]
* [[Guide on ScriptDev2's Event AI DB script]]
</div>
 
| width="50%" style="vertical-align:top;" |
 
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>Development</h3>
----
 
*[[Linux GDB Debugging]]
*[[Mmaps Information]]
*[[Opcode list]] -- Not Updated
*[[DBC list]] -- Not Updated
*[[SkyFire DB|Database Changelog]] -- Not Updated
*[[Reporting Bugs|Reporting Bugs]]
*[[DBC Files|DBC Files]] -- Not Updated
*[[DBC Files 542|DBC Files (542)]]  -- Not Updated
*[[IRC Rules|IRC Rules]]
</div>
 
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>Advanced Features</h3>
----
 
*[[How-to:Advanced|Advanced Guides]]
*[[How-to:MySQLStoredProcedures|How to use MySQL Stored Procedures]]
*[[How-to:Advanced:Xampp|How to use Xampp with MySQL 8.0]]


The wiki is under a heavy construction.
{{Pp-vandalism}}
</div>


Some links may appear dead or some pages may be incomplete.  
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>Scripting Assets</h3>
----


For now, as well as the structure is the same, refer to [http://www.trinitycore.info Trinity's Wiki]
This is a placeholder.
</div>
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<h3>Unsupported Legacy Information</h3>
----
Install the server 4.0.6 a  Archived
----


== Getting started : Install the server ==
* [[Installation (Windows)]]
* [[Installation (Windows)]]
* [[Installation (Linux)]]
* [[Installation (Linux)]]
* [[Installation (Mac OS X)]]
----
Install the server 2.4.3    Archived
----


== Getting started: Install SkyFireRedirect ==
* [[Installation (Windows_243)]] -- Work In Progress
* [[SkyFireRedirect Installation (Windows)]]
* [[Installation Debian 9 (Linux_243 (General))]] -- Work In Progress
* [[SkyFireRedirect Installation (Mac OS X)]]
** Ubuntu:
*** [[Installation (Ubuntu 18.04LTS)]] -- Work In Progress


== AI Scripting ==
----
* [[Smart AI (DB Scripting) reference]]
SkyFire Database Structure Legacy 4.0.6a
----
 
'''{{revision-number}}'''
 
*[[DB:World|Description of the SkyFire `'''world'''` database structure]]
*[[DB:Characters|Description of the SkyFire `'''characters'''` database structure]]
*[[DB:Auth|Description of the SkyFire `'''auth'''` database structure]]


== Development ==
----
* [[Linux GDB Debugging]]
SkyFire Database Structure 2.4.3 Build 8606
* [[Opcode list]]
You can always help us developing our wiki and improving our community.
* [[Todo-list]]
* [[DB Milestones|Database Milestones]]
* [[Reporting Bugs|Reporting Bugs]]
* [[DBC_Files|DBC Files]]
* [[IRC_Rules|IRC Rules]]


== SkyFire Database Structure ==
*[[DB:World_243|Description of the SkyFire One `'''world'''` database structure]]
Database and Table Structures<br>
*[[DB:Characters_243|Description of the SkyFire One `'''characters'''` database structure]]
Supported client: 4.0.6a Build (13633)
*[[DB:Auth_243|Description of the SkyFire One `'''auth'''` database structure]]
* [[Description of the SkyFire `world` database structure]]
----
* [[Description of the SkyFire `characters` database structure]]
* [[Description of the SkyFire `auth` database structure]]


</div>
</div>
|}


{{Pp-vandalism}}
 
{| id="mp-topbanner" style="width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;"
| style="width:61%; color:#000;" |
{| style="width:100%; border:none; background:none;"
| style="width:280px; text-align:center; white-space:nowrap; color:#000;" |
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;" class="plainlinks">
  <ul> {{NUMBEROFARTICLES}} Articles</ul>
  <ul> {{NUMBEROFPAGES}} Pages</ul>
  <ul> {{NUMBEROFUSERS}} Registered Users</ul>
</div>
|}
|}

Latest revision as of 11:58, 25 April 2024

Welcome to Project Skyfire wiki!
We have 117 articles. Join and feel free to improve us.

SkyFire Database Structure 5.4.8 Build 18414


You can always help us developing our wiki and improving our community.

Development


Scripting Assets


This is a placeholder.

Unsupported Legacy Information


Install the server 4.0.6 a Archived



Install the server 2.4.3 Archived



SkyFire Database Structure Legacy 4.0.6a


Database and Table Structures Updated to SkyFire Revision XXX (xxx)

Client Patch Supported: 4.0.6a


SkyFire Database Structure 2.4.3 Build 8606 You can always help us developing our wiki and improving our community.