Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 09/12/2018 in all areas

  1. SkyFire

    MySQL issues

    You could have missed and sql update.
    1 point
  2. bootz

    SFO - 2.4.3

    From out of the Ashe s, our TBC core has re-emerged, and is now back on the supported cores list. this core is still in limited support phase, until the code has been caught up and stable. When core is given full community support, the community forums section will be re-opened, as well as a bug-tracker. Until then Project is @ our Projects GitHub pages and the public Db is in the downloads section. Feel like helping with the project, Fork and submit a (PR)Pull Request, got something to say... post it on commit comments, see someone on the forums having a hard time ... lend a hand. |Dev Note| Posting to GitHub keep it clean, supportive, and on topic, otherwise comment it will be deleted. Also keep in mind were not all experts at programming some are still beginners, here everyone has a place. That is what the project is for (Educational Purposes), to help teach and to help others learn the selected art of code. There are other projects to use if you just wish to shine your epeen, and troll others you deem under your coding level. On this project you shine by what you commit, and how you help others on this board. We Do not cater to pirate servers, if you need something made custom, go make it yourself, or wait until the sub-forum for custom patches for this core is opened, hell you can even go hug google maybe what you need is there. and above all manage to have some fun. ~Bootz
    1 point
  3. 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
  4. 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
  5. 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.