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 Scott Austin

  1. Scott Austin

    [Help] Dev Event updateCharEnable

    How did you manage to fix this?
  2. Scott Austin

    [Help] The LiciaZ - Character Create Issue

    Thank you for your answer! I edited the table in Navicat by unchecking the "Not Null" box, and changing the type from "Empty string" to "NULL" under the default. I also re-published my backend, so that may have helped as well. Doing so appears to have fixed the error. I now have characters :)
  3. Scott Austin

    [Help] The LiciaZ - Character Create Issue

    Heyo, everyone. I used to have this source fully set, but sadly am having difficulties I have not run into before. Whenever I create a character, they are invisible, dead, and cannot be revived. It then gives the user a wrong username/password error whenever they launch the game. The issue I'm...
  4. Scott Austin

    [Help] War Inc RPG

    Hey guys, I usually don't post around asking for help, but I've hit a stone wall at this point. I've been messing around with adding an RPG to my emulator, and using the Rocket.cpp files from the War-Inc source. The main problem is that those rockets are set for the Terrain v2 sources where...
  5. Scott Austin

    Moderator Application - Infestation / The WarZ Section

    You got my vote, babe. When are you releasing StarWarZ? :)
  6. Scott Austin

    RaGEZONE WarZ Programming Skype Group?

    Speaking of IRC, I have just set one up on Freenode. All users who wish to connect can join through irc.freenode.net, and the channel is stated as ##WarZRageZone. See you there!
  7. Scott Austin

    [Request] Mystery Box system

    Can you give a little more clarification on what you mean?
  8. Scott Austin

    [Help] How to ser map no drop item for Death !

    There's already a tutorial on how to do this. You must be registered for see element. This tutorial works for every type of map, by the way, not just strongholds. Have fun! :)
  9. Scott Austin

    [HELP] Need help with clean/Doom I:ss

    Your launcher's IP's and directories are not 100%. You need to make sure that it's going to the right place. if your API is in Infestation/api/, then UpdaterConfig.CPP needs to be going to Infestation/api/ and so on. You also need to make a folder in wwwroot called CDN for the launcher and some...
  10. Scott Austin

    [HELP] Need help with clean/Doom I:ss

    If you're using the instructions based on the setup guide for RZCE, then there is an easier way to fix this. In the tutorial, you have to designate wz as C:/WarZ/Bin/Build, right? So, the obvious choice would be to just move the getserverinfo.xml file to that directory, and then try it from...
  11. Scott Austin

    [HELP] Need help with clean/Doom I:ss

    That's the error! You need to be using wz_api_user as your login, and not "sa". Only wz_api_user should be set as the user for this stage, and that is causing the problem. Change "sa" to wz_api_user and rebuild the API solution, then re-publish and try again.
  12. Scott Austin

    [HELP] Need help with clean/Doom I:ss

    Lemme know how it goes!
  13. Scott Austin

    [Help] Dev Event Server Crashing

    I fixed this now, thanks for trying to help me. +Rep :D
  14. Scott Austin

    [HELP] Need help with clean/Doom I:ss

    What happens is that the launcher is meant to be used with Website registration, because it handles it the way that ISS Thailand does (website registration). To fix this, you need to to src/RSUpdate/main.cpp Then, on line 974, you need to add this: // register new account button...
  15. Scott Austin

    [Help] Dev Event Server Crashing

    Heyo, Ragezone! I've been fiddling around with the dev event servers (y'know, the ones that give you gear) for the past week or so, and it keeps crashing everytime that I load into the server. The error I get is as follows in the R3DLog: 000077.815| LoadLevel_Objects... 000077.818| TERRAIN...
Back
Top