Package l2p.gameserver.model

Examples of l2p.gameserver.model.L2Player.restoreDisableSkills()


                        p.setOnlineStatus(false);
                        p.setOfflineMode(true);
                        p.setConnected(false);
                        p.setNameColor(Config.SERVICES_OFFLINE_TRADE_NAME_COLOR);
                        p.restoreEffects();
                        p.restoreDisableSkills();
                        p.broadcastUserInfo(true);
                        if (p.getClan() != null && p.getClan().getClanMember(p.getObjectId()) != null) {
                            p.getClan().getClanMember(p.getObjectId()).setPlayerInstance(p);
                        }
                        if (Config.SERVICES_OFFLINE_TRADE_SECONDS_TO_KICK > 0) {
View Full Code Here


    Log.LogChar(activeChar, Log.EnterWorld, "");
    if(first)
    {
      notifyFriends(activeChar, true);
      loadTutorial(activeChar);
      activeChar.restoreDisableSkills();
    }
    else
    {
      packets.add(new L2FriendList(activeChar, false));
    }
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.