[Full error version 4430
Posted: Sat Dec 11, 2010 3:06 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4430:
L2JDP Revision Number:
full error
AutoChatHandler,java
private static final long DEFAULT_CHAT_DELAY = 60000; // 60 secs by default, however I recommend increasing this to atleast 3 minutes now that they work again, their spam will drive you insane
private static final int DEFAULT_CHAT_DELAY = 60000; // 60 secs by default
if (chatDelay < 0)
chatDelay = DEFAULT_CHAT_DELAY + Rnd.nextInt(DEFAULT_CHAT_DELAY);
full
olympiadGame.java
import com.l2jserver.gameserver.model.olympiad.Olympiad.COMP_TYPE;
protected final COMP_TYPE _type;
_type = type;
_stadiumPort = OlympiadManager.STADIUMS[id].getCoordinates();
_playerOne.sendPacket(new ExOlympiadMatchEnd());
_playerOne.teleToLocation(x1, y1, z1, true);
}
if (_playerTwo != null)
{
_playerTwo.sendPacket(new ExOlympiadMatchEnd());
switch (_type)
{
case NON_CLASSED:
_div = 5;
_gpreward = Config.ALT_OLY_NONCLASSED_RITEM_C;
classed = "no";
break;
default:
_div = 3;
_gpreward = Config.ALT_OLY_CLASSED_RITEM_C;
classed = "yes";
break;
saveResults(_playerOneID,_playerTwoID,_playerOneClass,_playerTwoClass,1,_startTime,_fightTime, (_type == COMP_TYPE.CLASSED ? 1 : 0));
result = " (" + playerOneHp + "hp vs " + playerTwoHp + "hp - "
+ _damageP1 + "dmg vs " + _damageP2 + "dmg) "
+ _playerOneName + " win " + pointDiff + " points";
L2ItemInstance item = _playerOne.getInventory().addItem("Olympiad", Config.ALT_OLY_BATTLE_REWARD_ITEM, _gpreward, _playerOne, null);
class OlympiadGameTask implements Runnable
{
» Find Revision
L2J Revision 4430:
L2JDP Revision Number:
full error
AutoChatHandler,java
private static final long DEFAULT_CHAT_DELAY = 60000; // 60 secs by default, however I recommend increasing this to atleast 3 minutes now that they work again, their spam will drive you insane
private static final int DEFAULT_CHAT_DELAY = 60000; // 60 secs by default
if (chatDelay < 0)
chatDelay = DEFAULT_CHAT_DELAY + Rnd.nextInt(DEFAULT_CHAT_DELAY);
full
olympiadGame.java
import com.l2jserver.gameserver.model.olympiad.Olympiad.COMP_TYPE;
protected final COMP_TYPE _type;
_type = type;
_stadiumPort = OlympiadManager.STADIUMS[id].getCoordinates();
_playerOne.sendPacket(new ExOlympiadMatchEnd());
_playerOne.teleToLocation(x1, y1, z1, true);
}
if (_playerTwo != null)
{
_playerTwo.sendPacket(new ExOlympiadMatchEnd());
switch (_type)
{
case NON_CLASSED:
_div = 5;
_gpreward = Config.ALT_OLY_NONCLASSED_RITEM_C;
classed = "no";
break;
default:
_div = 3;
_gpreward = Config.ALT_OLY_CLASSED_RITEM_C;
classed = "yes";
break;
saveResults(_playerOneID,_playerTwoID,_playerOneClass,_playerTwoClass,1,_startTime,_fightTime, (_type == COMP_TYPE.CLASSED ? 1 : 0));
result = " (" + playerOneHp + "hp vs " + playerTwoHp + "hp - "
+ _damageP1 + "dmg vs " + _damageP2 + "dmg) "
+ _playerOneName + " win " + pointDiff + " points";
L2ItemInstance item = _playerOne.getInventory().addItem("Olympiad", Config.ALT_OLY_BATTLE_REWARD_ITEM, _gpreward, _playerOne, null);
class OlympiadGameTask implements Runnable
{