Jump to content

Recommended Posts

Posted
6 hours ago, Agonoize said:

Looking for someone that found how to change Lineage 2 messenger to another one (ex: discord).

yeeeeeah ...

38 minutes ago, GLO said:

haha gl

that ^

 

In order to change the messenger from lineage 2 you need to have knowledge over reverse engineering and you have to edit some .dll files in order to make your client accept any other "program" or "livechat" that you wanna do.

Soooo ... unless you wanna spend hours and hours over something so small your best option is to either remove it from the interface or just let it stay there as a memento of something that was once useful.

  • 1 year later...
Posted (edited)
8 hours ago, zalupokot13 said:

up! 

what files  are responsible for "msn messenger"?

Nwindow.dll Engine.dll

P.S.

Forget about that, unless u have enough $ thats more then 200 like x 9

P.S.S.

I'm capable of doing that, but noone here has that budget .

 

Edited by LightFusionMain
Posted
9 hours ago, LightFusionMain said:

Nwindow.dll Engine.dll

P.S.

Forget about that, unless u have enough $ thats more then 200 like x 9

P.S.S.

I'm capable of doing that, but noone here has that budget .

 

Pls, create Kickstarter page! )

and we pay! )

 

Posted
11 hours ago, LightFusionMain said:

Nwindow.dll Engine.dll

P.S.

Forget about that, unless u have enough $ thats more then 200 like x 9

P.S.S.

I'm capable of doing that, but noone here has that budget .

 

 

You are only capable hiding the real IP address over Tor network and saying "Bla Bla Bla". The cost of words of anonymous users is zero.

Posted
1 hour ago, zalupokot13 said:

Вы блять заебали пиздеть ниачом! ЕСТЬ С ПРЯМЫМИ РУКАМИ ЛЮДИ, а не школьники обоссаные?!?!

Было бы это сильно нужно какому, то крутому проекту - 2k$ нашли бы =) и то это самый минимум. ( кик стартер некому не нужен, и не наберется там этой суммы , а если даже и наберется придется задумываться об дестрибьютиве этой байды, только для тех кто вкладывал $, иначе она окажеться на всех серверах , а чтобы создать еще и привязку - тоже нужно время = деньги , короче мало вероятно ) 

На того прищибленного не обращай внимание ) 

 

Posted

I've been watching you on several posts,on several forums and always you are talking about your unique skills on reverse engineering and that you can do anything but only with a 4digit payment(I dont disagree with that).But I disagree with your attitude when you haven't got any proofs but only big words.if you have something to sell then make a portfolio/showcase/client recommendation post,if you haven't then just stop posting and leave topics like that just die

  • Upvote 1
  • 2 weeks later...
Posted (edited)
On 11/6/2020 at 8:54 AM, misterelax said:

I've been watching you on several posts,on several forums and always you are talking about your unique skills on reverse engineering and that you can do anything but only with a 4digit payment(I dont disagree with that).But I disagree with your attitude when you haven't got any proofs but only big words.if you have something to sell then make a portfolio/showcase/client recommendation post,if you haven't then just stop posting and leave topics like that just die

I just can,
nothing stops me from adding this functionality in old client, or any other, 
what proofs/Portfolio do u need ? Last thing i was making ( couple of months ago ) was https://www.youtube.com/watch?v=5kKqIAFCWBI , Native Drawing of Texture(any/static/dynamic)  for every Monster, Or Character, anything . Nothing special but yet, not many can do it without reversing client , coding, testing / repeat til working.
Also i have made UnrealScripts And XMLUI Compiler.exe , for latest Chronicles
https://www.youtube.com/watch?v=Zdi2kSJJEIU   ,
Also i have made UnrealEditor support Lineage 2 like 2 years ago ( no screenshots left) , way before the free version of gatsu , was released .
Also i have private Plugins that i writed For IDA, that helped me to reveser Lineage 2 Server.exe for 30%, till the state when i released that without good finanicing ( on promo, datapack,client workers) , the idea that i had wouldn't work .
Also i have some private work, that customer don't want to be noticed or i just left it unnoticed .
summing it up, I just CAN, even add discord to lineage 2, but at what cost ) ? it all depends on the time = $ , if its fit then i'm on it, if its not , i still have to offer, why not.

 

 

Edited by LightFusionMain
Posted

So if for you it is equal to adapting a feature from a newer client to an old one such as the health bar,with the discord then be my guest.Also as considering  your costumers/servers that they want to remain anonymous so unfortunately there is no evidence from your work...basically i have nothing to said more,you said it all be yourself.You may can do it but there is nothing around proves that you can

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..