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 Blure

  1. B

    R63B Client - "No H Button or Menu"

    Not really, he forgot to send the packet of the user object. Something like this structure: int string string string string string boolean int int int boolean string boolean boolean
  2. B

    WarRock Chapter 3 Server with fixes, for all, to colaborate!

    Create a shortcut of your warrock.exe Open the properties of that shortcut After the location you must add: 0 0 ENG
  3. B

    Edit warrock.exe

    Create a .dll file with this code (just copy & paste). Then you must hook the dll file in warrock.exe
  4. B

    [help]Gameserver build / start problem.

    Open Visual Studios as admin
  5. B

    [HELP]Make [GM] Yellow in lobby chat like gameroom

    search: case 3: // Lobby2Channel { UserManager.sendToChannel(User.Channel, false, new PACKET_CHAT(User, PACKET_CHAT.ChatType.Lobby_ToChannel, Message, TargetID, TargetName)); break; } replace: case 3: // Lobby2Channel { UserManager.sendToChannel(User.Channel, false, new...
  6. B

    [Release] BulletWar Emulator [Couponshop fix]

    Re: BulletWar Emulator [Couponshop fix] [Release] For those who want the source: You must be registered for see element. Wait! All the integers in the source are in hexadecimal, so you need to change them to decimal. Have fun!
  7. B

    Zombie Mode sniffed codes.

    *Argh* alright then, Sailor.
  8. B

    Zombie Mode sniffed codes.

    So? It's still usefull for those who need this. Everyone check the ip "185.5.174.137".
  9. B

    Lots of Bugs!

    Solved.
  10. B

    [Release] Simple Clan System

    What do you mean..?
  11. B

    Lots of Bugs!

    Hmm, I can help you with teamviewer. I got time atm.
  12. B

    [Release] Simple Clan System

    Megh, it's not neccessary for the working of it. I understand what you mean, btw does it works well? //Off; Je komt uit Belgie als ik 't niet verkeers heb, toch? :p
  13. B

    Lots of Bugs!

    Do you've any version of visual studios?
  14. B

    [Release] Simple Clan System

    I understand, but I wanted to make the code understandable for those with less knowledge :p
  15. B

    Lots of Bugs!

    No server error?
Back
Top