Main Page: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(redesign)
No edit summary
(47 intermediate revisions by 6 users not shown)
Line 16: Line 16:
|}
|}


{| align="right"
{| width="100%" cellspacing="0" cellpadding="0"
|-
| colspan="2" |
| __TOC__
 
|}
| width="50%" style="vertical-align:top;" |
=== NOTICE ===
Due to the spammers and vandals only trusted users may edit or create pages. Ask for Wiki edit access via IRC or a forum PM.


The wiki is under a heavy construction.
<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>
----


Some links may appear dead or some pages may be incomplete.  
** Windows:
* [[Installation (Windows_5xx)]]  -- UPDATED
** Linux:
*** [[Installation (Ubuntu 18.04_LTS)]] -- UPDATED
</div>


For now, as well as the structure is the same, refer to [http://www.trinitycore.info Trinity's Wiki]
<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 4.0.6 a  LEGACY</h3>
----


== Getting started : Install the server ==
* [[Installation (Windows)]]
* [[Installation (Windows)]]
* [[Installation (Linux)]]
* [[Installation (Linux)]]
* [[Installation (Mac OS X)]]
</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>Getting started : Install the server 2.4.3 Work In Progress</h3>
----
 
* [[Installation (Windows_243)]] -- Work In Progress
* [[Installation Debian 9 (Linux_243 (General))]] -- Work In Progress
** Ubuntu:
*** [[Installation (Ubuntu 18.04LTS)]] -- Work In Progress
</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>SkyFire Database Structure Legacy 4.0.6a</h3>
----
 
'''{{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]]
</div>


== Getting started: Install SkyFireRedirect ==
<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;">
* [[SkyFireRedirect Installation (Windows)]]
<h3>SkyFire Database Structure 2.4.3 Build 8606</h3>
* [[SkyFireRedirect Installation (Mac OS X)]]
----


== Development ==
You can always help us developing our wiki and improving our community.
* [[Linux GDB Debugging]]
* [[Opcode list]]
* [[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 (13623)
*[[DB:Auth_243|Description of the SkyFire One `'''auth'''` database structure]]
* [[Description of the SkyFire `world` database structure]]
</div>
* [[Description of the SkyFire `characters` database structure]]
* [[Description of the SkyFire `auth` database structure]]


<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]]
*[[DBC list]]
*[[Todo-list]]
*[[SkyFire DB|Database Changelog]]
*[[Reporting Bugs|Reporting Bugs]]
*[[DBC Files|DBC Files]]
*[[DBC Files 542|DBC Files (542)]]
*[[IRC Rules|IRC Rules]]
*[[Creature Spawns|Creature Spawns 5xx]]
</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]]


{{Pp-vandalism}}
{{Pp-vandalism}}
</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>Scripting Assets</h3>
----
This is a placeholder.
</div>
|}
{| 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>
|}
|}

Revision as of 21:39, 6 November 2020

Languages: English | Polski | Deutsch | Español | Italiano | Pусский
Welcome to Project Skyfire wiki!
We have 117 articles. Join and feel free to improve us.

Getting started : Install the server 4.0.6 a LEGACY


Getting started : Install the server 2.4.3 Work In Progress


SkyFire Database Structure 5.4.8 Build 18414


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

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.

Scripting Assets


This is a placeholder.