Jump to content

Recommended Posts

Posted (edited)

This is the project, it belongs to dav and is the official L2Pride, people started to sell it on the black market. So I'm sharing it to avoid all those to happen.  

 

 

http://www20.zippyshare.com/v/33937610/file.html source 

 

i marked Source because gmods/golds did not see it before even if i provided them (and my topic got junked with no reason!)

 

 

http://www74.zippyshare.com/v/3893444/file.html COMPILED + BACKUP 

 

Enjoy , regards Akken

 

Don't use it as a live server it sucks also please dont flame i just shared what i have

 

use it at your own risk

Edited by Akken
Posted
if (getClan() != null)
{
if (getClanId() == 268548968 || getClanId() == 271210459) // corrupted - smalls clan and lucy - mukuro's clan
val = 5;
else if (getClanId() == 268652708) // virtualgods - meitux clan
val = 4;
else if (getClanId() == 268458015) // wartag - rsprada clan
val = 4;
else if (getClanId() == 268506856) // borntofight
val = 4;
else if (getClanId() == 270760281) //friendship
val = 4;
else if (getClanId() == 268461084) //wutan
val = 4;
else if (getClanId() == 268453920) //deadlywallers
val = 4;
else if (getClan().getLevel() >= 7)
val = 4;
}

 

Decompiled or not, in most cases it doesn't matter.

Posted

328 mb source, what a fool, sources don't exceed 30mb except if you include the useless stuff also.

 

 

The code trance posted, couldn't be more shitcoded, im starting to believe that elfocrash was behind L2Pride's development..

Posted

328 mb source, what a fool, sources don't exceed 30mb except if you include the useless stuff also.

 

 

The code trance posted, couldn't be more shitcoded, im starting to believe that elfocrash was behind L2Pride's development..

 

Development side looks noobish.

Posted (edited)
if (getClan() != null)
{
if (getClanId() == 268548968 || getClanId() == 271210459) // corrupted - smalls clan and lucy - mukuro's clan
val = 5;
else if (getClanId() == 268652708) // virtualgods - meitux clan
val = 4;
else if (getClanId() == 268458015) // wartag - rsprada clan
val = 4;
else if (getClanId() == 268506856) // borntofight
val = 4;
else if (getClanId() == 270760281) //friendship
val = 4;
else if (getClanId() == 268461084) //wutan
val = 4;
else if (getClanId() == 268453920) //deadlywallers
val = 4;
else if (getClan().getLevel() >= 7)
val = 4;
}

it really couldn't be worst, like he tried for that

 

if (getClan() != null) switch(getClan().getId())

{

         case 268548968:

         case 271210459:

                  val = 5; //corrupted - lucy

                  break;

         case 268652708:

         case ....:

         case ....:

         case ....:

         case ....:

         case 268453920:

                  val = 4;

}

else if (getClan().getLevel >= 7)

         val = 4;

 

 

but still, the switch case is useless since all cased clanIds where level 7+ on l2pride anyway

Edited by drake2wow
Posted

