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 tyke98

  1. tyke98

    Help Create Char :( !!

    Go to mmatchobject.h Search for: const MINITIALCOSTUME g_InitialCostume[MAX_COSTUME_TEMPLATE][2] = And replace current code underneath it with this: { {{1, 5001, 4001, 30301, 0, 21001, 0, 23001, 0}, {1, 5001, 4001, 30301, 0, 21501, 0, 23501, 0}}, // 건나이트 {{2, 5002, 0, 30301, 0...
  2. tyke98

    restoring the database erro

    I think you need sql server 2008 r2.
  3. tyke98

    map.xml

    Did you add the map name into mmatchmap.h?
  4. tyke98

    Hiding weapon

    dbo.AccountItem
  5. tyke98

    Rename the File extension

    Search for .aby in source and you should find the files.
  6. tyke98

    How to Fix Quest boss name

    You have to translate the bosses since they are most likely in korean. Anyways i got one already in english. You must be registered for see element.
  7. tyke98

    zitem.xml with original Prices?

    Here you go: You must be registered for see element. Also included the strings.xml just incase you need it.
  8. tyke98

    Auto Event

    I'm pretty sure they never released the new source only the old one which doesn't have the auto event function.
  9. tyke98

    I need help - Jjang pgrade by mocro

    Hmm don't really know how to fix it sorry :(
  10. tyke98

    I need help - Jjang pgrade by mocro

    Seems like you forgot to add a comma at the end of MMPG_PREMIUM_IP Should be like this: MMPG_PREMIUM_IP = 1,
  11. tyke98

    I need source + client + sever by dawsons

    Oops forgot that you also need to disable filelist: You must be registered for see element. Military posted in the comments on how to disable it.
  12. tyke98

    I need source + client + sever by dawsons

    First use this guide: You must be registered for see element. Once done with that use: You must be registered for see element. This is so you can build the source in BRZ_Release_publish or w/e. Anyways once you're done with both of them you will have to fix some stuff to get the runnable...
  13. tyke98

    Character Creation Customize

    You will have to edit the source and to do so you will have to open MMatchObject.h. And search for: const MINITIALCOSTUME g_InitialCostume[MAX_COSTUME_TEMPLATE][2] Once you've done that you will see right under it a bunch of numbers which are the item ids. Yeah i know i suck at explaining...
  14. tyke98

    SQL db.Item || hp & ap bar

    Here you go: You must be registered for see element.
  15. tyke98

    Adding DB's to the SQL Server 2008 R2

    AdmWebDB and LogDB15 are useless for all i know, so go with GunzDB.bak only.
Back
Top