my server are setup from 5 to 12GB and all works perfect
Printable View
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 - - -
http://img.techpowerup.org/170924/capture.png
@onyen The temparing_level is there.how else is still authorize? or temparing_level is also wrong?
modif your website function
https://image.ibb.co/iyD6uQ/New_Bitmap_Image.png
Someone can upload website file 5.x ??
https://s26.postimg.org/7yyw38mvt/Capture23213.png
add -vip to the launcher how to get it working? or does it only support version 5.6?
i show you the emblem show on mount :P
- - - Updated - - -
Look label5
https://www.youtube.com/watch?v=-7PJ304mRiI
im understand now...my vip tab applying stat not working:8:
Only status in UI is not activ but stats ar add to based stat.