-
Posts
457 -
Credits
0 -
Joined
-
Last visited
-
Days Won
18 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Finn
-
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
image link broken. can't see what u mean Still looking for this client: -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
check big fat Client Library Link to get to Akumus Client Collection Site -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
could be blocken by your country, provider or your connection on hosts side. use vpn or proxy to try different regions. should work -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
I hereby grant you the ability of reading. -> <- Now you shall find what you are looking for! -
Amazing work! This could be a project which could actually stay alive. ❤ All the other projects try to reimagine L2 while porting it to another engine - ending up in time consuming development hell.
-
ah you are right ^^ by the way... while looking into the script file of dr. chaos... his html strings... @Override public String onFirstTalk(Npc npc, Player player) { String htmltext = ""; if (GrandBossManager.getInstance().getStatus(CHAOS_GOLEM) == NORMAL) { _pissedOffTimer -= 1 + getRandom(5); // remove 1-5 secs. if ((_pissedOffTimer > 20) && (_pissedOffTimer <= 30)) { htmltext = "<html><body>Doctor Chaos:<br>What?! Who are you? How did you come here?<br>You really look suspicious... Aren't those filthy members of Black Anvil guild send you? No? Mhhhhh... I don't trust you!</body></html>"; } else if ((_pissedOffTimer > 10) && (_pissedOffTimer <= 20)) { htmltext = "<html><body>Doctor Chaos:<br>Why are you standing here? Don't you see it's a private propertie? Don't look at him with those eyes... Did you smile?! Don't make fun of me! He will ... destroy ... you ... if you continue!</body></html>"; } else if ((_pissedOffTimer > 0) && (_pissedOffTimer <= 10)) { htmltext = "<html><body>Doctor Chaos:<br>I know why you are here, traitor! He discovered your plans! You are assassin ... sent by the Black Anvil guild! But you won't kill the Emperor of Evil!</body></html>"; } else if (_pissedOffTimer <= 0) { crazyMidgetBecomesAngry(npc); } } return htmltext; was this his official text?? GG
-
Share Summer Giran for all L2 clients
Finn replied to deMEV's topic in Client Development Discussion
where do you difine day / night status of those street lights? looks nice -
look into the frintezza script file. this instance should have some camera movement. ... also bosses like Dr. Chaos and Sailren shoulc have some custom cameras
-
well you can actually paint terrain heightmaps using the editor, if you just wan tto start with basic terrain texturing. u can use it to paint texturelayers aswell. but i recommend using other unreal editors for painting terrain textures since the one here on this forum tends to crash whenever it wants ^^ Just open the Editor and use a nearly empty example map to get map dimensions. Here I am using 15_22, since it has asingle water volume and a plain terrain texture only. perfect for demonstration: Open terraininfo and move the terrain layer up the Z axis so it will stay slightly under water: Open Terrain Editing Tool und use the Paint method to raise terrain in order to create an island: now that we have edited our ground heightmap texture in order to save it you must save the texture file using the texture viewer (before editing the ground u need to open it with the texturewiever). In our case it is T_15_22.utx. Just save it by klicking on File->Save. Overwrite the existing T_15_22. Now by opening15_22.unr our ground will be under water again (bcs. we didnt save the .unr map file), but still have our edited raised ground part. U can use this method to raise actual ingame ground parts on retail maps ^^ In order to actually paint the ground and the ground textures I would recommend using another UE. The one u will find here tends to crash and malfunction a lot. for example you cant flatten terrain using terrain brushes. Also texture painting doesnt work correctly aswell. sometimes u can paint and sometimes it does nothing. To paint texture layers, select a texture in your "texture viewer" and use the "layer" tab To paint 3d grass choose a grass mesh type and use "decoration" tab tocreate decoration layers (eg. grass, little rocks and any kind of debris So by using another Editor you can edit and create plain textured terrain. Just check the dimensions of the original map to create a compatible terrain texture Note: This should not break your map's lightning since we are editing a texture only. Also note that raising the ground will not raise the position of static meshes that already exist on your map.
-
Sadly nobody has the time to introduce people who are interested into l2 map editing ^^
-
Share Dev Mode with Pawn Viewer and NPC Viewer on Salvation++
Finn replied to L2 TokTil's topic in Client Development Discussion
Here you go. For Salvation ++. Also tested it with fafurion 166. You dont need to modify your l2ini, but you need to keep your original dsetup.dll https://file.io/05VtSY48CH6K -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
I will try to find and upload the one you are searching for. Do you have random L2 clients (clean or patched[but without customs]) lying around somewhere? Or maybe somebody you know? EDIT:: check if it's the one you need. that's the only one I have right now https://mega.nz/file/UYgAXRbS#L5Jcjh_SLerHKnsuDSC--nUeIXKR7wPpyQ-Ix5PDrYo -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
do you need the system only? -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
If you get a "403 FORBIDDEN ERROR", you need to use a proxy site to access akumus client library -
Discussion Development of L2 CLOSED BETA 2002-2003
Finn replied to smeli2023's topic in Server Development Discussion [L2OFF]
You could use the interlude client, since there are so many quality of life changes in newer client interfaces. Also you can easily downgrade client and server stuff as you please. ^^ -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
Like I already said in the first post. All links are dead by this time USE the MEGA FAT LINK to get to the actual library of akumu. ^^ -
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
First time this happened to me was today. I'll ask him -
Help Resolution problem (Assasin 418)
Finn replied to trynow's question in Request Server Development Help [L2J]
yes if im correct they are still using 418. and they already had some minor patches for this protocol. -
Help Resolution problem (Assasin 418)
Finn replied to trynow's question in Request Server Development Help [L2J]
it has to be a issue with some graphic drivers or anti virus software. (or Win11??) -
Help Resolution problem (Assasin 418)
Finn replied to trynow's question in Request Server Development Help [L2J]
Never had this issue. They can change their resolution manually by editing option.ini [Video] GamePlayViewportX=2007 GamePlayViewportY=1125 UseBorderlessWindow=False GamePlayViewportStartX=1135 GamePlayViewportStartY=125 StartupFullScreen=False -
if i remember zonename-e.dat
-
Share Lineage 2 Ultimate Client Collection
Finn replied to Finn's topic in Client Development Discussion
use the huge fat link called "Client Library" ^^ all other links are dead by now -
Take interlude or h5 and patch your server/client down to c3 content. you can find the c3 login screen in client section shared by me. You can patch map texture by using l2tool and you can drag and drop c3 .unr map files and overwrite interlude/h5 maps. if you want the old ui use interlude client and not h5 ps: you can search for old c3 server builds to grab the c3 spawnlist and if you want to remove some minor ui elements use xdat editor and or patch some textures with l2tool
-
Help Some objects appear black when using advanced shaders??
Finn replied to Finn's topic in [Request] Client Dev Help
Ah okay. Do you know whether this is a texture, map or mesh related issue? Or is the game engine buggy in this version?