no, example When you casting skills example you are sps and go farm you farming casting skills and boom you release skill, i need make that you have chance to release my custom skill, example chance 20% skill vampiric rage
The following error or errors occurred while posting this message:
The message exceeds the maximum allowed length (25000 characters).
so here enterworld.java
https://www.assembla.com/code/L2jFrozenInterlude/subversion/nodes/trunk/gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/EnterWorld.java
there's augmentation bug, when peoples buy a lot of items ( can be non,d,c,b,a,s grade ) and do restart some of all items become with augment. How to fix that?
no no you don't understand, its from teleport in navicat, then i teleport everywhere i don't teleport in my selected location i teleported a little bit random, how make not random?
How make then player kill you, message to you example: Killed by MaxCheaters
it's will be great then you killed example your self from high fail or from mob don't say Killed by
L2TeleportLocation list = TeleportLocationTable.getInstance().getTemplate(val);
if(list != null)
{
//you cannot teleport to village that is in siege
if(!SiegeManager.getInstance().is_teleport_to_siege_allowed() && SiegeManager.getInstance().getSiege(list.getLocX(), list.getLocY(), list.getLocZ()) != null && !player.isNoble())
{
player.sendPacket(new SystemMessage(SystemMessageId.NO_PORT_THAT_IS_IN_SIGE));
return;
}
else if(!SiegeManager.getInstance().is_teleport_to_siege_town_allowed() && TownManager.getInstance().townHasCastleInSiege(list.getLocX(), list.getLocY()) && !player.isNoble())
{
player.sendPacket(new SystemMessage(SystemMessageId.NO_PORT_THAT_IS_IN_SIGE));
return;
}
else if(player.isInCombat())
{
player.sendMessage("Can't teleport while you are in combat!");
player.sendPacket(new ExShowScreenMessage("Can't teleport while you are in combat!", 5000));
return;
}
Then character spawn or teleports he spawns not | directly but in > Right or back:D
I think you understand me. How fix this and make char be directly like this |