You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone!
I have a problem with editing mobs. I took some Mobs from here without sound and added them,
they looked good !!! BUT BUT !
When I hit him it does generate the effect, but when he hits it it doesn't.
Is this effect controlled from Npcgrp.dat?
PD_ I add capture of the event / effect I mention.
I await your answers, thank you!
Question
nery
helpme code in java base l2f
import l2f.gameserver.utils.VgConfig;
import l2f.commons.util.Base64;
import l2f.commons.crypt.NewCrypt;
import java.io.*;
import java.net.URL;
import java.net.URLConnection;
import java.security.CodeSource;
import java.security.ProtectionDomain;
import java.util.Enumeration;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
erro compile
compile:
[javac] \java\l2f\gameserver\utils\VLoaderKey.java:91: error: cannot find symbol
[javac] z = new ZipFile(VLoaderKey.getProtectionDomain().getCodeSource().getLocation().toURI());
[javac] ^
[javac] symbol: method getProtectionDomain()
[javac] location: class VLoaderKey
[javac] \java\l2f\gameserver\utils\VLoaderRev.java:112: error: cannot find symbol
[javac] Class result = defineClass(className, data, 0, data.length);
[javac] ^
[javac] symbol: method defineClass(String,byte[],int,int)
[javac] location: class VLoaderRev
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.