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 Iazzetta

  1. Iazzetta

    How to make a simple Competitive/Ranked System

    Hello, Today I will be explaining how to build a simple compettiive/ranked system using existing functions from Gunz itself. I will not pass ready codes, just the explanation. Use Case - The player clicks on a button or types a command to enter a ranked queue. - The system obtains the MUID of...
  2. Iazzetta

    Quest Pack Nostalgia (Mocro, Legacy, MaximoGunZ, ect)

    that files is missing. pampou_bman folder of model/NPC, shooter, etc. jorklenis2
  3. Iazzetta

    CrossFire Server Emulator

    Waiting..
  4. Iazzetta

    [Re-Release] Point Blank OZ-Network Server Files

    I will help you with this. My github is Iazzetta. I new in PointBlank section. If i want to test the server, how I do? What client? How I config this? Thanks..
  5. Iazzetta

    New website roque-gunz 2016 avances 50%

    just a bootstrap.. like my old web: You must be registered for see element.
  6. Iazzetta

    [TUTORIAL] Send Notice to Server (Command)

    Re: [RELEASE] Send Notice to Server (Command) put here the class SendNoticeAdminCommand.java... You added "commands.add(new SendNoticeAdminCommand()); in AdminCommandHandler? Imported the SendNoticeAdminCommand in AdminCommandHandler? check this first. I wont post the compiled source here...
  7. Iazzetta

    [TUTORIAL] Send Notice to Server (Command)

    Re: [RELEASE] Send Notice to Server (Command) you are using jdk 7? show the error log
  8. Iazzetta

    Music off/on (How implement)?

    work with memory is difficult for me, but thanks bro xD
  9. Iazzetta

    [TUTORIAL] Player Name Color Effect

    I did some changes in ChangePlayerColorAdminCommand.java.. Now, if you put /adm player color crazy, you get a random color in your name.. just for fun! :love: Source I'm using: You must be registered for see element. ChangePlayerColorAdminCommand.java (ru.pb.game.chat.commands): package...
  10. Iazzetta

    Music off/on (How implement)?

    I get this log in emulator when I try turn off music.. I want know what I do with this offsets.. Client [id:2, ip: xxxxxxxx] received unknown packet : 0xA15 [int: 2581] [32B] +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f...
  11. Iazzetta

    [TUTORIAL] Send Notice to Server (Command)

    Hello members! I'm new in this section (PB/Blackout DEV) and I decided to work on sources published here. Sorry any shenanigans.. :blink: First, I'm working on this source: You must be registered for see element. I took a look in this package: (ru.pb.game.network.client.packets.server). I was...
Back
Top