Jovial Posted February 20, 2021 Posted February 20, 2021 (edited) Thanks for the share! https://mmo-dev.info/threads/europts-glory-days-by-nexten.20470/ anyone have access to this? Edited February 20, 2021 by Jovial Quote
Bumble Posted February 20, 2021 Posted February 20, 2021 5 hours ago, Mechas said: GD and scripts really very bad, in this pack... I really don't mind! I'm all about modding, I just want as many pieces to play with as possible :) 1 Quote
DarthVader Posted February 21, 2021 Posted February 21, 2021 Found scripts folder without ai. Not sure if it's the right one. Link: https://mega.nz/file/op5UCRyD#FUeW9QeUtMPFJq9iPUk_XLpkhidHrGU-s8XH7pHUuto Quote
Mechas Posted February 23, 2021 Posted February 23, 2021 On 2/21/2021 at 5:17 PM, DarthVader said: Found scripts folder without ai. Not sure if it's the right one. Link: https://mega.nz/file/op5UCRyD#FUeW9QeUtMPFJq9iPUk_XLpkhidHrGU-s8XH7pHUuto Noooo, npos, superopint, etc, etc , more errors, etc Quote
CubAfull Posted February 23, 2021 Posted February 23, 2021 I don't know if the hidden files are the same server pack you can download from here: https://mega.nz/file/8Y1AWRDJ#1v3P49kSXm1yV49tm6KAzinABxxA3kFLXBXrPaImbS8 but I'm running a test server with this files + MyExt64HF and so far everything looks good... 1 Quote
Mechas Posted February 23, 2021 Posted February 23, 2021 (edited) 7 hours ago, CubAfull said: I don't know if the hidden files are the same server pack you can download from here: https://mega.nz/file/8Y1AWRDJ#1v3P49kSXm1yV49tm6KAzinABxxA3kFLXBXrPaImbS8 but I'm running a test server with this files + MyExt64HF and so far everything looks good... Edit: same pack... npos problem, ai calls missing, geo with problems, etc. Edited February 23, 2021 by Mechas Quote
JJHOCK Posted February 23, 2021 Posted February 23, 2021 Bin revision as GF. It’s fake? Need revers ida or hydra for check. Quote
Bumble Posted February 23, 2021 Posted February 23, 2021 The ai.obj in this pack seems broken, as anarchy and others mentioned. It may work enough to get a server started, but it doesn’t decompile/compile correctly. It would make me very happy if I could find a good ai.obj, the search continues! Quote
Souza762 Posted February 23, 2021 Posted February 23, 2021 I have the original HF source of ai.obj Here: https://mega.nz/file/kJ8WzZxI#ehjyehERsz_vPHCfTFqxMRETrBLBzdEonQf4DPoAJ7w 1 Quote
CubAfull Posted February 24, 2021 Posted February 24, 2021 (edited) 7 hours ago, Bumble said: The ai.obj in this pack seems broken, as anarchy and others mentioned. It may work enough to get a server started, but it doesn’t decompile/compile correctly. It would make me very happy if I could find a good ai.obj, the search continues! Hi @Bumble I decompile with: https://github.com/madyanov/nasc-decompiler And compile with: https://bitbucket.org/l2shrine/extender-public/branch/compiler-h5 The AI decompile/compile without any error. I made a small set with a decompiler/join/compiler for HF. This is not my work! I just code the small Join main PHP class. BIG thanks to @eressea and @Madyanov! https://mega.nz/file/YJckiDZS#Aj4_NZuepyiiYVlSALzHPvHe63DDgTK5zKPLvsThHvM Edited February 24, 2021 by CubAfull 2 1 Quote
Bumble Posted February 24, 2021 Posted February 24, 2021 3 hours ago, CubAfull said: Hi @Bumble I decompile with: https://github.com/madyanov/nasc-decompiler And compile with: https://bitbucket.org/l2shrine/extender-public/branch/compiler-h5 The AI decompile/compile without any error. I made a small set with a decompiler/join/compiler for HF. This is not my work! I just code the small Join main PHP class. BIG thanks to @eressea and @Madyanov! https://mega.nz/file/YJckiDZS#Aj4_NZuepyiiYVlSALzHPvHe63DDgTK5zKPLvsThHvM Thanks, I'll give it a try :) I managed to decompile/compile a version just before I saw your post, but I appreciate the help! Quote
CubAfull Posted February 24, 2021 Posted February 24, 2021 Premium server isn't working. L2server try to connect to IBServer with WorldId = 256 WTF!? I have in [World] WorldId=1 PremiumServer show: "New connection from IP: 127.0.0.1 WorldId: 256 L2server show: "Request from [256], but reply to [1]" Quote
Bumble Posted February 24, 2021 Posted February 24, 2021 On 2/15/2021 at 7:52 AM, Anarchy said: No, it doesn't, even if it did it's same key shit as ncsoft always uses so just crack it yourself (if you can't, learn how - it's literally changing 1 byte in cached and l2server exes) the files are legit in case anyone is wondering just a few notes for anyone wanting to play with these the included extender is typical russian garbage, stay away from it and just use @eressea's one -> https://maxcheaters.com/topic/227711-myext64hf these files have quite a few bugs, typical ncsoft shit anyone who's extended any of the previous exes will know about - doing shit before enterworld, doing shit while trade/shop, multisellchoose packet, html crap, multiple crash bugs, etc etc etc - eressea's ext fixes a few and definitely fixes more than that garbage russian ext does new to highfive -> the resource loader (loader.exe in l2server directory) resource loader caches some of the startup files (geodata, areadata, few others) which speeds up server load time, you can reboot l2server.exe without closing loader.exe and it'll load much faster than without it oh yeah also, the scripts in this pack won't match any online databases for highfive, not 100% sure whether the scripts are 273 or actually 268 protocol, but there's a script pack floating around out there which does match which has been public for a good while Have you tried building Emca's H5 extender? I'm having trouble. I can't find a v80 platform toolset that works, I've been trying for a while now. Or am I missing something obvious? Quote
CubAfull Posted February 24, 2021 Posted February 24, 2021 7 minutes ago, Bumble said: Have you tried building Emca's H5 extender? I'm having trouble. I can't find a v80 platform toolset that works, I've been trying for a while now. Or am I missing something obvious? Yes, I build the extender some days ago: https://mega.nz/file/BMkD1QDT#uysMv0r38hwNLwPEHj_GzVS1XLF5DZhTP2bfY4JZH-Y You need to install VS 2005 and VS 2015+ (I use 2015) and then you need to do this: https://stackoverflow.com/questions/32839098/how-can-i-add-the-platform-toolset-of-visual-studio-2005-into-the-platform-tool Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.