Jump to content

eressea

Legendary Member
  • Posts

    534
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by eressea

  1. Hi, sorry, I'm bit new here so I don't know who is Bewis. I wanted just to ask you whether you have some list of things you fixed in MXC extender. I've tried to reverse engineer it and found out there are these changes: - olympiad points fix - olympiad pledge skill fix - instance reenter time fix - augmentation stat fix - possibility of changing pledge/ally penalties + siege standby/announce time - 1hp resurrection fix - hide some warnings (alloc >32k) - trade add packet dupe fix - MXC credits message - dummy packet not to disconnect user - buff summon system (category, ...) - safe enchant setting - increase max index Is there anything more I missed? Thanks!
  2. All well-known exploits should be fixed. Offline shop seems working fine :) Try and let me know :) I'm not sure if I understand what you mean. NPC doesn't connect to l2server? I don't have client for protocol 87 but it should work somehow (I've remapped some packets etc.) but it needs testing.
  3. Thanks! You can help by testing it and/or giving ideas what to fix/change/add next... :)
  4. Can't reproduce / find anything... Btw I've added autoloot system (needs testing!) https://bitbucket.org/l2shrine/extender-public/commits/487de8a1a97963156009f20f951f1a3cc48175bc EDIT: Autoloot seems working fine for solo player. When in party, it doesn't work at all, I'll have to fix it
  5. Hi, it happened with both clean l2off gracia final and advext gracia final
  6. Thanks for info, I've fixed both already :) So are you sure there is no other dupe/exploit/hack/server crashing packet? For example if client sends enchantType > 3, server crashes (already fixed this one, but I'm not sure whether there isn't something similar somewhere). There was for example skill enchant exploit (race condition), when you drop book and immediatelly send RequestExEnchantSkill (via l2ph), it sometimes proceeds with enchant and still keeps the book on the ground so you can pick it back. So I've added some delays (for example you can't enchant skill 2 seconds after you drop item to ground - nothing that would affect normal playing but stops players from exploiting this). It's not perfect (2 second lag of server and you can still use it) but I still don't know how to fix it better. Someone told me about some item dupe involving sin eater, someone told me about some fishing exploit - do you have any info on these? Thanks a lot!
  7. Hi, is there any way to contact mcbigmac? I've tried to send him PM but he has full inbox :( Thanks a lot!
  8. I think I've fixed it :) https://bitbucket.org/l2shrine/extender-public/commits/b52a4a15ebcab4567312b262f9518d42f796691f EDIT: I've fixed last second of skill reuse time https://bitbucket.org/l2shrine/extender-public/commits/fc75623fc1c9a85d7d183f53098d8a4e99e1f53d So what next? :)
  9. On GM hide your pet loses title but still follows. On hide skill your pet hides too. So I think there's no bug in this part. On hide skill enemy pet still follows and attacks you - this needs getting fixed.
  10. Hi, it's just a call to the second and third virtual function on given object (the first one being destructor) Operator * can return whatever you want :) And as I'm working with pointers almost everywhere (it's not my choice, I have to use what's already in l2server.exe), I really don't need it to return reference as I would have to dereference it anyway.
  11. Hi, I hope I've fixed it :) https://bitbucket.org/l2shrine/extender-public/commits/0b0d91a16bce580abf9fb2f96068ebd05c27a29a
  12. I've just fixed instance restriction bug so now it should have all bugfixes from MXC 1.07. It's a pity I don't have the sources, it would have been much faster if I had them :) Does anyone know about some other bug that needs fixing? I know there are various bugs involving hide skill, but I'm not sure how to fix them (not technically, I mean I don't know the correct behaviour). What should my pet do if I use hide skill? Continue to follow me or not? What should other pet (attacking me) do when I use hide skill? Lose target and stop attacking, is it correct? :)
  13. Hi, start with reading readme on bitbucket (you'll find link in the first post), then you basically need to download l2off gracia final euro pack, visual studio 2005, clone sources from bitbucket, build it, ... When you're done with these steps (or have some questions), send me PM :)
  14. It works fine for me, but I run it only on win2k8 machines. zconll tries to run it on win2k3 and gets errors he wrote. I'm unfortunatelly unable to reproduce it :(
  15. Thanks for clarification :) What do you think about that idea with single DLL? EDIT: Look at my last version, I've tried it and it looks it will be good :)
  16. Sound like good performance boost but how does it work when the three daemons run on three different machines? Or it's not possible? (I never tried it, I've always run them on single machine so I don't know)
  17. I'm bit confused now, I thought these are sent over network, aren't they? I was thinking about single DLL to extend all four daemons - it's not difficult to detect who loads it and select the right initialization function/class.
  18. I'm still new in this all and still learning, what is sharedfactory? Those paddings were nightmare until I figured out how to write it (unsigned char [nextOffset-thisOffset]), then it's easy, you just add the variable where you want and split padding to two paddings (before and after) and just copy/paste offsets, no more need for calculator :) I have some packet rewrite even for protocol 87 but if they changed content of packets, I'm screwed
  19. That's bad, I really don't know where could be the problem and I have only win2k8 machines where everything works (patched l2server, loader, everything...) :( Maybe try to create a new topic in general l2off discussion...
×
×
  • 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