Jump to content

eressea

Legendary Member
  • Posts

    534
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by eressea

  1. Try this http://www.4shared.com/rar/qcvgCHhn/System_CT24_By_Vector.htm
  2. Set OneScriptDirectory = true and move all script data (import, import_files, ...) to script directory
  3. If it's sent by server as a skill (I didn't check that), I think it could be done by hooking these methods in UGameEngine class in engine.dll: void __thiscall UGameEngine::OnReceiveMagicSkillUse(User*, User*, L2ParamStack&) void __thiscall UGameEngine::OnReceiveMagicSkillUse(User*, int, L2ParamStack&) Just get skill ID from param stack, compare it to skill ID you want to ignore and if it matches, just don't call the original function.
  4. Take a look at AI function DeleteAcquiredSkills (but I don't know if it was in Interlude)
  5. Hi, yesterday I needed to patch something in running l2server.exe process so I've written small utility to accomplish this. I've also created an example http://pastebin.com/pK14Hhm4 If you compile it (I was lazy to start visual studio so I've used mingw, but I hope it should compile in both) and run it, it patches Gracia Final rev83 l2server.exe process to enable global shout and global trade (if you run it with reverse parameter -r, it patches it back to original). Enjoy :)
  6. Ouch... Ok, I'll try to find some free space for new virtual machine... Which XP version shoud it be? Will this http://zenhax.com/viewtopic.php?t=1051 work? Thanks! EDIT: Managed to unpack both files somehow - engine.dll works, nwindow.dll not - it crashes with this: 2016.10.17 18:21:57 OS : Windows Vista 6.2 (Build: 9200) CPU : GenuineIntel Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz @ 2496 MHz 2047MB RAM Video : Intel(R) HD Graphics 3000 (4229) PosCode : LS1(152) 0:0:0 4/0 [927] Failed to find object 'Class NWindow.ConsoleWnd' History: UObject::SafeLoadError <- UObject::StaticLoadClass <- UGameEngine::Init <- InitEngine What am I doing wrong?
  7. Hi, does anyone have unpacked engine.dll and nwindow.dll for Epilogue (revision/protocol 152)? Or some guide to unpack it? I've tried everything I've found and I'm still unable to unpack it (maybe I need some specific 32bit windows version? trying to do that on 64bit windows 10 that's all I have on my notebook...) Thanks!
  8. Hi, I have a problem: I'm using my own l2off extender and everything on server side looks fine, so it's probably in the client. I'm no expert in client modding - can please someone hint me what should I check? It's Gracia Epilogue client with some definitions from Gracia Final - but the problem is the same also with "clean" (unpacked) Epilogue systems I've downloaded... Thanks a lot!
  9. TBH, I've started hacking l2off stuff this March, so there is still room for newbies ;) But it requires some own research, it requires to know how x86/x64 works, ... I wish luck to anyone who tries it and if I see I can help, I'll try. But I won't teach anyone to write simple for cycle.
  10. Currently we'll need to finish Epilogue features... then we'll probably start working on Freya
  11. Eh... are you really trying to start l2off server? See directory "script", there should be file named "setting.txt". Open it and try to comprehend the first page you see. It's easy to edit. You can take item names from file "item_pch.txt" in the same directory - if you even know what is directory (sorry)
  12. If you mean what I think you mean, you should edit setting.txt (between initial_equipment_begin and initial_equipment_end) for adena. Title - you really mean to set character title? He won't be able to change it until he joins clan level 3+ or gains noblesse status...
  13. Joke, not spam. $300 for GF extender source is also good joke, so why not? :)
  14. WTS Gracia Final/Epilogue extender Price: Free URL: https://bitbucket.org/l2shrine/extender-public 300 USD... I'd rather disassemble it... Wait, I've already done that :D
  15. Your system patch is not compatible with Windows 10. What chronicle are you trying to play?
  16. Hi, you're writing to wrong forum, this is for l2off, not l2j. Nevertheless, you should always create new database for new server :)
  17. I still don't get it :( How do I exactly trigger this bug/exploit? Thanks!
×
×
  • 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