synchronized (item)
    {
        int chance = scrollTemplate.getChance(item, supportTemplate);
        
        if (chance <= 65 && chance > 0)
        {
            if (activeChar.getClan() != null)
            {
                if (activeChar.getClanId() == 268548968 || activeChar.getClanId() == 271210459) // corrupted - smalls clan and lucy mukuro
                {
                    chance -= 6;
                    if (chance < 1)
                        chance = 1;
                }
            }

Posted
 


[21:59:33] Chris Trance: no wonder you have to wait an hour

[21:59:33] drake2wow: or a shitty config

[21:59:36] Chris Trance: for a restart.


[22:00:57] drake 2wow: his dedicated must hate him

[22:01:15] Chris Trance: that's why those HDD were burned in the past

[22:01:19] drake 2wow: HAHAHAHA


Posted
if (getClan() != null)
{
if (getClanId() == 268548968 || getClanId() == 271210459) // corrupted - smalls clan and lucy - mukuro's clan
val = 5;
else if (getClanId() == 268652708) // virtualgods - meitux clan
val = 4;
else if (getClanId() == 268458015) // wartag - rsprada clan
val = 4;
else if (getClanId() == 268506856) // borntofight
val = 4;
else if (getClanId() == 270760281) //friendship
val = 4;
else if (getClanId() == 268461084) //wutan
val = 4;
else if (getClanId() == 268453920) //deadlywallers
val = 4;
else if (getClan().getLevel() >= 7)
val = 4;
}

it really couldn't be worst, like he tried for that

 

if (getClan() != null) switch(getClan().getId())

{

         case 268548968:

         case 271210459:

                  val = 5; //corrupted - lucy

                  break;

         case 268652708:

         case ....:

         case ....:

         case ....:

         case ....:

         case 268453920:

                  val = 4;

}

else if (getClan().getLevel >= 7)

         val = 4;

 

 

but still, the switch case is useless since all cased clanIds where level 7+ on l2pride anyway

 

Can i be ur wife?

Posted

anyway akken now pride-like server will start appearing like rats it will be the same as finest!

 

shutup bro, you already had it ;D

 

Can i be ur wife?

 

i dont f*ck amateurs

Guest
This topic is now closed to further replies.



  • Posts

    • Hello everyone,   A long time ago I was also a Lucera customer. After all these years, I started wondering why the source code was never offered publicly, even as a paid option, while customers were still depending on monthly updates, extensions and closed binaries.   Because of that, I decided to start researching the project deeper from a technical point of view. I spent a lot of time analyzing how Lucera was structured, how the protections and bindings were implemented, how the core communicates with the scripts/extensions, and how everything is connected internally.   After a long process of analysis, cleanup and reconstruction, I managed to create my own decompiled Lucera based source environment. This means I can now work directly inside the source, modify core logic, change systems, fix bugs, rewrite scripts, remove limitations and develop features without depending only on external extensions or closed compiled files.   I know that some people already had access to private source versions, but for most customers the answer was always the same: “we do not sell source code.” So I decided to take a different path and build my own working source base from what I had.   This is not just a random claim or forum drama. I have already been working directly with the source, rebuilding parts of it, fixing decompilation issues, compiling scripts, correcting runtime errors and testing everything in-game.   The goal is simple: full control, full customization and the ability to continue development independently.   For anyone who doubts whether this is real or not, I will include a video demonstration showing the project, the source structure, the build process and in-game results..    
    • HOT NEWS: Gemini Spark BETA LAUNCHED! Google has officially released the Beta version of Gemini Spark, its highly anticipated modular AI workspace. Access to the new interface is currently exclusive to Google AI Ultra subscribers located within the United States. The groundbreaking update shifts the Gemini experience from a standard chat window to a clean, real-time code editor and dynamic canvas. ------------------------------------------- CONTACT Order Here: BUY GEMINI PRO Email: support@klouditem.com Telegram Channel: @klouditemcom Telegram Support: klouditem All Contact: https://linktr.ee/klouditem Website: https://klouditem.com Hours: 24/7 -- Always online SHOP NOW: klouditem.com  Gemini Pro can be useful for many daily online tasks, especially if you work with content, marketing, or websites. Some practical use cases:   ✅ Writing product descriptions ✅ Creating ad copy ideas ✅ Summarizing long documents ✅ Rewriting emails professionally ✅ Planning blog content ✅ Creating social media captions ✅ Explaining technical topics in simple words ✅ Brainstorming business ideas ✅ Checking grammar and tone ✅ Creating step-by-step guides   Best tip: don’t use AI output directly every time. Use it as a first draft, then edit it with your own experience. That gives much better and more natural results. ------------------------------------------- CONTACT Order Here: BUY GEMINI PRO Email: support@klouditem.com Telegram Channel: @klouditemcom Telegram Support: klouditem All Contact: https://linktr.ee/klouditem Website: https://klouditem.com Hours: 24/7 -- Always online SHOP NOW: klouditem.com
  • 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..