Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 03/31/2019 in all areas

  1. SkyFire

    MySQL issues

    You could have missed and sql update.
    1 point
  2. DISCORD CHAT SUPPORT: https://discord.gg/MXvtaCH4nd CORE SOURCES: 4.0.6a core source and Bug tracker. NO LONGER SUPPORTED! https://github.com/SkyFireArchives/SkyFireEMU_406a 5.4.8 Core Source SUPPORTED https://github.com/ProjectSkyfire/SkyFire_548 DATABASE: Database files are only downloadable by forum members. https://github.com/ProjectSkyfire/database/releases WIKI: http://wiki.projectskyfire.org RECOMMENDED FILE SERVICES: Dropbox -- https://db.tt/Zw76Fr6
    1 point
  3. AriDEV

    How To Post Patches

    Small Patch Post Explain: How To Post Creature Or Gameobject Spawns: Example: -- NAME <SUBNAME> SET @NAMEGUID=XXX; DELETE FROM creature WHERE id=49748; INSERT INTO creature (guid, id, map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, DeathState, MovementType, npcflag, unit_flags, dynamicflags) VALUES (@NAMEGUID, 49748, 0, 1, 1, 0, 4981, -8847.35, 569.835, 94.6879, 2.86978, 300, 0, 0, 713, 0, 0, 0, 0, 0, 0), (@NAMEGUID+1, 49748, 0, 1, 1, 36597, 49748, -4938.35, -917.995, 501.743, 5.3058, 300, 0, 0, 232470, 0, 0, 0, 0, 0, 0), (@NAMEGUID+2, 49748, 0, 1, 1, 0, 49748, -8826.54, 631.48, 94.4498, 4.05418, 300, 0, 0, 3, 0, 0, 0, 0, 0, 0);How To Post Npc Vendor Data Example: -- NAME <SUBNAME> SET @NAMEVENDOR=xxx; DELETE FROM npc_vendor WHERE entry=@NAMEVENDOR; INSERT INTO npc_vendor VALUES (@NAMEVENDOR, 0, 2325, 0, 0, 0), (@NAMEVENDOR, 0, 6260, 0, 0, 0), (@NAMEVENDOR, 0, 2320, 0, 0, 0);The XXX Is Always ID From SkyFire DB TEAM, Also U Can Add There XXX More Will Comming
    1 point
  4. UnknownDev

    Wiki Updates

    Hey, i have made som updates in the wiki. If you found an issue then just send me a pm and i will fix the issue. If you found wrong informations then also write me a pm. If you have some Style ideas for the wiki, let us know it. Thanks!
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.