Re: ToyFork(A new maplestory source)
ToyFork, Rigged stop this madness!
no, please don't . . . continue.
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
Legacy
ToyFork, Rigged stop this madness!
no, please don't . . . continue.
dude i luv maplestory wat can i say
Re: ToyFork(A new maplestory source)
god, 2 infractions.
<3ch1nkayy.
OT:
good rls u pro.
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
Rigged
Oooo, yeah, Auto Register... Totally cool.
it doesnt solve the not a registered id problem either.
I checked the source and auto register isnt added properly shows me an error in loginpasswordhandler.java
EDIT:
Fixed
you didnt add the autoregister.java to the client folder :D
Re: ToyFork(A new maplestory source)
Re: ToyFork(A new maplestory source)
Got this error when compiling :
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:5: cannot find symbol
symbol : class AutoRegister
location: package net.sf.odinms.client
import net.sf.odinms.client.AutoRegister;
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:30: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
if (AutoRegister.getAccountExists(login) != false) {
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:32: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
} else if (AutoRegister.autoRegister != false && (!ipBan || !macBan)) {
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:33: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
AutoRegister.createAccount(login, pwd, c.getSession().getRemoteAddress().toString());
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:34: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
if (AutoRegister.success != false) {
5 errors
C:\Documents and Settings\Omar\Desktop\ToyStory build\nbproject\build-impl.xml:356: The following error occurred while executing this line:
C:\Documents and Settings\Omar\Desktop\ToyStory build\nbproject\build-impl.xml:165: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 9 seconds)
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
Xamor
Got this error when compiling :
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:5: cannot find symbol
symbol : class AutoRegister
location: package net.sf.odinms.client
import net.sf.odinms.client.AutoRegister;
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:30: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
if (AutoRegister.getAccountExists(login) != false) {
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:32: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
} else if (AutoRegister.autoRegister != false && (!ipBan || !macBan)) {
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:33: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
AutoRegister.createAccount(login, pwd, c.getSession().getRemoteAddress().toString());
C:\Documents and Settings\Omar\Desktop\ToyStory\src\net\sf\odinms\net\login\handler\LoginPasswordHandler.java:34: cannot find symbol
symbol : variable AutoRegister
location: class net.sf.odinms.net.login.handler.LoginPasswordHandler
if (AutoRegister.success != false) {
5 errors
C:\Documents and Settings\Omar\Desktop\ToyStory build\nbproject\build-impl.xml:356: The following error occurred while executing this line:
C:\Documents and Settings\Omar\Desktop\ToyStory build\nbproject\build-impl.xml:165: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 9 seconds)
Fix it yourself.
We aren't your slaves.
Re: ToyFork(A new maplestory source)
It's wierd how i get no compile errors but you people do O_o
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
LameJacob
Fix it yourself.
We aren't your slaves.
Jacob stop being a jackass
Some people dont know how to fix these errors -.-
And we can learn from this stuff
But apparently your too lazy to help anyone
Re: ToyFork(A new maplestory source)
Whoops, missed AutoRegister.java. Added it in.
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
ToyFork
Whoops, missed AutoRegister.java. Added it in.
I already did that and after i get this error trying to login
http://img156.imageshack.us/img156/9...tmapimageg.png
Re: ToyFork(A new maplestory source)
how did you fixed the ring effect(tell me at least the java file you edited to fix it)
i'll help you with another things if you want
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
shlomivman
how did you fixed the ring effect(tell me at least the java file you edited to fix it)
he released the source already ... isnt that enough ?
Re: ToyFork(A new maplestory source)
Quote:
Originally Posted by
ToyFork
Whoops, missed AutoRegister.java. Added it in.
So I gotta dl again?
Re: ToyFork(A new maplestory source)