Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tools] Compiling with NetBeans [Odin]

Initiate Mage
Joined
Jun 26, 2008
Messages
2
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

i did that but i still doesnt work.
 
Experienced Elementalist
Joined
Apr 3, 2008
Messages
262
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

ty it worked!
 
Newbie Spellweaver
Joined
Jun 17, 2008
Messages
16
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

for step 6.

you mean the folder is inside the dist folder? It is called lib for my case. so i paste the odinms in there?
 
Master Summoner
Loyal Member
Joined
Apr 27, 2008
Messages
596
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

How Come I don't get any errors when I build the "src" file? You said I should be getting 100 errors, I get " Build Successful " and 1 warning.
 
Skilled Illusionist
Joined
Jun 20, 2008
Messages
355
Reaction score
1
Re: [Guide] Compiling with NetBeans [Odin]

Nice guide innovative A+ x].
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
11
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

How Come I don't get any errors when I build the "src" file? You said I should be getting 100 errors, I get " Build Successful " and 1 warning.

lol means succesful d lah, u wan error iszit -_______-
 
Newbie Spellweaver
Joined
Jun 13, 2008
Messages
44
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

How Come I don't get any errors when I build the "src" file? You said I should be getting 100 errors, I get " Build Successful " and 1 warning.

lol means succesful d lah, u wan error iszit -_______-

Another way of saying it is your odinms.jar is already compilied by the person who release the source.
 
Newbie Spellweaver
Joined
Jun 13, 2008
Messages
44
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

i think Ragezone should Sticky this post, some people can't use the search function.
 
Newbie Spellweaver
Joined
Jun 13, 2008
Messages
44
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

I got that error too. Open up MaplePacketCreator.java and remove the '.'at the beginning before the /*.

EDIT: Well now when I do it, I still get 100 errors after adding the .jars to the Libraries folder.

nice, ty.
 
Newbie Spellweaver
Joined
Jan 4, 2007
Messages
70
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

Good guide helped me alot :D
 
Junior Spellweaver
Joined
Jun 20, 2008
Messages
189
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

yeah U should make a youtube video Makes It easier For all of us understanding ;D
Well Nice And great Job ;D
 
Newbie Spellweaver
Joined
Aug 26, 2007
Messages
57
Reaction score
1
Re: [Guide] Compiling with NetBeans [Odin]

init:
deps-jar:
Compiling 294 source files to C:\Users\Rasaeru\Desktop\Server Stuff\NubStory Repack 0.4\build\classes
C:\Users\Rasaeru\Desktop\Server Stuff\NubStory Repack 0.4\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\Rasaeru\Desktop\Server Stuff\NubStory Repack 0.4\src\net\sf\odinms\net\channel\handler\ScrollHandler.java:97: scrollEquipWithId(net.sf.odinms.client.IItem,int,boolean) in net.sf.odinms.server.MapleItemInformationProvider cannot be applied to (net.sf.odinms.client.IEquip,int,boolean,boolean)
IEquip scrolled = (IEquip) ii.scrollEquipWithId(toScroll, scroll.getItemId(),checkIfGM, whiteScroll);
^
C:\Users\Rasaeru\Desktop\Server Stuff\NubStory Repack 0.4\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);
^
1 error
2 warnings
BUILD FAILED (total time: 3 seconds)
I get this:
 
Initiate Mage
Joined
Jun 21, 2008
Messages
3
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

i cant find the java folder.

i tried reinstalling.
 
Junior Spellweaver
Joined
Jun 20, 2008
Messages
189
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

Does This WOrk For sean repacks?
 
Experienced Elementalist
Joined
Jun 6, 2008
Messages
242
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

init:
deps-jar:
Compiling 301 source files to C:\Downloads\SeanPack V.5.9 Beta\build\classes
C:\Downloads\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\server\maps\MapleMap.java:1: illegal character: \65279
?/*
1 error
BUILD FAILED (total time: 3 seconds)

how to fix this i remove the /*. le.
anyone please help with this
 
Newbie Spellweaver
Joined
Jun 20, 2008
Messages
6
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

What IS compiling anyways? >.< I've never heard of it...
 
Newbie Spellweaver
Joined
Jun 22, 2008
Messages
17
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

I've run into my own issue here, haven't even gotten to the compiling part. I'm at the step where it says to "Click "Add" in the "Source Package Folders" section and locate your "src" directory within your server files." The problem I'm getting is when I choose the src folder, it gives me a message saying "Package Folder Already Used in Project." I was told to reboot my computer, but I'm running this on a VPS so I don't see how'd that help.
 
Newbie Spellweaver
Joined
Apr 20, 2008
Messages
40
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

Thanks for the guide ! It works great for me.
 
Experienced Elementalist
Joined
Jun 6, 2008
Messages
242
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

init:
deps-jar:
Compiling 301 source files to C:\Downloads\SeanPack V.5.9 Beta\build\classes
C:\Downloads\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\server\maps\MapleMap.java: 1: illegal character: \65279
?/*
1 error
BUILD FAILED (total time: 3 seconds)

how to fix this?
anyone please help mi fix it.
thanks alot :D
 
Newbie Spellweaver
Joined
Feb 16, 2007
Messages
11
Reaction score
0
Re: [Guide] Compiling with NetBeans [Odin]

I have done everything correct im using seanrepack 5.9 iv chnaged all the files compiled with 0 errors replaced old odinms.jar but it shows seanrepack 5.8 and im not using using that it shows in the header and event message both have been changed for somereason can somone help me out
 
Back
Top