Jump to content

Gawric

Members
  • Posts

    38
  • Credits

  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Gawric last won the day on May 14

Gawric had the most liked content!

About Gawric

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gawric's Achievements

Enthusiast

Enthusiast (6/16)

  • Dedicated Rare
  • Collaborator Rare
  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

27

Reputation

  1. I spent a lot of time working with the inventory. Now the inventory is updated only in the required cell, in the old version the entire inventory was updated. Therefore, the speed of work is very fast. Added Packets: InventoryUpdate, Items Added processing: Fullplate, Two Handed. Added darkening for the cell of the left hand and legs when wearing fullplate or Two Handed
  2. I have completed global work on player synchronization. Now I continue to implement the UI. Added to the store: processes any size of the list of products, the store itself expands the cells or removes unnecessary ones. Added ToolTips for accessories. Added optimization for the store so that a large number of items can be processed quickly. Added movement by double clicking in the sell - buy field and back.
  3. I open the l2j server and see 1. XOR->NewCrypt.encXORPass(raw, offset, size, Rnd.nextInt()); ---> XOR can also be taken from l2j 2. _staticCrypt.crypt(raw, offset, size); -----> I scroll down the code and see this code -----> =================================================== I'm transferring this code to C# And in c# I first do decryptBlock and then XOR and everything works, I get the package and the first 2 bytes have already been removed as far as I remember This only works for the login server. The blowfish encryption key is used static, it can be found in the l2j server
  4. https://github.com/gawric/Guide-L2Unity/blob/main/Guide/Pakets/Blowfish/General description.md Perhaps you will find it useful piece of encryption and decryption code from Acis Interlude I transferred these methods to Unity c# and everything works fine https://ibb.co/DHhP0JYr I think the first 2 bytes are the packet size. Third byte packet id And then the information itself It's all there in l2j servers
  5. Added a panel for buffs and penalties
  6. mobius has serious problems with the movement code and synchronization of npc and players. aCis did it better There are big problems with multithreading
  7. Project Status Open Source Accepts Juniors? Difficulty L2JMobius Very active Semi-closed Partially (with patches) Medium-High L2JServer Active Fully open Yes (directly on GitHub) Medium aCis Semi-active Unofficial Not very clear Low L2JMobius->Medium-High. It's funny, all their code is quite simple, just like aCis.
  8. Did you forget to write junior developer in which direction? (java/ui/.....?)
  9. My repository https://github.com/gawric/Unity-Client-for-L2J
  10. https://jmp.sh/EWJtNwLY I completely rewrote the player movement system. And completely redesigned the P Atk system, now, as in the original game, there are 3 attacks and the client uses them in random order and adds a slowing effect creating the illusion of the heaviness of the sword
  11. You probably wanted to write l2jmobius. I would recommend that you change the build because it has a lot of problems with the movement of npcs and players. Even if you find bots you will have to correct the movement or the bots will get stuck, fly, teleport
  12. To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is. And all your maps are not thread safe and you are using multithreading startQuestTimer("move", 5000, npc, null);
  13. https://jmp.sh/k5rvlsuC Synchronized l2jacis speed with unity client Redesigned the player's movement as in the original client. Turns now occur with a delay and a decrease in the player's movement speed. Moving forward is also synchronized with the l2j server, speed varies depending on time and distance
  14. add support acis l2j server add support blowfish add visual effect wind strike body I changed the server list, there were problems with acis
  15. https://jmp.sh/q2yLmKFe WindStrike Shader Visual Effect Test +9999
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock