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 RomantiCs

  1. R

    [Release] Leatty v159

    I already updated movementparser by idb it's don't have any exception. I just think mob can fly because when set mob aggo to obbject so this source add to list then update many movement with 1 time (left righ jump blah blah). So i though mob set wrong object id when another player entered same map.
  2. R

    [Release] Leatty v159

    Yes, When unhide character and another player entered with same map mob can fly now <3
  3. R

    [Release] Leatty v159

    When enter map with 2 player or unhide 2 character in map monster can fly now! Orange mushroom : I believe, i can fly ~ *troll face* You must be registered for see element.
  4. R

    [Release] Leatty v159

    How can i read op? Because client don't send anything to server(packets or op code). Edit :: You must be registered for see element. This source don't received anything for movement. So v161.2 movemob is 0x282(82 02).
  5. R

    [Release] Leatty v159

    This source mob can't move? They are freeze when spawned. So I checked this source never receive movemob opcode?
  6. R

    Web Redirector can't received packet from server

    Now i try to testing server on localhost with psuedo loopback. But i don't why server never received Move_life from client. But every opcode it's working. So i try to update to 161.2 move_life opcode : 0x282
  7. R

    Web Redirector can't received packet from server

    Nope it's not called when starting client. It's will called when client closed. My redirector it's worked 2 days ago and i don't modification anything in source. To day it's not worked. So i already removed customencryption, update aes key
  8. R

    Web Redirector can't received packet from server

    I don't know why my handle can't use. i try to print packet when received. but i though server have send packet to client. You must be registered for see element. It's my client handle Session session = new Session(sock, SessionType.CLIENT_TO_SERVER); outSession = session...
  9. R

    Web Redirector can't received packet from server

    Hi there i try to use redirector to connected my server but when server send packet to client redirector don't received? You must be registered for see element. Anyone can help me?
  10. R

    [Release] Leatty v159

    It's don't have LeattyScripts.dll? How i can do write npc script or used this engine?
  11. R

    Web v160 redirector / localhost

    I try to update to 160.3. But i selected character then i got unable to connect to the game server. Also i use psuedo loopback and updated Handshake. Anyone can help me? You must be registered for see element.
  12. R

    Web [158.2]I have found 2 strange byte on CharacterSkillInformation[Not found on client]

    Hi try i getting structure from client(v158.2) but i got strange 2 short on CharacterSkillInformation. But client doesn't decode it. Packet sniff from GMS 01 0E 00 3C A2 31 01 01 00 00 00 00 80 05 BB 46 E6 17 02 E3 A6 31 01 01 00 00 00 00 80 05 BB 46 E6 17 02 80 B8 C4 04 01 00 00 00 00 80 05...
  13. R

    Web [IDA] CStage::OnSetField call analysis failed

    @sunnyboy Edit : Thx i can solve it :laugh:
  14. R

    Web [IDA] CStage::OnSetField call analysis failed

    Hi i'm beginner for IDA i try to get strcuture enterfield from IDA but i can't enter function. How i can fix it? You must be registered for see element.
  15. R

    Web [Packet]Use_flag_scroll how i can identify Inventorytype?

    Maybe i can solve it. scrollpos = slea.readShort(); //For readiong position of scroll when used. Item scroll = c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(scrollpos); if(scroll == null || !Gameconstants.isFlagScroll(scroll.getItemId())) { scroll =...
Back
Top