Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 07/18/2017 in all areas

  1. 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
    2 points
  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
    2 points
  3. SkyFire

    MySQL issues

    You could have missed and sql update.
    1 point
  4. madmax765

    vmap trouble

    Hello all I am running wondows10 64bit Trouble is after the update from 382ebd93c92f24420482ec893fc9ef43095b5fb5 82ebd93c92f24420482ec893fc9ef43095b5fb5 Core/Map: Fix Maps, Vmaps, Mmaps on mapids with more than 3 digits fo… it says i need new vmaps well i checked tools in cmake.. made new tools... made new maps and all still says i bad files so i made new files from latest pull 12997434335809cbb57df6abb6fbc3e0ab4cc651 2997434335809cbb57df6abb6fbc3e0ab4cc651 Using configuration file worldserver.conf. Using SSL version: OpenSSL 1.0.2l 25 May 2017 (library: OpenSSL 1.0.0d 8 Feb 2011) Using ACE version: 6.1.4 SkyFire 5.x.x rev. 129974343358 2017-09-10 15:00:18 -0500 (master branch) (Win64, Release) (worldserver-daemon) <Ctrl-C> to stop. ______ __ __ __ __ ______ __ ______ ______ /\ ___\/\ \/ / /\ \_\ \/\ ___/\ \/\ == \/\ ___\ \ \___ \ \ _'-\ \____ \ \ __\ \ \ \ __<\ \ __\ \/\_____\ \_\ \_\/\_____\ \_\ \ \_\ \_\ \_\ \_____\ \/_____/\/_/\/_/\/_____/\/_/ \/_/\/_/ /_/\/_____/ Project SkyFireEmu 2011 - 2017(c) Open-sourced Game Emulation <http://www.projectskyfire.org/> Realm running as realm ID 1 Using World DB: SFDB 548.Release.14 Using enUS DBC Locale Will clear `logs` table of entries older than 1209600 seconds every 10 minutes. Using DataDir ../5-4-8/ WORLD: MMap data directory is: ../5-4-8/mmaps VMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1 VMap data directory is: ../5-4-8/vmaps VMap file '../5-4-8/vmaps/0000.vmtree' is missing or points to wrong version of vmap file. Redo vmaps with latest version of vmap_assembler.exe. Correct *.map files not found in path '../5-4-8/maps' or *.vmtree/*.vmtile files in '../5-4-8/vmaps'. Please place *.map/*.vmtree/*.vmtile files in appropriate directories or correct the DataDir value in the worldserver.conf file.
    1 point
  5. 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
  6. 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.