This normaly happens if your client is not up to date - try using original NC soft updater to udpade to latest GameVersion!
Printable View
Darfpicker.. help me the alliance opcio :drool:
I'm talking about is to repair and upgrade to full
:ott1:
:huh: Excuse me kornicska I had not seen your message, thank you for your support to them both then.
nothing wrong
The point is for the better of the problem
:laugh:
A great thank you to you all for your help and especially for a Dwarf are super release that works very well.
Burnouf
a few observations:
alli is incorrect, you can set options and exit alli party
4.0 super siege, but it is not squirrel abyss reward vendor sells item with is pretty useless AP
I do not have a 4.0 dungeon gates, but I know it will thereby recover and, really looking forward :))))))
I still have a duplicate quest contest, I hope we can find a solution
4.0 All campain quest does not work .. as I looked at it not to java
but the emu has been very good, I like it and congrats
and the other gunner skill and skill to work well :)
"!!However, this is what I did ingameshop emu client patch does not work, I hope this can be corrected!!"
will be fixed as soon as they have the emu is almost 90% complete
which I am very pleased :)
Darfpicker, can you upload source files of your 2.5 relise?
Dwarfpicker am with problems when starting my gameserver! Please help me
http://i.imgur.com/SUxjlwD.jpg
I'm having trouble starting the game server is giving this error
Servidor 4.0 v2.5
http://i.imgur.com/SUxjlwD.jpg
Fix for SM_SKILL_COOLDOWN.java
Code:/*
* This file is part of aion-unique <aion-unique.org>.
*
* aion-unique is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* aion-unique is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
*/
package com.aionemu.gameserver.network.aion.serverpackets;
import java.util.ArrayList;
import java.util.Map;
import javolution.util.FastMap;
import com.aionemu.gameserver.dataholders.DataManager;
import com.aionemu.gameserver.network.aion.AionConnection;
import com.aionemu.gameserver.network.aion.AionServerPacket;
import com.aionemu.gameserver.skillengine.model.SkillTemplate;
/**
/* @author ATracer, /* nrg
*/
public class SM_SKILL_COOLDOWN extends AionServerPacket {
private FastMap<Integer, Long> cooldowns;
private boolean isSkillRemove;
public SM_SKILL_COOLDOWN(FastMap<Integer, Long> cooldowns) {
this.cooldowns = cooldowns;
this.isSkillRemove = isSkillRemove;
}
/**
* {@inheritDoc}
*/
@Override
protected void writeImpl(AionConnection con) {
writeH(calculateSize());
writeC(isSkillRemove ? 0x01 : 0x00);
long currentTime = System.currentTimeMillis();
for (Map.Entry<Integer, Long> entry : cooldowns.entrySet()) {
int left = (int) ((entry.getValue() - currentTime) / 1000);
ArrayList<Integer> skillsWithCooldown = DataManager.SKILL_DATA.getSkillsForCooldownId(entry.getKey());
for (int index = 0; index < skillsWithCooldown.size(); index++) {
int skillId = skillsWithCooldown.get(index);
SkillTemplate skillTemplate = DataManager.SKILL_DATA.getSkillTemplate(skillId);
writeH(skillId);
writeD(left > 0 ? left : 0);
writeD(skillTemplate.getCooldown());
}
}
}
private int calculateSize() {
int size = 0;
for (Map.Entry<Integer, Long> entry : cooldowns.entrySet()) {
size += DataManager.SKILL_DATA.getSkillsForCooldownId(entry.getKey()).size();
}
return size;
}
}
A new Update for Tiamat (quest item and are not yet fixed)
https://mega.co.nz/#!xAVgXTJY!TUus6U...42p3VmF2NvoMlY