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
  • Thanks 1
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

Posted

shutup bro, you already had it ;D

 

 

i dont f*ck amateurs

You need me, and you know it. Stop jerk into ur socks and stop those fetishes....

Posted

its shared in order to noobs  wont get scammed again now about pridelike servers , seriously they will end up without online count for sure so..

Guest
This topic is now closed to further replies.



  • Posts

    • Okay, I understand. First, to get started by contributing to open projects and learning along the way. Then, when you mention starting my own project privately, do you mean taking a free datapack like L2jMobius and trying to make it functional for an online server? Great, thank you very much — all this information is really helpful. I’ve been reaching out to several server admins here in Argentina, but it seems like none of them have the time or interest to take on an intern or assistant. xd   P.S.: Are you the creator of Hopzone? Brings back memories of when I was a kid, downloading servers at the cyber café. For two dollars, I could spend the whole day playing and eating candy like crazy.   Another question: between L2jMobius, L2jServer, and aCis, which one has ALL of its code free? As you probably noticed, I'm using ChatGPT to help me translate things, lol, and it suggested the following: Project Status Open Source Accepts Juniors? Difficulty L2JMobius Very active Semi-closed Partially (with patches) Medium-High L2JServer Active Fully open Yes (directly on GitHub) Medium aCis Semi-active Unofficial Not very clear Low
    • @Logan22 Are you logan from mmo-dev forum?
    • That's exactly how it’s designed — everything important is handled on the API server side, for example, processing requests to the game server. Each website has its own token/key for authentication; without it, there will be no interaction with the game server. Some data can be stored both on my side and on the server side to avoid making frequent requests to the server, which is logical.   Yes, there’s a lot of old, unused code that just needs to be cleaned up. It was used before, but after major rewrites it was left lying around. It doesn’t interfere with anything — it’s just there and doesn’t affect the system's operation.   Beaver meme kurwa is my favorite. Unfortunately, you don't know Russian — otherwise, you would’ve spotted even more Easter eggs. 😂   I said it’s been installed over 250 times on different domains. You can join my Telegram, there are almost 200 people there — and those are just the ones who entered the chat — and we’ll have a good laugh together at your doubts! 😂😂😂
    • Discord : utchiha_market Telegram : https://t.me/utchiha_market Auto Buy Store : https://utchihamkt.mysellauth.com/ Join our server for more products : https://discord.gg/qtkJASMbKV https://campsite.bio/utchihaamkt  
  • Topics

×
×
  • Create New...