Jump to content

Vanganth Source Code.


Recommended Posts

7 hours ago, eressea said:

 

Yes, but don't forget to run both server and client without cliext protection enabled.

 

As for malformed crests it's not so easy to test (the easiest way I've found is by using patched engine.dll that just cripples the crest data enough before sending them to server) and it doesn't do anything wrong on the server itself (you even won't see any error message, server doesn't check what's in crest data, it just saves it and later sends it to other players) - it just crashes all clients that try to load the malformed crest as a texture via D3D (e.g. chars who see someone from that clan) - also it's easier to fix by patching the client d3ddrv.dll to not throw exception but ignore the texture error and leave crest white.

 

EDIT: Oh crap, I forgot this is about Vanganth IL, not GF - the skill enchant type error isn't present there (because there were no skill enchant types in C4 core, it's implemented in the extender). But the second bug with crests exists and can be fixed with this patched d3ddrv.dll (Interlude).

 

Thanks for you shares and insights !

Link to comment
Share on other sites

@eressea I am continuously amazed by your broad knowledge of things, not only coding, also networking and driver patching :) Thanks for being here and sharing it with us

Link to comment
Share on other sites

3 hours ago, sepultribe said:

@eressea I am continuously amazed by your broad knowledge of things, not only coding, also networking and driver patching :) Thanks for being here and sharing it with us

 

d3ddrv.dll isn't driver, it's just rendering interface for Unreal Engine (it can also render via opengl or software renderer if I remember correctly, but NCsoft used only Direct3D interface)

  • Upvote 1
Link to comment
Share on other sites

22 hours ago, eressea said:

 

d3ddrv.dll isn't driver, it's just rendering interface for Unreal Engine (it can also render via opengl or software renderer if I remember correctly, but NCsoft used only Direct3D interface)

 

yes I didn't mean device driver, meant a "3d graphics API" driver, as even the filename implies (Direct3d driver). It's the exact version of the D3D library the developers of L2 targeted isnt't it? I have seen people call them drivers for the post dx8 versions of the dlls (d3dx9_xx/d3dx11_xx)

Link to comment
Share on other sites

  • 3 weeks later...

Hello guys. I've got a question, in order to replace the DLL file that Pulentolento was talking about, what do i have to compile? Little help here, i'm new in L2OFF developing. Thanks guys. 

Edited by rutake
Link to comment
Share on other sites

  • 2 weeks later...

first - you take cliext.dll, throw it in the trash, and never speak of it again cuz its a garbage dll which vanganth should be ashamed of creating

 

alternatively you set the MD5Checksum in IlExt.ini for your new dll

Link to comment
Share on other sites

  • 2 weeks later...
On 2/15/2018 at 8:53 AM, Anarchy said:

first - you take cliext.dll, throw it in the trash, and never speak of it again cuz its a garbage dll which vanganth should be ashamed of creating

 

alternatively you set the MD5Checksum in IlExt.ini for your new dll

It's better than completely nothing.

But it's not good enough for decent server.

Link to comment
Share on other sites

On 15.02.2018 at 5:53 PM, Anarchy said:

first - you take cliext.dll, throw it in the trash, and never speak of it again cuz its a garbage dll which vanganth should be ashamed of creating

 

alternatively you set the MD5Checksum in IlExt.ini for your new dll

It's not a trash, you're missing the point of this dll, first of all this dll isn't an anti bot, it's main goal was to extend l2 client functionality (example auto potions, new shots, custom packets, version control etc), the antibot was just an add-on (due to it's popularity it got cracked pretty fast, same as every single other anti bot engine). This dll is a mess (that's the word that describe it better) never had a time for refactoring it so there's a lot of chaotic/unused code, anyway it did it's job perfectly (with such low costs). @Anarchy feel free to fix it up and share your great results with community ;)

 

KeyGenerator engine has been made just for one customer so i know who leaked it, no hard feelings wish you best.

 

