Examples of ExSubjobInfo


Examples of lineage2.gameserver.network.serverpackets.ExSubjobInfo

    {
      activeChar.setHero(activeChar);
    }
    activeChar.sendVoteSystemInfo();
    activeChar.sendPacket(new ExReceiveShowPostFriend(activeChar));
    activeChar.sendPacket(new ExSubjobInfo(activeChar.getPlayer(), false));
    activeChar.sendPacket(new ExVitalityEffectInfo(activeChar));
    activeChar.sendPacket(new ExTutorialList());
    activeChar.sendPacket(new ExWaitWaitingSubStituteInfo(true));
    for (Effect effect : activeChar.getEffectList().getAllEffects())
    {
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExSubjobInfo

      st.giveItems(18168, 1);
      st.addExpAndSp(175739575, 2886300);
      st.playSound(SOUND_FINISH);
      st.exitCurrentQuest(false);
      st.getPlayer().getActiveSubClass().setType(SubClassType.DOUBLE_SUBCLASS);
      st.getPlayer().sendPacket(new ExSubjobInfo(st.getPlayer(), true));
      htmltext = "33344_16.htm";
    }
    return htmltext;
  }
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExSubjobInfo

                                }
                        }
                        player.getActiveSubClass().setType(SubClassType.DOUBLE_SUBCLASS);
                        AwakingManager.getInstance().onPlayerEnter(player);
                        player.sendMessage("Congratulations! You have Dual-Classl.");
                        player.sendPacket(new ExSubjobInfo(player, true));
                }
        }
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExSubjobInfo

    }
    if (_matchingRoom != null)
    {
      _matchingRoom.broadcastPlayerUpdate(this);
    }
    sendPacket(new ExSubjobInfo(this, true));
  }
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExSubjobInfo

      for (int shotId : getAutoSoulShot())
      {
        sendPacket(new ExAutoSoulShot(shotId, true));
      }
      sendPacket(new SkillCoolTime(this));
      sendPacket(new ExSubjobInfo(this, false));
      broadcastPacket(new SocialAction(getObjectId(), SocialAction.LEVEL_UP));
      getDeathPenalty().restore(this);
      setIncreasedForce(0);
      startHourlyTask();
      sendUserInfo();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.