Jump to content

Snre3n

Community
  • Content Count

    62
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Snre3n

  1. You could try this: Link here Alternatively try doing a repair: https://msdn.microsoft.com/en-us/library/cc646006(v=sql.120).aspx
  2. C++ #include <iostream> #include <time.h> // header for clock() #include <windows.h> // header for sleep() using namespace std; int main() { // Start the timer in the top of main() or winMain() clock_t t = clock(); /*Code block with all code that the program has to run before starting*/ Sleep(5000); /*End of code block*/ // Get the time taken to start t = clock() - t; cout << "Time taken to start in seconds: " << ((float)t) / CLOCKS_PER_SEC << endl; return 0; } I hope this is what you were looking for.
  3. @Ximboliex You can download it from Foxseiz's archive, https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!DAFTSaQQ In Tools folder, 'Restore.rar'
  4. Could you tell me what you did to solve it?
  5. No, you should be able to compile it with your client. I've just tested with TOP 1.38 client, does not work. You'll need to remove items from your iteminfo, or find a game.exe with higher iteminfo limit.
  6. It does compile with PKO II client.
  7. Yes, and no, that is not good. EDIT: Which client are you using? Can you post your iteminfo.txt? Put it in a spoiler please.
  8. Restore your iteminfo.txt from wherever you got it, server files I would guess. Put it in client/scripts/table. create a new text document in your client folder, paste this in your new text document: start system\game.exe startgame table_bin Click 'File' -> 'Save As..' -> File Name: Compile.bat (NOT Compile.bat.txt ). Now run Compile.bat, wait until a window pop up that say "generate binary system list ok!".
  9. Compile with your client instead,
  10. Is your database on D:/ ? Try with C:/ And make sure it's not in Read-Only mode, also follow @TheSamurai 's advice, run as administrator. EDIT: It could also be that you don't have user permission to the files, you can change this by: right click db file -> Properties -> Security -> Select Windows User -> Press Edit -> Tick 'Full Control' -> Apply.
  11. Post an image on your error.
  12. @Rinor I should have made myself clearer, my bad. Easiest is to Right click your DB folder -> Click Properties, remove the tick at Read-Only -> Apply -> Now try to attach DB. In case that wouldn't work, try doing the same procedure above for each database file individually.
  13. I just tested the database from PKO 1.38 together with SQL 2014, by V3ct0r, it works. Have you tried unmark "Read-only" in Properties for the database files?
  14. You do exactly the same as you did with the first GameServer. Change IP, DB user login data, choose which maps to open. Example below: GameServer.cfg [ID] name = GameServer00 equment = system [Gate] gate = 127.0.0.1, 1971 [Map] map = garner map = DreamIsland [DB] db_ip = 127.0.0.1 db_usr = sa db_pass = EZCpyYOZVofugqDFBZrLKw== GameServer1.cfg [ID] name = GameServer01 equment = system [Gate] gate = 127.0.0.1, 1971 [Map] map = darkblue [DB] db_ip = 127.0.0.1 db_usr = sa db_pass = EZCpyYOZVofugqDFBZrLKw==
  15. @Methz You can access Serverdev here:
  16. @Mr.LiM It might be released next week, we'll see.
  17. @Mr.LiM The files are also in the MEGA library, have you tried that?
  18. Someone with the same problem, try Onioni's suggestion in the thread. EDIT: I just noticed you are trying to run both garner & darkblue on the same GameServer, run the main maps in seperate GameServers and I think it will work. Example below. GameServer.cfg GameServer1.cfg
  19. Found this small gem in source code:

    04b08b6e6f.png

  20. @mkhzaleh Just change your ip and leave the port as is.
  21. Updated the guide with following: * Included Server files ( DB's excluded ) * Included Database ( The old one was missing act_album table ) * Included fix for AccountServer Hang, it has been confirmed to work by @snowolf @mkhzalehplease check 5. Enable TCP/IP . ( Fix for AccountServer Hang )
  22. Snre3n

    Is moliyo back?

    A few snapshots at Archive.org says "The domain name suspended." for moliyo.com, and according to this snapshot the domain was even for sale! http://web.archive.org/web/20150829143035/http://www.moliyo.com/
  23. Snre3n

    Is moliyo back?

    http://hdw.moliyo.com/ Didn't their website go down some year ago? Also, http://xhdw.moliyo.com/ http://cabal.moliyo.com/ http://moliyo.com/ EDIT: http://moliyo.com/ sure look weird, mentions a lot of random games.
×
×
  • Create New...