Jump to content

Rawaho

Members
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    9

Rawaho last won the day on November 27 2014

Rawaho had the most liked content!

2 Followers

Profile Information

  • Gender
    Male
  • Location
    New Zealand

Recent Profile Visitors

2,381 profile views

Rawaho's Achievements

Newbie

Newbie (1/14)

14

Reputation

  1. Could be due to the new quest system, I'll look into it.
  2. The weapon racks haven't been spawned, you'll need to do that. The way quest objectives are handled was recently changed, the required NPC's and GO's for a quest is now stored in the quest_objective table. In saying that you shouldn't need to change it as all quest objectives have been already added to the database. The RewardOrRequiredMoney column no longer exists and has been replaced with RewardMoney as required money for a quest is now an objective.
  3. Why do we work on SkyFire? It's a great hobby and learning experience. You can do almost whatever you want with the source, including making a private server. Just keep in mind that if you want to do that you won't get any support from us.
  4. There isn't really a guide since many things can cause a quest to not work. Feel free to report broken or missing quests on the bug tracker though, every report helps :)
  5. Make sure your system path variable contains your Git directory.
  6. No, everything in the old folder has already been applied to the latest base database.
  7. http://git-scm.com/downloads
  8. You need to install OpenSSL, you can get a precompiled version from here. Make sure you download the non light version; only download the x64 version if you are going to compile Skyfire in 64bit as well.
  9. Welcome to the forum Drop into IRC if you have any development related questions and someone will help you out.
  10. Welcome to the madhouse , drop by IRC if you have any development related questions.
  11. Just download it from Blizzard, it's currently the retail build.
  12. I haven't looked into the extra NPC flags in MoP yet but I assume 0x80000000 is probably something to do with the Black Market. 0x80000000 is the last possible flag due to uint32 size constraints, when required Blizzard will either make another NPC flag value to send (for example quests in MoP now have 2 flag values sent) or they will reuse older values.
  13. It partially works, I'll get around at some point to fix the issues and add the structures ProjectCore missed.
  14. Most of Pandaria isn't even spawned, AriDEV has been working on adding spawns to the world but is far from finished.
  15. Basic quest functionality works but instances do not, the instance/raid system needs a lot of changes. Currently Sovak is working on fixing guilds and I will start working on parties/raids this week after I finish up a few miscellaneous NPC features. Â The best way to test if something is working is to just compile and try it yourself.Â
×
×
  • Create New...

Important Information

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