because you're not encrypting your files with l2encdec.
either encrypt the file or rename it, change it's extension to '.u' and put it in the system folder
Hello MxC community. have issue with Unreal trying to make add some stuff in to my communityboard but having problem with unreal, allways getting error: "Files are coruppted.." Maybe someone could help me to solve why it's like that?
Question
etherian
if someone is interested
i was thinking to test this
but im not sure if it can be outside FatalBlow.Java
i created BlowSound.Java
data\scripts\custom
but i know im missing something
it stills gives errors
everyone is welcome to workaround with this
i used the example of pirama to begin
package custom;
import com.l2jserver.gameserver.model.actor.L2Character;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.network.serverpackets.PlaySound;
public final class BlowSound
{
if (activeChar.isPlayer())
{
L2PcInstance activePlayer = activeChar.getActingPlayer();
activePlayer.sendDamageMessage(target, (int) damage, false, crit, false);
activeChar.sendPacket(new PlaySound("skillsound.critical_hit_02"));
}
}
}
laters
7 answers to this question
Recommended Posts