[RELEASE] GM Interns

Status
Not open for further replies.
I can't do this D:.. I don't understand it, can you explain what I have to do? I'm using netbeans to compile

Use eclipse to compile. If commands dont work for you, copy n paste all the # commands into commandproccessor.java

lolz, just wait 4 mike 2 come back


I gtg, try n help em. Im out of town for this weekend :D.


Try not to miss me too much
 
It shouldn't matter if people are using Eclipse or NetBeans to compile. There is something wrong with the script. I will try to fix it tomorrow and post it here.
 
personally i think vana sucks ass, but hey thats just me ^^

lol, you obviously know nothing about Vana then.
Vana is already fully compatible with 0.59, and already has almost everything Odin does, yet they started a year later. Doesn't suck ass that much now huh?
 
nice release. this can also use to separate admin and gms commands isnt it?
i got a question...
lets say if i added this under character table gm column leave at 0? than the Intern column value 1?
 
I fail... I corrected the gaps and more errors Dx..

init:
deps-jar:
Compiling 314 source files to C:\Users\Lee\Desktop\MSLV3.4.1\build\classes
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\messages\InternCommandProccessor.java:112: class InternCommandProcessor is public, should be declared in a file named InternCommandProcessor.java
public class InternCommandProcessor implements CommandProcessorMBean {
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:14: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
import com.sun.imageio.plugins.png.PNGImageReaderSpi;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\MapleCharacter.java:254: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
ret.Intern = rs.getInt("Intern") == 0 ? false : true;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\MapleCharacter.java:489: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
ret.Intern = false;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\MapleCharacter.java:1735: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
return Intern;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:47: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
ImageReaderSpi readerSpi = iioRegistry.getServiceProviderByClass(PNGImageReaderSpi.class);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
2 warnings

BUILD FAILED (total time: 1 second)


Also it seems to have a problem with "Intern"


i get the same error as urs. for the 1st error just name the file correctly...help??i keep getting Intern error...
 
i get this error after following ur guide.

Code:
init:
deps-jar:
Compiling 3 source files to C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\build\classes
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\messages\InternCommandProccessor.java:112: class InternCommandProcessor is public, should be declared in a file named InternCommandProcessor.java
public class InternCommandProcessor implements CommandProcessorMBean {
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\MapleCharacter.java:254: cannot find symbol
symbol  : variable Intern
location: class net.sf.odinms.client.MapleCharacter
                ret.Intern = rs.getInt("Intern") == 0 ? false : true;
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\MapleCharacter.java:490: cannot find symbol
symbol  : variable Intern
location: class net.sf.odinms.client.MapleCharacter
                ret.Intern = false;
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\MapleCharacter.java:1739: cannot find symbol
symbol  : variable Intern
location: class net.sf.odinms.client.MapleCharacter
  return Intern;
4 errors
BUILD FAILED (total time: 6 seconds)
 
i found it, have to add
Code:
private boolean Intern;
under
Code:
private boolean gm;

or else will get errors in maplecharacter.java.

but the interncommandproccessor have some errors, i can't fix it @_@
 
Status
Not open for further replies.
Back