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 PROGRAMMATOR

  1. PROGRAMMATOR

    [HELP] Running Client error

    Start pointblank.exe with any parameters: pointblank.exe 0
  2. PROGRAMMATOR

    Spin v3

    php.ini ;extension=php_pgsql.dll
  3. PROGRAMMATOR

    [Solved] [Help]PiercingBlow Packet Sequense Check

    Re: [Help]PiercingBlow Packet Sequense Check You must be registered for see element.
  4. PROGRAMMATOR

    Piercing Blow 3.3 Update

    UDP Relay(3) Weapon Sync :): You must be registered for see element.
  5. PROGRAMMATOR

    Database error while import & running

    Re: [CODE] OZ-Network NEW Packets bmzproject,
  6. PROGRAMMATOR

    [Release ]PiercingBlow Emu C#

    There shouldnot be any routine especially cycles in the constructor.
  7. PROGRAMMATOR

    [Release ]PiercingBlow Emu C#

    What for is it: public PROTOCOL_BASE_528_REQ(ClientNetwork Client, byte[] data) { Init(Client, data); }
  8. PROGRAMMATOR

    [RESOURCE] Characteristics of all the weapon in Piercing Blow 3.3+

    The list of characteristics of all the weapon in Piercing Blow 3.3+ You must be registered for see element. LoadedBullet \ TotalBullet - ammo; FireDelay - fire delay before next shot; DamageA1 - damage during fire left mouse button \ DamageB1 - fight right mouse button (fit for melee)...
  9. PROGRAMMATOR

    Piercing Blow 3.3 Update

    Re: [Release] PointShark 1.0.2.0 | Packet Logger | Piercing Blow Piercing Blow 2.12+ You must be registered for see element. Piercing Blow 3.3+ You must be registered for see element. Not everything is fine there, IAT is "covered".
  10. PROGRAMMATOR

    PointShark 1.0.2.1 | Packet Logger For Piercing Blow

    Re: [Release] PointShark 1.0.2.0 | Packet Logger | Piercing Blow Thank you for quick updating, bu still there are a couple of issues. Some packets are sticking, as for server login and in battle or in room. You must be registered for see element. Firts two bytes after opcode in Outbond...
  11. PROGRAMMATOR

    PointShark 1.0.2.1 | Packet Logger For Piercing Blow

    Re: [Release] PointShark | Packet Logger | Piercing Blow CodeDragon, it is time to update PointShark. :) Piercing Blow was updated to 3.3.1602.22 version, the structure was changed in first packet, especially sessionId was shifted to the end of packet PROTOCOL_BASE_CONNECT_ACK (514).
  12. PROGRAMMATOR

    [Solved] How to read RSC files

    Re: Help Me Please RSC Reader You must be registered for see element.
  13. PROGRAMMATOR

    Music off/on (How implement)?

    64 (100%) - Sound Effect 3c (60%) - Background Music
  14. PROGRAMMATOR

    [RESOURCE] Packet Structure Information

    In client it is named as RandSeed (rnd short number), and is used to make the same packet after encrypt to look differ. S2MOPacketBase::SetPacketRandSeed(randSeed);
Back
Top