Jump to content

Recommended Posts

Posted (edited)

As an professional .NET Programmer, i want to say few things.

 

Java to C#

I read many of your comments that are talking about simple porting from Java to C#, so it still suck!. I could say that i agree with you. However, byself, C# offers many benefits that make it better even if it is simple copy/paste to other language.

 

C#, byself is about 34% faster than Java and in MANY cases can be 200%+.

 

You can achieve much better/faster/stable lineage 2 server with changing some parts. Like Database communication, Networking etc. These processes can be much much faster in C# and it is not big work.

 

As about DDOS,

 

Don't joke yourself. Even C++/ASM Server will crush after a high DDOS Attack. Nowdays nobody use "exploits" of your code to take down your server.

 

Before few years where java had many security issues, we could say that C# can beat exploiters... Now, 2016, both languages offers you security (even with bad code).

Edited by Kappalol
Posted

As an professional .NET Programmer, i want to say few things.

 

Java to C#

I read many of your comments that are talking about simple porting from Java to C#, so it still suck!. I could say that i agree with you. However, byself, C# offers many benefits that make it better even if it is simple copy/paste to other language.

 

C#, byself is about 34% faster than Java and in MANY cases can be 200%+.

 

You can achieve much better/faster/stable lineage 2 server with changing some parts. Like Database communication, Networking etc. These processes can be much much faster in C# and it is not big work.

 

As about DDOS,

 

Don't joke yourself. Even C++/ASM Server will crush after a high DDOS Attack. Nowdays nobody use "exploits" of your code to take down your server.

 

Before few years where java had many security issues, we could say that C# can beat exploiters... Now, 2016, both languages offers you security (even with bad code).

 

Stop with this absurd bullshit, C# isn't 30% or 200%+ faster than java, java gains metal performance after warm-up thanks to JIT. The only overhead thereafter is the exception handling that the language provides by its nature which adds another procession layer ontop of the needed calculation, but oh wait, both languages do the same don't they? Unlike C++ C# doesn't get rid of the exception handling overhead same as java so they are bottlenecked by the same overhead.

 

Now get your shit straight from a real pro and you should trust me on that since I am a fluent C/C++, Java programmer that also has thousandsof lines of code in C# and Python:

 

No language is faster, every language sacrifices performance on a field to gain on another, saying that C is slower than java simply because its slower on a complex algorithm is utter bullshit. The designers behind these languages sacrificed features or performance to gain it somewhere else.

 

C# is not bad, but its not good, it tries to do what Java does but only on platforms that support .NET (windows only) don't tell me about Mono or wine they are both virtual and the overhead makes it slow as fuck. C# exists for marketing reasons in favor of Microsoft, it binds programmers / users to its own frameworks, platforms and tools -> PROFIT.

 

OF COURSE I am not that stupid to claim that C# sucks, its a good tool but well too pseudo-hyped from its programmers

Posted

Java is actually leaching features that C# had for ages.

 

Lambda expessions is LINQ that C# had forever,

Try with resources was using that C# had forever.

 

They are different languages. Also C# can run natively without a VM running on the pc with .NET CORE.

Java still needs JRE to run.

 

It is a fact that Java and C# are very different and if someone wants to be someone then the last 4 years show that java wants to be C#, even though that wasn't the case 4 years ago.

 

Nice shitstorm, if you say anywhere that Java or any "Java" is leaching features programmers are gonna laugh at you. Java follows a simple and elegant design pattern, the developers and designers behind it want a straight-forward language with not many features/eye candies yet capable of implementing solutions for very complex problems. As I said before, features and performance may be sacrificed for the sake of the language's policy but I am pretty sure you didn't get that.

 

C# is very huge compared to Java, yet Java can do anything C# can, I am not gonna keep up arguing this, its gonna be like NVIDIA vs AMD conv.

 

About .NET CORE, I don't know what this is and I am not gonna google search this, if I want native code I will choose WIN32 C/C++ and I'm probably even gonna deliver faster than some .NET CORE wannabe. Probably .NET CORE packs a minimal and light VM into the executable or on the .NET libraries that come with windows updates and has real time hotspot. Same things exist for Java since ages and they suck, java was never meant to run on metal, the guys behind Java are C programmers.

