Jump to content

Recommended Posts

Posted

iam using l2jarchid, when i change subclass i cant do anything (like wickedpwn) i have to turn off l2 and start it again.

P.S. thanks for share, really useful to balance server ...

btw stop double posting you need to go at client packet's UseItem.Java

 

 

 

 

=======================================================================================================

if(activeChar.getClassId().getId() == 93 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Adventurer. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 108 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Ghost Hunter. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 101 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Wind Rider. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 8 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Treasure Hunter. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 36 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Abyss Walker. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 9 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Hawkeye. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 37 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Phantom Ranger. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 24 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Silver Ranger. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 9 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Hawkeye. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 92 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Sagittarius. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 102 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Moonlight Sentinel. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 109 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Ghost Sentinel. You cant equip heavy armor.");

                   return;

               }

               if(activeChar.getClassId().getId() == 5 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Paladin. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 6 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Dark Avenger. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 90 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Phoenix Knight. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 91 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Hell Knight. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 20 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Temple Knight. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 32 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Palus Knight. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 106 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Shillien Knight. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 99 && item.getItemType() == L2WeaponType.BOW)

               {

                   activeChar.sendMessage("Your class is Evas Templar. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 114 && item.getItemType() == L2ArmorType.HEAVY)

               {

                   activeChar.sendMessage("Your class is Tyrant. You cant equip bow.");

                   return;

               }

               if(activeChar.getClassId().getId() == 93 && item.getItemType() == L2ArmorType.HEAVY)

               

               {

                   activeChar.sendMessage("Your class is Adventurer. You cant equip heavy armor.");

                   return;

               }

 

 

 

 

 

 

 

 

 

 

you need to make them something like that and the part of l2pcinstance

  • 5 months later...
  • 3 weeks later...
  • 1 month later...
  • 2 years later...

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.




×
×
  • Create New...