Jump to content

L2 Pride Sources + Compiled/db


Akken

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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;
                }
            }

Link to comment
Share on other sites

 


[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


Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...