Posted (edited)

There is no maybe. There are facts and benchmarks. Check it for yourself.

 

I'm not the one comparing one language to another and trying to convince everyone about how better my lang is.

 

I have several app on google play and they are written in java and several app in app store written in Objective C and Swift.

 

I use the write tool for the write job and whatever fits the needs of the situation when im working on a professional level.

 

 

BTW something to check

 

https://github.com/aspnet/benchmarks

 

Ofc benchmarks are not real life scenarios and you will obviously have performance bottlenecks but that 1.2m req/sec cannot be ignored.

 

Stack Server Req/sec Load Params Impl Observations

ASP.NET Core on Kestrel perfsvr 1,174,881 32 threads, 256 connections Middleware class, multi IO thread CPU is 100%

ASP.NET Core on Kestrel perfsvr2 (Linux) 928,023 32 threads, 256 connections Middleware class, single IO thread

 

(Keep in mind im a web developer and that's what i am concerned about)

 

Don't give me benchmarks, don't make me say for a 3rd time that I REALLY know that there are cases that one language outperforms the other even if they are on the same level... C# is greatly favored over Java because C# runs on its home platform, the windows and its specially optimized for it. Now try some Linux benchmark, Java can still be slower on some cases but not on the same ratio it does on WIN.

Edited by xxdem
Posted

Are you blind? "ASP.NET Core on Kestrel perfsvr2 (Linux) 928,023 32 threads, 256 connections Middleware class, single IO thread"

 

Ah fuck it why am I even spending my time with you. You know everything and no one else knows a thing anyway.

 

Didn't read, not wasting my time with benchmarks

Posted

The last thing i am is butthurt. Your replies on the other hand sound so ignorant and butthurt, that im enjoying every little bit of your pathetic crybaby behavior.  >:D  >:D

 

yeah, whatever 

  • 3 months later...
Posted

Some updates over the weekend from Mart.

 

  • Added empty class packet RequestSkillCoolTime missing and throwing exception after EnterWorld (0x9D)
  • Update LastAccess atribute from character table on EnterWorld (using UpdateCharacter service) [Removed LastAccountAccess since it was never used]
  • Using LastAccess now to auto select char after login, based on latest valid selection (need rework)
  • Changed some Console.WriteLine to log4net logger
  • Changed GameServer/LoginServer to Async methods (removing "while" eternal loop, old methods as comments, don't know possible bugs caused by async)
  • Other minor changes
Posted

Weekend update

  • Fixed equip and unequip functionality
  • Added //spawn "mob name" and //spawn "id" functionality.
  • Now all NPCs are being spawned on server startup. They have no AI tho :(

 

ntD54qb.jpg

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

    • GoldRush launches tomorrow! July 18 16:00 GMT+3 Europe / International Register your account in the website, connect wallet and be ready to dominate!
    • 🏰 L2EXALTA LEGACY — Interlude x45 📅 Grand Opening: 31/07/2026 — 21:30 (GMT+3) 🌐 Website: https://l2exalta.org/ 💬 Discord: https://discord.gg/zNTCZD4AcT 📌 Wiki: https://l2exalta.org/en/wiki.html#progression   ⚙️ MAIN INFO Chronicle : Interlude Rates : x45 Adena : x50 Spoil : x1 Drop : x5 Safe Enchant : +3 Files : L2OFF   💰 ECONOMY EX Coin : dynamic market currency, mined from monsters, Raid Bosses and Grand Bosses value fluctuates over time Exalta Vouchers : premium currency used for store, donations and EX Coin exchange Exchange : convert EX Coin into Exalta Vouchers Investment options : choose safer or riskier market strategies with EX Coin   ⚔️ PROGRESSION & GEAR Exalta Armors : signature top-tier gear line Forge System : upgrade weapons, armor and jewels with risk/reward mechanics Raid Boss progression tied to materials and prestige   🤖 AUTOFARM Access : Auto Hunting button, bottom-right UI Duration : controlled via tickets or in-game currency Route Mode : record custom farm routes Support Mode : healer/support builds auto-follow, heal and assist party Smart targeting logic with class-specific behavior (mage/archer/melee/support) Captcha designed not to interrupt legitimate AutoFarm sessions   🧪 BUFFER Exalta Buffer NPC/interface Scheme Buffer : save multiple buff loadouts Class presets for mage, fighter, support, PvP   🛠️ SMART GADGETS / QOL Autoloot filter Drop value tracker Boss timer tools Farm stats tracker Auto-consume system In-game server assistant   🗺️ DUNGEON FINDER / PVE Party matching with roles (Tank / Healer / DPS) Ready-check before teleport Monastery of Silence custom PvE zone Party-based reward structure   🎟️ DAILY PROGRESS / EXALTA PASS Daily and weekly tasks (farm, PvP, boss, check-in) Premium Pass track with extra rewards Monastery Daily Quest Reward boards for claiming progress   🏠 HOUSING & EXPEDITIONS Player residences with service NPCs Exalta Spirit Expeditions to themed territories Rewards vary by territory Owner-only access   🏆 PVP / TOURNAMENT Scheduled Tournament system Ranking points from wins/participation Spectator Mode for watching live matches PvP Statues for top-ranked players Anti-feed protections   🛡️ CLAN CONTENT Clan Civil War battlefield event Clan Dungeon Raid content DPS Meter for contribution tracking Support Credit system Classic siege/clan politics preserved   🏪 AUCTION / SHOPS Auction House with seller fee Black Market Dealer (limited-time special offers) Custom shops and multisells Confirmation prompts on purchases/sales   💳 DONATIONS / VIP Donation rewards linked to Exalta Vouchers VIP tiers with comfort/cosmetic bonuses Premium store Gift/promo codes for events   🎥 STREAMER / COMMUNITY Streamer Panel with visible stream links Viewer rewards system Streamer Points for cosmetics/vouchers In-game voice chat (global/party/clan/alliance/command)   🔒 FAIR PLAY Strong Anti-Bot protection Reward protection tied to valid client state Captcha on suspicious activity Staff investigation tools No bots, packet tools or modified clients allowed   👑 GRANDBOSS SPAWNS Orfen : 1 day + 1h random Core : 1 day + 1h random Queen Ant : 1 day 6h + 1h random Zaken : 2 days 12h + 1h random Baium : 5 days + 1h random Antharas : 8 days + 1h random Valakas : 11 days + 1h random   🏅 OLYMPIAD Runs Thursday, Friday, Saturday Heroes change monthly Balanced and fair matchmaking
    • yup basically another one just in case https://drive.google.com/file/d/1UtccbD9e50x3WEnQBab2PTZnBHwpcGYM/view?usp=sharing LineageWarrior.FMagic (CollideActors = True; > False) LineageWarrior.FOrc (CollideActors = True; > False) LineageWarrior.FShaman (CollideActors = True; > False) LineageWarrior.MDarkElf (CollideActors = True; > False) LineageWarrior.MDwarf (CollideActors = True; > False) LineageWarrior.MElf (CollideActors = True; > False) LineageWarrior.MFighter (CollideActors = True; > False) LineageWarrior.MMagic (CollideActors = True; > False) LineageWarrior.MOrc (CollideActors = True; > False) LineageWarrior.MShaman (CollideActors = True; > False) LineageWarrior.FDwarf (CollideActors = True; > False) LineageWarrior.FElf (CollideActors = True; > False) LineageWarrior.FFighter (CollideActors = True; > False)
    • @l2naylondev Requiring a player to log in just for the sake of logging  seems exploitable. Someone could log in only to claim the reward and immediately leave, or repeatedly change their ip. So i guess  are there are additional protections in place ? such as locking the reward by account, character , and ip. It would also be useful to add a playtime requirement. For example, after logging in, the player would need to remain active for at least x playtime  before getting the reward or other parameters configurable by the xml.  I suggest improving the system before selling it. 
  • 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..