Examples of OnOfflineTrade()


Examples of l2p.gameserver.network.L2GameClient.OnOfflineTrade()

                        if (p == null || p.isDead()) {
                            continue;
                        }
                        client.setLoginName(e.get("account_name") == null ? "OfflineTrader_" + p.getName() : (String) e
                                .get("account_name"));
                        client.OnOfflineTrade();
                        p.restoreBonus();
                        p.spawnMe();
                        p.updateTerritories();
                        p.setOnlineStatus(false);
                        p.setOfflineMode(true);
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.