my server are setup from 5 to 12GB and all works perfect
my server are setup from 5 to 12GB and all works perfect
[COLOR=rgba(255, 255, 255, 0.882353)]can you help me when i login and then select server which is israphel. i was wondering why there is -15 characters in my server selection. i haven't create character yet.. thanks[/COLOR]
What abaout 5.6 source files can someone upload it pls and i will help on it btw im a DEV to
LEGION emblem (fix)
AL-Game\src\com\aionemu\gameserver\network\factories\AionPacketHandlerFactory.java
addPacket(new CM_LEGION_UPLOAD_EMBLEM(0x17B, State.IN_GAME)); //5.1
addPacket(new CM_LEGION_SEND_EMBLEM(0x02F5, State.IN_GAME)); //5.1
addPacket(new CM_LEGION_SEND_EMBLEM_INFO(0x00EA, State.IN_GAME)); //5.1
BROKER addPacket (fix)
AL-Game\src\com\aionemu\gameserver\network\factories\AionPacketHandlerFactory.java
addPacket(new CM_BROKER_SETTLE_ACCOUNT(0x158, State.IN_GAME)); //5.1
addPacket(new CM_BROKER_ADD_ITEM(0x13F, State.IN_GAME)); //5.1
BROKER Service (fix-80%)
https://mega.nz/#!dy4UGKBT
Key: !c-d6i5ih2kvWoSIjVhjmwAEx8LfDjK6MeYZCO6A5jk4
--------------------------------------------------------
Video
https://drive.google.com/open?id=0B1...lRCclM5bktYTkk
Code:package com.aionemu.gameserver.network.aion.clientpackets; import com.aionemu.gameserver.model.gameobjects.player.Player; import com.aionemu.gameserver.network.aion.AionClientPacket; import com.aionemu.gameserver.network.aion.AionConnection.State; import com.aionemu.gameserver.services.BrokerService; /** * @author kosyak */ public class CM_BROKER_REGISTERED extends AionClientPacket { @SuppressWarnings("unused") private int npcId; /** * */ public CM_BROKER_REGISTERED(int opcode, State state, State... restStates) { super(opcode, state, restStates); } @Override protected void readImpl() { npcId = readD(); } @Override protected void runImpl() { Player player = getConnection().getActivePlayer(); if (player == null) return; BrokerService.getInstance().showRegisteredItems(player); } }
CM_BROKER_REGISTERED fixed
- - - Updated - - -
@onyen The temparing_level is there.how else is still authorize? or temparing_level is also wrong?
Someone can upload website file 5.x ??
add -vip to the launcher how to get it working? or does it only support version 5.6?
im understand now...my vip tab applying stat not working![]()
Last edited by label5; 25-09-17 at 03:47 PM.
Only status in UI is not activ but stats ar add to based stat.