Jump to content

eressea

Legendary Member
  • Posts

    534
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by eressea

  1. Thanks! If anyone else has additional info, please tell me :)
  2. Do you know whether it's a bug in client itself or whether it's related to some packets from the server?
  3. Hi folks, did anyone here encounter something like this on logon? http://i.imgsafe.org/5b1e09922f.jpg Does anyone know what's the cause of it? Trying to find out but still don't know... It shows *mostly* on logon but someone also reported it showed after teleport... Also it's very rare and I wasn't able to reproduce it. Thanks a lot in advance!
  4. Wish you were right... GF is test server full of bugs (both binary and scripts), GE scripts are something guessed between GF test and Freya leak. Can't tell about HF, never tested it
  5. Hi, check you have [sEAL_AVARICE] = 1 [sEAL_REVELATION] = 2 [sEAL_STRIFE] = 3 in manual_pch.txt Also check manual_pch.txt is encoded in UTF16-LE (two-byte encoding in little endian)
  6. I think maybe someone else has something to say, so lets keep it open for a while (few days?)
  7. According to info of one of our beta players there should be some bug involving sin eater pet inventory but I can't find anything about it... In fact it could be bug in L2J or in some C4-ish l2off extender, really don't know... One more question regarding subclass skill certification, how do you exactly do it? I've tried one skill with higher level than it should be: 7C 7F 02 00 00 03 00 00 00 05 00 00 00 and got disconnect. I've also tried this: 7C 7F 02 00 00 01 00 00 00 05 00 00 00 7C 7F 02 00 00 02 00 00 00 05 00 00 00 I don't get disconnect then but it learns only one level. When I try two different skills at once: 7C 7E 02 00 00 01 00 00 00 05 00 00 00 7C 7F 02 00 00 01 00 00 00 05 00 00 00 it learns only the first one skill. How do you do it? oO
  8. So I've checked olympiad and clan skills and I have it already fixed here: https://bitbucket.org/l2shrine/extender-public/commits/11b6b4885567f236ae160ff01c8fe5a81718ea5f When I left clan, all clan skills and ward effects disappeared so this is OK. Now I have to check bug with learning subclass skills... Btw, anyone here with some experience with sin eater dupe bug? Is it gracia final bug? Someone told me about it but I don't know how to check/reproduce...
  9. Thanks a lot! I'll have a look at it :) Szakalaka, do you remember what packet it was? I think I can found it but if you have more info, it can save me some time :)
  10. Hi, we will be starting new server in four weeks and we need to get as much players as possible. What methods of propagation would you recommend? We were thinking about adwords (probably not much good idea), facebook ads (does it work for L2 servers?), maybe buying banners somewhere etc. but we don't know what works best... Thanks a lot for you answers :)
  11. My solution https://bitbucket.org/l2shrine/extender-public/commits/be8638b64ea466b7d6cc83406376cdba041f365c
  12. Sorry I maybe don't understand :) You want l2off command to set character level? Try //setparam level 76 Btw http://www.maxcheaters.com/topic/144195-l2off-gm-command/
  13. Open black_ips.txt in notepad and delete everything from it. Then reload it and try again...
  14. Click on configure, go through the wizard and make sure you have checked "Change the default database to" and select lin2world there.
  15. I was thinking about writing own authd using boost::asio etc and make it possibly multiplatform... but I'm too lazy. It was easier to patch blackbox written in delphi, omg am I normal?
  16. It wasn't hard, I've been able to patch it using just IDA during one evening :)
  17. Old topic, nevertheless I've just shared patched hauthd that solves the original problem mentioned here http://www.maxcheaters.com/topic/206180-patched-hauth-to-support-multiple-ip-addressesproxies/
  18. Patched hauthd - supports one server on multiple IP addresses: Newer version (2.7.0.146) here: http://download.l2shrine.com/hauthd-new-unpacked-patched.exe Older version (2.0.0.123) here: http://download.l2shrine.com/hauthd.exe What you need is just to add this configuration line with number of your endpoints: [Adv] ServerEndpoints = 2 When l2server connects, it takes first n servers with matching internal address from database (where n = ServerEndpoints)
  19. L2 Shrine Gracia Epilogue L2off lowrate NO donate, NO buffer, NO GM shop 4x EXP/SP, 2.5x drop/spoil, 3x adena Retail settings Offline trade, expon/expoff Planned continuous update to Freya More info on our website: https://l2shrine.com/en/
  20. Thanks a lot :) I won't stop but I don't have much time now in summer... Thanks, I'll try to find more about it :)
  21. That won't be much easy (Koreans didn't do that and they have complete source codes, so they probably had some reason) but sounds interesting
  22. I can't find anything about this one and also I didn't see it in MXC (but as it's packed, it's possible there's something more hidden), can you please write some more info? Thanks a lot! BTW my sources are here https://bitbucket.org/l2shrine/extender-public
  23. Hi, I see no error in logs :( Are there any "silent" errors that don't show up in error log? It's really strange because when I run the code in other thread, it runs fine: void __cdecl Server::CPledgeInitPledge() { for (;;) { Sleep(100); ScopedLock lock(pledgeInitCS); if (pledgeInitialized) { break; } } reinterpret_cast<void(*)()>(0x5F4EAC)(); } void __cdecl Server::CDominionInitDominion() { reinterpret_cast<void(*)()>(0x5EA29C)(); reinterpret_cast<void(*)()>(0x7D831C)(); ScopedLock lock(pledgeInitCS); pledgeInitialized = true; } ... WriteInstructionCall(0x6B24B9, reinterpret_cast<UINT32>(CDominionInitDominion)); WriteInstructionCall(0x6915D3, reinterpret_cast<UINT32>(CPledgeInitPledge)); NOPMemory(0x7D853E, 5); and no errors are shown in L2Server... Maybe it has something to do with running in virtual machine (but it does in both VirtualBox and KVM-QEMU)
×
×
  • Create New...