Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Could anyone put it in a txt file.. And upload it ?
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
do u really nid to add this?
Code:
import java.lang.String;
i mean is't the java.lang package included automatically in all java file?
so wads the point of adding that in?
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
This would be funny when framing somebody that flirting with somebody.. Or afk....
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Doesn't work. :(
I put in CommandProcessor. Compiled, no errors. Then I build Main Project. Move the new .jar to my odinms dist folder. And started up server. It is always
"command !sex not found"
Any help?
Edit: I get errors now.
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Quote:
Originally Posted by
alex_soh
do u really nid to add this?
Code:
import java.lang.String;
i mean is't the java.lang package included automatically in all java file?
so wads the point of adding that in?
java.lang is only included if you import it, and my CommandProcessor didn't have it imported, so I needed to add it. I don't know if newer repacks already have it included, but mine didn't, so I told people to do it. If you're a programmer and know that you don't need it in your CommandProcessor, then you can leave it out.
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Quote:
Originally Posted by
Moofhead
Doesn't work. :(
I put in CommandProcessor. Compiled, no errors. Then I build Main Project. Move the new .jar to my odinms dist folder. And started up server. It is always
"command !sex not found"
Any help?
Edit: I get errors now.
Make sure you put it in the right place and make sure you compiled and copied the new source over properly.
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Quote:
Originally Posted by
Sathon
Make sure you put it in the right place and make sure you compiled and copied the new source over properly.
Where is the right place? :O
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Quote:
Originally Posted by
Moofhead
Where is the right place? :O
Where the other commands are?
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Also put the odinms.jar in the java files.
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
Its better to do it when they are afk. Otherwise ppl would catch on pretty quick.
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
OMIGOD thanks!!!111!!!!11!
I could use this to lag the shit out of my server >.<
Re: [Release] Avatar Smega Command (Let's you make other people smega!)
I get this error when i compile...
init:
deps-jar:
Compiling 307 source files to C:\Program Files\MySQL\build\classes
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: illegal start of type
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: ';' expected
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: illegal start of type
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: ']' expected
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: illegal start of type
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: <identifier> expected
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: ';' expected
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: illegal start of type
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: <identifier> expected
} else if (splitted[0].equals("!mega")
C:\Program Files\MySQL\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1612: ';' expected
} else if (splitted[0].equals("!mega")
10 errors
BUILD FAILED (total time: 0 seconds)Any help please?
Re: [Release] Avatar Smega Command (Let's you make other people smega!)