As i can see it's been almost half year since these sources were shared. How many public patches are there to fix it up ? I found just ONE fix in this thread (thx to eressea). That's pretty sad, it perfectly describes the community - everyone would like to take but so few would give. I don't remember adding any backdoor to the sources, that would be just unfair in my opinion. The thing that server crashes upon some circumstances means there's a bug that needs to be fixed, just it. So if it crashes for you just fix it, it's easy (you can find 90% of crash issues in LinError.txt, the other 10% can be fixed with windbg or other debugger attached to l2server), if you don't know how to fix it even with the extender source code then you shouldn't play with L2OFF platform.  If you want to you can always rent a developer with asm/c++ experience (+reverse engineering), pay him 45+$ per hour and he'll make you brand new extender (maybe with less amount of bugs) after ~1050 hours.

 

Wish you all the best, have a nice days!

 

  • Like 1
  • Thanks 2
  • Upvote 3
Link to comment
Share on other sites

I knew Vanganth for some time and he always delivered excellent results, his extender was very stable on those old days with more than 3000 online people and must say without restarts in weeks, maybe the code is a bit messy as he say but his logic is excellent. Thanks for the good times!

Edited by Nisker
Link to comment
Share on other sites

  • 2 weeks later...
On 04/03/2018 at 4:46 PM, Vanganth said:

It's not a trash, you're missing the point of this dll, first of all this dll isn't an anti bot, it's main goal was to extend l2 client functionality (example auto potions, new shots, custom packets, version control etc), the antibot was just an add-on (due to it's popularity it got cracked pretty fast, same as every single other anti bot engine). This dll is a mess (that's the word that describe it better) never had a time for refactoring it so there's a lot of chaotic/unused code, anyway it did it's job perfectly (with such low costs). @Anarchy feel free to fix it up and share your great results with community ;)

 

KeyGenerator engine has been made just for one customer so i know who leaked it, no hard feelings wish you best.

 

As i can see it's been almost half year since these sources were shared. How many public patches are there to fix it up ? I found just ONE fix in this thread (thx to eressea). That's pretty sad, it perfectly describes the community - everyone would like to take but so few would give. I don't remember adding any backdoor to the sources, that would be just unfair in my opinion. The thing that server crashes upon some circumstances means there's a bug that needs to be fixed, just it. So if it crashes for you just fix it, it's easy (you can find 90% of crash issues in LinError.txt, the other 10% can be fixed with windbg or other debugger attached to l2server), if you don't know how to fix it even with the extender source code then you shouldn't play with L2OFF platform.  If you want to you can always rent a developer with asm/c++ experience (+reverse engineering), pay him 45+$ per hour and he'll make you brand new extender (maybe with less amount of bugs) after ~1050 hours.

 

Wish you all the best, have a nice days!

 

many envious will always look for defects in everything you do instead of doing something better so never stand out at all because they spend their time waiting for the other to fall to be on the same level.

Link to comment
Share on other sites

  • 3 weeks later...

1>------ Build started: Project: KeyGenerator, Configuration: Release Win32 ------
2>------ Skipped Build: Project: NpcExt ------
2> 
1>Linking...
1>fatal error C1900: Il mismatch between 'P1' version '20060201' and 'P2' version '20050411'
1>LINK : fatal error LNK1257: code generation failed
1>Build log was saved at "file://c:\Users\victo\Downloads\Vanganth_Sources_ILExt\KeyGenerator\Release\BuildLog.htm"
1>KeyGenerator - 1 error(s), 0 warning(s)
3>------ Skipped Build: Project: IlExt ------
3> 
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 2 skipped ==========

 

alguém sabe como resolver?

Link to comment
Share on other sites

19 hours ago, victor33 said:

1>------ Build started: Project: KeyGenerator, Configuration: Release Win32 ------
2>------ Skipped Build: Project: NpcExt ------
2> 
1>Linking...
1>fatal error C1900: Il mismatch between 'P1' version '20060201' and 'P2' version '20050411'
1>LINK : fatal error LNK1257: code generation failed
1>Build log was saved at "file://c:\Users\victo\Downloads\Vanganth_Sources_ILExt\KeyGenerator\Release\BuildLog.htm"
1>KeyGenerator - 1 error(s), 0 warning(s)
3>------ Skipped Build: Project: IlExt ------
3> 
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 2 skipped ==========

 

alguém sabe como resolver?

 

