Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by KimChoJapFan

  1. KimChoJapFan

    [Asdastory Online] C# Emulator (Closed Source)

    I'm not sure what I'm looking at exactly, but if that's an SSL encrypted packet; then we'll be needing to get the private key or something. (Good luck brute forcing it, I don't have access to a system of that caliber)
  2. KimChoJapFan

    How does private servers work?

    Quick answers: Some people use extractors to gather the game assets and then apply them to their TrinityCore or MaNGOS server packages. (You can compile TrinityCore which also includes a patcher and extractor for Legion and WOTLK) You could host your own private server from your own computer...
  3. KimChoJapFan

    Blizzlike - A remake of a Wrath of the Lich King 3.3.5a webpage

    Target Version of World of Warcraft: Wrath of the Lich King 3.3.5a build 12340. Target Private Server Package: TrinityCore Website Functionality: Intermediate Website Purpose: To settle as a hub for creating accounts and viewing character, item, and guild information. Screenshots: The...
  4. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    You must insert it into your database. To do so you'll have to travel to "http://localhost/mysql" and use the login information user: root | pass: ascent to access the PMA area. From there you'll select the auth database and then you'll go to the "SQL" tab at the top of the page. Now you can...
  5. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    yes, that's a simple fix: ALTER TABLE `battlenet_accounts` CHANGE `id` `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Identifier'; That will set the IDs of the battlenet_accounts table (the primary key) to automatically increase their numerical value accordingly. This will fix the...
  6. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    I suppose in the meantime we can gather a list of things that aren't functioning in this release, I'll start by modifying the original post.
  7. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    I know that there's another bug with the Worgen class and not being able to finish the first quest and not being able to exit the city. (Plus don't go into the basement as you can close the door but you won't be able to open it up again. Legion is still rather new and private servers of Legion...
  8. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    Perhaps I should think about making a Legion modding guide for private servers. It'll be similar to the older methods used in the previous versions of World of Warcraft, but it requires a different set of programs and it's over 40 GiB of data to work with. Plus Legion modding is still in its...
  9. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    So here's a solution to your problem: You must be registered for see element. Here's the query: ALTER TABLE `battlenet_accounts` CHANGE `id` `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Identifier'; The reason why this works is because the .bnetaccount create $account $password...
  10. KimChoJapFan

    Getting the latest World of Warcraft (Legion)

    Downloading the Client Data: Go You must be registered for see element. to download the World of Warcraft installer from Blizzard. Spend quite some time to download the whole game (It took me about 40 minutes to download all of the files at ~12 MB/s): You must be registered for see element. Now...
  11. KimChoJapFan

    What editor do you use for PHP & front-end web dev?

    So far I'm stuck using NetBeans for PHP
  12. KimChoJapFan

    I might be a bit late for this one...

    I go by many online monikers; however, the one that's of use in this case is KimChoJapFan. I created this username back in 2011 for my 3rd YouTube channel to distance myself from the content and audience of the previous 2 channels. It still remains to be my most recognizable username and my...
  13. KimChoJapFan

    Aurum - My homemade Vanilla 1.12.1 account management website

    Of course I'm bumping a dead thread when I make this response; however, I feel that this needs to be addressed: Here's a list of problems with this site I made a year ago: It uses MySQL which is depreciated for security flaws It doesn't prepare statements so anyone with knowledge of sending...
  14. KimChoJapFan

    [DEVELOPMENT] AlphaFable - DragonFable Private Server

    You must be registered for see element. You must be registered for see element. The server files requires at least 1.0 GiB of disk space when uncompressed and uses the latest version of UwAmp. The character generator requires Python 2.7 (2.7.10 recommended) If you like to see the python script...
  15. KimChoJapFan

    [DEVELOPMENT] AlphaFable - DragonFable Private Server

    Some of the shops, pets, and hometown settings aren't working, but the quests, level progression, inventory system, buying and selling system, and map loading is working fine in the latest version of UwAmp. If you're using this with the latest version of XAMPP, you'll face far more problems...
Back
Top