Jump to content

ladycrys89

Members
  • Posts

    16
  • Joined

  • Last visited

About ladycrys89

  • Birthday 08/12/1989

Profile Information

  • Gender
    Female

ladycrys89's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi there, hope this post will help. I've always found half-topic about this problem. People just gave up or stopped replying. I will try to be as clear as possible without breaking the rules. If so please let me know. Problem: realm offline Reason: Skyfire has nothing to do with the issue. The problems is caused by the client itself. Some of the .MPQ files have been somehow corrupted, so you will partially patch your wow.exe. You can follow two paths: - Best one is to download apex patched launcher and start over (it's fast) - Second is risky and you MUST backup your data before everything else. I just tested this theory downloading a patched wow from a website. An error occurred: "Cannot stream required archive data. Please check your network connection" Luckily the complete error will tell you what .MPQ files has been messed up. All you need to do now is download those files, deleting "cache" folder and run wow.exe.  Â
  2. Mmh did you apply all the updates from SkyFire_5xx/sql/ folder?
  3. Did you change the ip address in realmlist table? Be sure to have the gamebuild set to 18414 too. UPDATE auth.realmlist SET address ="<your address here>", gamebuild = 18414 where id = 1; Then add to your config.wtf the lines SET realmlist <your Ip> SET patchlist <your ip> If it keeps not working try to recompile. This time delete the "build" folder and create it again. I fixed this problem a couple weeks ago. I have no Idea what went wrong
  4. Hi, welcome to the community. Hope you will find the time to help this project. It totally deserves it
  5. Really appreciated  And...sorry but I need to say that. Just a quick OT or I will freak out: this demonstrates how many people are just getting the sources to make "something different" from  contribute to this project. Not fair. Keep going.
  6. Hi there, I was trying the pandaren starting chain. Can somebody tell me if it's really broken or I did something wrong with the DB? First: some objects are missing (Weapon racks), then I can't find  "RequiredNpcOrGo" in quest_template. Is that normal?  I applied all the updated in skyfire5.x.x/sql folder, but some gave me errors like ALTER TABLE `quest_template` CHANGE `RewardOrRequiredMoney` `RewardMoney` INT UNSIGNED NOT NULL DEFAULT '0'; In this case RewardOrRequiredMoney doesn't exist in quest_template.  I don't know if it's relevant. Last core, last DB (Downloaded yesterday).
  7. Hi there, I found no bug report about this issue, so I assume it is mine only. When I try to reload quest_template table (both console/in-game) the worldserver crashes. Does it happens to anybody? Â Using Ubuntu 14. Latest core, latest DB (skyfire obviously). As soon as possible I will attach the log.
  8. Hello all, Silly question for you.  As a C++ learner I'm on my way to OOP comprehension, so I read some of the script in my "src" folder. I understood pointers (maybe), but I don't understand why using a pointers can affect the final script. Is it just a matter of memory waste?  In short: what happens if I pass a simple variable (core explosion? Or simply it doesn't work) ? Do I really need to change the original value instead of the copy one?  Hope you know what I'm talking about...weird explanation I know  Can you please give the names of some simple script that can I use for studying?Â
×
×
  • Create New...

Important Information

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