-
Posts
534 -
Credits
0 -
Joined
-
Last visited
-
Days Won
8 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by eressea
-
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!
-
Discussion Interlude Project
eressea replied to Vanganth's topic in Server Development Discussion [L2OFF]
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 -
Help 7Signs Not Happens
eressea replied to AlisonSoares's question in Request Server Development Help [L2OFF]
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) -
Discussion Server Propagation - How To Be Effective?
eressea replied to eressea's topic in General Discussion [English]
I think maybe someone else has something to say, so lets keep it open for a while (few days?) -
Discussion Server Propagation - How To Be Effective?
eressea replied to eressea's topic in General Discussion [English]
Thanks everyone :) -
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
-
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...
-
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 :)
-
Help L2Off Hellbound Cached
eressea replied to gta2's question in Request Server Development Help [L2OFF]
Why 9? Use 1 -
How To Remove/summon Items In Player's Inventory?
eressea replied to jornik's question in Request Server Development Help [L2OFF]
My solution https://bitbucket.org/l2shrine/extender-public/commits/be8638b64ea466b7d6cc83406376cdba041f365c -
Help L2Off Hellbound Cached
eressea replied to gta2's question in Request Server Development Help [L2OFF]
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/ -
Help L2Off Hellbound Cached
eressea replied to gta2's question in Request Server Development Help [L2OFF]
Open black_ips.txt in notepad and delete everything from it. Then reload it and try again... -
Help L2Off Hellbound Cached
eressea replied to gta2's question in Request Server Development Help [L2OFF]
Click on configure, go through the wizard and make sure you have checked "Change the default database to" and select lin2world there. -
Share Patched Hauth To Support Multiple Ip Addresses/proxies
eressea replied to eressea's topic in Server Shares & Files [L2OFF]
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? -
Share Patched Hauth To Support Multiple Ip Addresses/proxies
eressea replied to eressea's topic in Server Shares & Files [L2OFF]
It wasn't hard, I've been able to patch it using just IDA during one evening :) -
Discussion Multi Region Project ?
eressea replied to madocter's topic in Server Development Discussion [L2OFF]
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/ -
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)
-
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/
-
Discussion Some Contact To Mcbigmac
eressea replied to eressea's topic in Server Development Discussion [L2OFF]
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 -
Strange Problem With Loading Clans/clan Wars
eressea replied to eressea's question in Request Server Development Help [L2OFF]
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)