Did you try "Rebuild Solution"?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • Hello everyone,   We're shifting our focus away from implementing as much as possible from the Essence gameplay. Instead, the server will now be Interlude, but using the Essence client.   This should be good news for everyone.   The Beta phase will most likely take place in November, with the grand opening to follow shortly after.   Cheers!
    • We remind you that the opening will take place today, on September 28 at: 19:00 (UTC+3) - server time Check current server time(UTC +3) On 17:00 (UTC +3) We allow you login to create character! Dear friends, this topic important! So please take time to read it. First we want to thank all players who took part in the Open Beta testing, was good activity and nice Olympiad Event yesterday, we all get a lot of fun  Thanks to all who conducted tests with us and prepared this game world! You are amazing!  On 17:00 (UTC +3) We allow you to login for create character! To restrict your name and transfer ToDs/Season Pack to your character. Make it before start! On start, we can have problems with WEB! Everything you need to start on the server: It is IMPORTANT to prepare everything for starting the game RIGHT NOW, do not postpone for later, during the opening there may be problems with the web part of the project, and you simply can not register. - Registration and files Download archive unzip it, run launcher, choose SEASON x25 server and press FULL CHECK What you need to know at the start: Registration for 7 seals from Monday, September 30, full cycle 1 week. First Mammons on Friday October 4 All Epic Raid Bosses dead on start. First epic QA will appear on Monday, next day Core + Zaken + QA and so on by schedule All other RBs alive on server start (including Sub and Nobl RB) - Full RoadMap   About possible attacks on server start. We have prepared as good as we can. We will control the start of the server together with you. Want to ask you, in the case of a problem, don't panic, panic is the worst possible thing that could be, even worse than any attack. We have enough specialists to solve any problems, all that will need from you is patience and trust. Wish you all a smooth start and months of enjoyable play in new Season Interlude x25! Have a fun!
    • 🚨🇦🇷🇧🇷🇪🇸🇸🇰🇺🇳🇨🇱🚨 Devianne - Lineage 2 Interlude  Client - Classic. 🔷Rates 🔸Experience (EXP) - 10x 🔸Skill Points (SP) - 10x 🔸Adena - 6x 🔸Drop Items - 3x 🔸Spoil - 3x 🔸Quest Experience (EXP) - 1x 🔸Quest Skill Points (SP) - 1x 🔸Quest Adena - 1x 🔸Quest Items Drop - 1x 🔸Seal stone Drop - 1x 🔸Epic raid - 1x 🔸Raid Drop - 2.0x 🔸Manor - 5x 🔷Dynamic Rates XP/SP 🔸Lv. 1-52 EXP/SP X10 (x7 without VIP or vote reward) 🔸Lv. 52-61 EXP/SP X7(x5 without VIP or vote reward) 🔸Lv. 61-76 EXP-SP X5 (x3 without VIP or vote reward) 🔸Lv. 76-78 EXP/SP X3 (x2 without VIP or vote reward) 🔸Lv. 78-80 EXP/SP X2 (x1 without VIP or vote reward) ⚠️Extra Settings⚠️ 🔸Server time, site - GMT -3 🔸Buffs, Dances, and Songs duration - 1 hour 🔸Max Buffs Slots - 22 + 4 divine 🔸Maximum Slots Dances and Songs - 12 🔸GmShop Grade - C 🔸Global teleport 🔸Grade B-A-S - Craft 🔸Mana potion recharge 🔸1000 (9 seconds delay) 🔸Raid HP - x1.4 🔸Raid epic HP - x1 🔸Blacksmith Mammon - 24/7 🔸Champions System - Yes chance respawn 0.5% 🔸Offline mode Shop - Yes 🔸Auto Learn Skills - Yes 🔸Auto Learn Loot - Yes 🔸Auto Learn Raid & Grand 🔸Boss Loot - No 🔸Buffer offline - Yes 🔸Wedding System - Yes 🔸Max level diff distribution drop in party - 14 🔸Limit the number of active gaming clients on one PC - 2 🔸Limit the number of active gaming clients on one PC for Premium - 3 🔸The clan leader will be replaced after server restart ⚠️Class and Subclass Change⚠️ 🔸1st profession Quest - No 🔸2nd profession Quest - No 🔸3rd profession Quest - Yes 🔸Sub Class Quest- Yes 🔸Sub Class Raid - 8 hours +-30m random 🔸Nobility and Olympiads Nobility Quest - Yes 🔸Olympiads (duration) - 14 days 🔸Max enchant - +6 🔸Respawn Barakiel 6 hours - +-15 min random 🔸Olympiad schedule - 13:00 to 00:00 🔸Minimum players to start olympiad - 11 Clans and Sieges Penalty duration - 8 hours 🔸Sieges every - 15 days Max Ally - 2 🔸Max Members - 36 🔸Slots for academies in clan - 40 ⚠️Enchants Rate⚠️ 🔸Blessed Scroll chance 60% 1-10 11-16 40% 🔸Crystal Scroll chance 65% 1-10 11-16 40% 🔸Normal Scroll chance - 55% 🔸Safe Enchant - +4 ⚠️Premium Info⚠️ 🔅+20% xp sp drop spoil adena 🔅+5% additional enchant rate (premium 30 days)   Free autofarm ⚠️Starter Pack⚠️ 🔅Free Premium - 24 hours 🔅Free Autofarm - 24 hours ❇️Raid boss Info❇️ 🔸Anakim/Lilith respawn 18 hours +1:30min random 🔸Tyrannosaurus - respawn 8 min drop Tl 76 🔸Queen Ant (LVL 80) - Respawn Monday and Saturday 22:00 🔸CORE (LVL 80) - Respawn Tuesday-Friday 20:00 🔸ORFEN (LVL 80) - Respawn Tuesday-Friday 21:00 🔸BAIUM (LVL 80) - Respawn Saturday 21:00 🔸ZAKEN (LVL 80) - Respawn Wednesday-Thursday 22:00 🔸FRINTEZZA (LVL 85) - Sunday 19:45 ⚔️Quest Details⚔️ QUEST WEAPON RECIPES: - Relics of the Old Empire x1: - Gather the Flames x1 x1: QUEST ARMOR RECIPES: - Alliance with Varka Silenos x1 - Alliance with Ketra Orcs x1 - War with Ketra x1 - War with Varka x1 - Gather the Exploration of the Giants’ Cave Part 1 x3 - Exploration of the Giants’ Cave Part 2 x1 - Whispers of Dream part 2 x2 - Legacy of Insolence x1 QUEST RECIPES JEWERLY - The Finest Food x1 QUEST RESOURCES - The Zero Hour x2 - Golden Ram Mercenary x2 - An Ice Merchant dream x2 QUEST FOR FABRIC: - Whispers of Dream part 1 x1 BEAST FARM : - Delicious Top Choice Meat x2 👁️OTHER QUEST👁️ 👁️- Yoke of the Past x2 👁️- In Search of Fragments of Dimension x2 👁️- The finest Ingredients x3 👁️- Supplier of reagents x3 - 👁️3rd class Halisha Marks drop x3 - 👁️Into the flames x3 - 👁️Audience with the land dragon x3 - 👁️An Arrogant Search x3 - 👁️Last Imperial Prince x3 🚨Soul Crystal Details🚨 🔸- Level up crystals to 11, 12, 13 🔸- All epics can level up crystals for the whole party (Queen Ant, Core, Orfen, Zaken, Baium, Antharas, Valakas, Frintezza). - 🔸Bosses in PVP zone: Master Anays, High Priest Van Halter. 👁️🔸- Anakim/Lilith, Uruka. - You can level up crystals in Rift, but only 1 party can challenge Anakazel (10%)PARTY_RANDOM at the same time (if one party is in the boss, you need wait them to go out). 👁️🔸- You can level up crystals in Primeval Island by killing tyrannosaurus with 10% chance PARTY_ALL for the person who cast the crystal and makes last hit. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ WEB: https://devianne-l2.com/ DISCORD: https://discord.gg/Q3HAMzasUk 🔥🔥SERVER TEST OPEN !!🔥🔥🔥
    • I am here for the plank jumps and the cookies any news about that?
  • Topics

×
×
  • Create New...