For some reason I dont think you figured out anything by yourself. You cant even seem to know how to google basic stuff, and someone started spoonfeeding you and you cant stop asking for more.
You need to either spend your own time figuring everything out or you need to spend money for someone to do it for you. Stop expecting free stuff.
In forum people can only lead you onto a path, but you need to respect peoples time.
My advice for starting is this: You can debug the l2 client or you can debug the server. For l2 client debugging, you can use phx in order to check what packets the client is sending to server and what packets its receiving back from server. On serverside, you can launch the server on a modern IDE for example intellij idea and just add breakpoints in specific parts of codebase and by having a stacktrace, you can debug the whole proccess flow of any mechanic and that way you can figure out whats happening. Its basics of coding, its not rocket science.
If you dont have any basics in java development or debugging then start learning from there. If you cant teach yourself then find a teacher and pay him. Like I said, people in forum will give you only breadcrumbs.