Jump to content

Recommended Posts

Posted
  On 10/4/2010 at 12:11 AM, brut said:

public int Karma { get; set; }

what does mean { get; set; } ? that u can get and set ? is that integrated on c++??

 

He is creating get and set method for karma, prolly...

 

  Quote

This is a really nice work :)

It's time to leave this Crappy Java Servers and pass to a real server written in a stable language :D

Gratz Man

 

Fail. You know nothing about java, so stop spamming.

Posted
  On 10/4/2010 at 12:16 AM, TILEMACHOS said:

This is a really nice work :)

It's time to leave this Crappy Java Servers and pass to a real server written in a stable language :D

Gratz Man

to make it done need years of work.
Posted
  On 10/4/2010 at 5:14 PM, Sniffer* said:

and project seems outdated stuck on rev 18 so no years but centuries

boeman (the other dev) is at some vacation for 4 days but he will be back tomorrow i think

atm we must think about the L2World and npc server, so before we do commits we want to get it done ;p

 

the { get; set; } is just some property like..

if its

 

int karma { get; }

you only get the value but you can't change it

Posted

Hey DragonHunter good work i think you will beat l2j becasue you are a good programer :) i can help you with a HWID PRotector if you understand me ! A DediServer To Seed a server is imposible ! like you seed to  have a computer and set  a dedicated server with 100 mb's and the all the computer where have L2C will be Fully Speedy !

About Anti-Hacks You Have To Care About L2phx ! you can use a  Socket Connection between The Server And The User To Check IF The Bytes and packets are the same! And you Can Make The Best Pack 4ever ! And You Can Sell it ! yet programing C# and i can give you some ideas that can help you to make better and faster and safer your L2C :) if you want too ! then add to my msn: toni_lol@msn.com i think you know me haha Cya s00n

Posted
  On 10/9/2010 at 10:15 AM, MaxPainIsBack said:

Hey DragonHunter good work i think you will beat l2j becasue you are a good programer :) i can help you with a HWID PRotector if you understand me ! A DediServer To Seed a server is imposible ! like you seed to  have a computer and set  a dedicated server with 100 mb's and the all the computer where have L2C will be Fully Speedy !

About Anti-Hacks You Have To Care About L2phx ! you can use a  Socket Connection between The Server And The User To Check IF The Bytes and packets are the same! And you Can Make The Best Pack 4ever ! And You Can Sell it ! yet programing C# and i can give you some ideas that can help you to make better and faster and safer your L2C :) if you want too ! then add to my msn: toni_lol@msn.com i think you know me haha Cya s00n

 

dedicated to seed server what the hell is that supposed to mean ? lol

Bytes and packets are the same thing

and i know for sure u don't know anything about C#

Posted

lol MaxPain you are such a funny guy.. why do you even comment L2J? first you doesnt have c++/java certificate to discuss projects such as L2J cuz there are REAL programers in this project not some fake and wannabe "devs" or "programers" like you LMAO beating L2J thats the joke of the year

 

Even if dragonhunter is pro certified programer he wont reach the success of L2J

 

The Success of L2J isn't reachable.. only a newbie could say the opposite

Posted
  On 10/9/2010 at 11:52 AM, DragonHunt0r said:

dedicated to seed server what the hell is that supposed to mean ? lol

Bytes and packets are the same thing

and i know for sure u don't know anything about C#

dragonhunter i think you told me about one year before to buy b00ks and Start Learning i do it and i am here if you want provements then ask me to make a program ! i have an attacker for l2C  :) i just make it i make it to send 50 packets disconect connect ! correct packets ! if you want to test then unblock me or add me xD ! and for the server i mean to make a Zombie List to seed the server to make a better connection!

Posted
  On 10/9/2010 at 2:41 PM, MaxPainIsBack said:

dragonhunter i think you told me about one year before to buy b00ks and Start Learning i do it and i am here if you want provements then ask me to make a program ! i have an attacker for l2C  :) i just make it i make it to send 50 packets disconect connect ! correct packets ! if you want to test then unblock me or add me xD ! and for the server i mean to make a Zombie List to seed the server to make a better connection!

A SIMPLE ATTACKER WOULD WORK . JEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEZ

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

    • Today, the world seems to have lost all sense of logic. As if, in an instant, millions of years of human cognitive evolution have been erased. People's words and actions no longer reflect thought, judgment, or awareness. I don’t know how our society ended up like this, but somehow, almost everyone appears to have chosen the blue pill over the red one. Tragic.
    • It's funny that you don't realize the irony of this situation LMAO, it just shows how braindead you are.     So far it's been pretty chill, take care     PS: we were only downvoting to push you to share more
    • If this is actually true, then it's not about a resource leak but a stuffed client data which you might have caused god knows how. On top of that you run Interlude which is extremely primitive in client-side tools to diagnose anything robust (aside from the standard emitter, render, script, net and stat on screen info output)
    • serverpackets/CharInfo               writeD(_activeChar.getAppearance().getSex() ? 1 : 0);             writeD(_activeChar.getBaseClass());             for (int slot : getPaperdollOrder())             {   +              switch (slot)   +             {   +                  case 6:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_CHEST) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  case 10:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_GLOVES) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  case 11:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LEGS) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  case 12:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_FEET) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  default:   +                      writeD(_activeChar.getInventory().getPaperdollItemDisplayId(slot));   +              }   +          }                          for (int slot : getPaperdollOrder())             {                 writeD(_activeChar.getInventory().getPaperdollAugmentationId(slot));             } serverpackets/UserInfo         writeD(_activeChar.getCurrentLoad());         writeD(_activeChar.getMaxLoad());                  writeD(_activeChar.getActiveWeaponItem() != null ? 40 : 20); // 20 no weapon, 40 weapon equipped         for (int slot : getPaperdollOrder())         {    +         switch (slot)    +         {    +             case 6:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_CHEST) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 10:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_GLOVES) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 11:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LEGS) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 12:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_FEET) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             default:    +                 writeD(_activeChar.getInventory().getPaperdollObjectId(slot));             }         }         for (int slot : getPaperdollOrder())         {    +         switch (slot)    +         {    +             case 6:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_CHEST) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 10:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_GLOVES) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 11:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_LEGS) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 12:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_FEET) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             default:    +                 writeD(_activeChar.getInventory().getPaperdollItemDisplayId(slot));             }         }         for (int slot : getPaperdollOrder())         {             writeD(_activeChar.getInventory().getPaperdollAugmentationId(slot));         }           
  • Topics

×
×
  • Create New...