Search results

Desolation Mir2 (Med Rate Server)
  1. ventus

    [GSP] Where can I download Azure release?

    This would be cool to see :)
  2. ventus

    [GSP] Showing a GSP Usercount in and out of Game

    Nice tutorial. Nice to know little more about how these files work.
  3. ventus

    [Guide] How to Setup Mir3 GSP Files

    For those of you getting errors creating and deleting characters here are the correct stored procedures for character create and delete. I already posted them on another thread but I guess it can be added to the main post :) Character create USE [Game] GO /****** Object: StoredProcedure...
  4. ventus

    [GSP] How can I fix error message when creating character? + be able to delete

    Ive also heard of this problem but ive never had it myself. Does changing the characters map via sql help at all?
  5. ventus

    [GSP] How can I fix error message when creating character? + be able to delete

    No problem :) Now we just need to fix the login procedure, if you enter an incorrect password with Capitals and characters like "@&^AW^#@" you can freeze the loginserver for a moment and cause an SQL connect error. Dj just fixed it for Uncharted, as we all the storage procedures I hope he could...
  6. ventus

    [GSP] How can I fix error message when creating character? + be able to delete

    These are the correct storage procedures for character create and deleting Character create USE [Game] GO /****** Object: StoredProcedure [dbo].[msp_character_create] Script Date: 7/19/2016 4:30:50 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO --...
  7. ventus

    [Guide] How to Setup Mir3 GSP Files

    They are located inside the mir3res,dat, everything is in there.
  8. ventus

    [Guide] How to Setup Mir3 GSP Files

    Still no luck getting the @make command to work =/. Other commands are working fine just @make not working. Tried connecting locally and from an outside pc. @make just doesnt want to work. There got to be something else we are missing, some step that we missed.
  9. ventus

    [Guide] How to Setup Mir3 GSP Files

    Anyone mind sharing exactly how they got the @make command to work? Other commands are working, just @make WoodSword 1 does nothing. Even if you type in the name exactly as it shows in mir3res.dat Tbl_GMList: [id] [CHAR_TYPE] [FLD_CHARACTER] 47 1 GameMaster 48 1 MasterGame What am...
  10. ventus

    Mir3Res.dat encryption/decryption tool

    You can use the same tool to decrypt item.dat
  11. ventus

    Mir3Res.dat encryption/decryption tool

    Hmm what text editors are you guys using to edit the output file once its been decrypted? notepad? notepad seems very messy.
  12. ventus

    [Guide] How to Setup Mir3 GSP Files

    At the bottom where you see event start time and end time, this is where you can enable it. Event Start time : 1H 0M Event End Time : 24H 59M to have event on 24 hours a day or you can choose what time of the day you want the event features to be applied.
  13. ventus

    [Guide] How to Setup Mir3 GSP Files

    What windows are you running, maybe try running in compatibility mode? Edit haha you beat me to it dj :P
  14. ventus

    [Guide] How to Setup Mir3 GSP Files

    Once again thank you so much for the guide and missing files. I can now get in game! :) The only problem I encountered so far was at creating a character it said unknown error has occured contact wemade for more info... The character was created even though the error was given.
  15. ventus

    [Guide] How to Setup Mir3 GSP Files

    Thank you thank you thank you thank you!!!!!
  16. ventus

    MIR3-gsp complete data

    Use the DXYSOFT loginsrv.exe to get past that null error, the other login server.exe will give you that null error. Im still having problems trying to get in game properly, char select unable to retrieve characters and you cannot create a character. Loginserver disconnects on login and logout...
  17. ventus

    MIR3-gsp complete data

    Dont use 3.55 db, everything you need is in the game.bak
  18. ventus

    MIR3-gsp complete data

    There are no account and Manage databases, its all in Game.bak. Azura could you tell us exactly which .exes you are running to be able to get in game without errors? Like which login server you are using and which "gate" .exes you are running. Theres so many duplicate files in there that it is...
  19. ventus

    MIR3-gsp complete data

    No :( Still have the same problem.
  20. ventus

    MIR3-gsp complete data

    I managed to recreate the sql tables tbl_pubips, tbl_serverinfo, tbl_servergate, and tbl_selectgateips. They all have my correct ip address and server name GSP. But i still get this error when trying to login :( There must be something else im missing :() LoginServer 2016-07-03 23:18:46 -...