-
Maxxy's Repack v3 [OdinMS Source] [v5 Coming Soon]
This one has everything she said. (Sorry if your a dude, It looks like your a girl by your avatar ><)
It's my own Server, But it's a repack lol. :juggle:
Rapidshare Link -
http://rapidshare.com/files/11993311...epack.rar.html
Mediafire Link -
http://www.mediafire.com/?yohyb9gogb3
Sendspace link -
http://www.sendspace.com/file/8e7rx6 (Recommended)
woainioh's repack will be much better though. ^-^
(Also has Hurricane Fix)
(Working on v2)
It has Opening and Closing doors to zakum, and pap,
Portal Fixed,
Boats, Ships, Trains working. (Not exactly Trains)
Style NPCs Working,
Spinel, Multi-Purpose NPC,
Piercing Arrow Fixed,
KerningPQ Implemented,
Reactors for Pap and Zakum added,
HT's reactors works.
GMs logging on won't be in hide, But will be in haste.
Much More...
It's my first release, Don't expect much to work... =\
BBS is disabled,
To enable, find net.sf.odinms.net.world.guild.MapleGuild.java.
Then search for
Code:
public static boolean bEnableBBS = false;
Change false to true and then compile.
Maxxy's Repack v2
Rapidshare -
http://rapidshare.com/files/11994299...ck_v2.rar.html
Mediafire -
http://www.mediafire.com/?3hjd3r9j5vy
Sendspace - [Recommended]
http://www.sendspace.com/file/0r5xbg
Added
KPQV3 [Getting on v4 soon.]
NPC Animation
Maxxy's Repack v3
Rapidshare -
http://rapidshare.com/files/11995598...ck_v3.rar.html
Mediafire -
http://www.mediafire.com/?0thsyntzijx
Sendspace - [Recommended]
http://www.sendspace.com/file/0z00rj
Added
All scrolls work for GMs - Credits to Cuumquat for Idea :D
Maxxy's Repack v5 Coming in 1-2 Days, With brand new source compiled with everything that's out there.
Maxxy's Repack v5 Commands,
Updating Commands.
If you are setting up a website for odinms, go ahead and execute this command.
Code:
ALTER TABLE `accounts` MODIFY COLUMN `banreason` TEXT NULL DEFAULT NULL;
ALTER TABLE `accounts` MODIFY COLUMN `macs` TINYTEXT NULL DEFAULT NULL;
Here is how I replaced GM hide, with GM haste,
Go to net.sf.odinms.net.channel.handler.PlayerLoggedinHandler in your compiler,
Then search for,
Code:
if (player.isGM()) {
// need to be hidden before being on the map o.o
SkillFactory.getSkill(5101004).getEffect(1).applyTo(player);
}
Either remove that, Or edit 5101004 to 5101001 for Haste.
Post some ideas in the thread, that I might put into the repack.
Problem Fixes
Q - None of my maps work, Neither taxi works, When I summon a Monster, I D/C!
A - Put in v.54 mobs.wz, not v.55 mobs.wz in the wz folder.
-
Re: [Release] Maxxy's Repack [OdinMS Source]
:P i like it how you said
Quote:
woainioh's repack will be much better though. ^-^
No offence but i think that is true :D
But thanks for releasing ;3
-
Re: [Release] Maxxy's Repack [OdinMS Source]
When you compile it doesn't work x]
Errors:
init:
deps-clean:
Deleting directory C:\Documents and Settings\kidsadmin\JavaProject12\build
clean:
init:
deps-jar:
Created dir: C:\Documents and Settings\kidsadmin\JavaProject12\build\classes
Compiling 291 source files to C:\Documents and Settings\kidsadmin\JavaProject12\build\classes
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\CharacterIdChannelPair.java:33: duplicate class: net.sf.odinms.net.world.CharacterIdChannelPair
public class CharacterIdChannelPair implements Externalizable {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\MapleParty.java:30: duplicate class: net.sf.odinms.net.world.MapleParty
public class MapleParty implements Serializable {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\MaplePartyCharacter.java:29: duplicate class: net.sf.odinms.net.world.MaplePartyCharacter
public class MaplePartyCharacter implements Serializable {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\PartyOperation.java:24: duplicate class: net.sf.odinms.net.world.PartyOperation
public enum PartyOperation {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\WorldChannelInterfaceImpl.java:61: duplicate class: net.sf.odinms.net.world.WorldChannelInterfaceImpl
public class WorldChannelInterfaceImpl extends UnicastRemoteObject implements WorldChannelInterface {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\WorldLoginInterfaceImpl.java:43: duplicate class: net.sf.odinms.net.world.WorldLoginInterfaceImpl
public class WorldLoginInterfaceImpl extends UnicastRemoteObject implements WorldLoginInterface {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\WorldRegistryImpl.java:68: duplicate class: net.sf.odinms.net.world.WorldRegistryImpl
public class WorldRegistryImpl extends UnicastRemoteObject implements WorldRegistry {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms\net\world\WorldServer.java:48: duplicate class: net.sf.odinms.net.world.WorldServer
public class WorldServer {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\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:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\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.
8 errors
2 warnings
BUILD FAILED (total time: 3 seconds)
-
Re: [Release] Maxxy's Repack [OdinMS Source]
There are duplicates in those files, What did you add?
-
Re: [Release] Maxxy's Repack [OdinMS Source]
-
Re: [Release] Maxxy's Repack [OdinMS Source]
I'm having a little trouble with the npc though, Doesen't seem she works, But I will update the post if I have it working.
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Lol, why did you release when it's not stable? :P Anyways, atleast you are helping others ;3
-
Re: [Release] Maxxy's Repack [OdinMS Source]
guild, KPQ works o.O? gm chat? clock?
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Guild surely work, coz she actually use my repack =,= Anyway, good jub :D So does ur KPQ work? o0
-
Re: [Release] Maxxy's Repack [OdinMS Source]
What do you mean frantier? I got my source straight off svn.
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Quote:
Originally Posted by
xXMaxxyXx
What do you mean frantier? I got my source straight off svn.
o-o I just download yours and test compiling doesn't work o-o and got those errors D:. Mind helping?
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Add jj63us2002@hotmail.com to your MSN, or I can't help you otherwise.
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Code:
init:
deps-clean:
Deleting directory C:\Documents and Settings\kidsadmin\JavaProject12\build
clean:
init:
deps-jar:
Created dir: C:\Documents and Settings\kidsadmin\JavaProject12\build\classes
Compiling 291 source files to C:\Documents and Settings\kidsadmin\JavaProject12\build\classes
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\CharacterIdChannelPair.java:33: duplicate class: net.sf.odinms.net.world.CharacterIdChannelPair
public class CharacterIdChannelPair implements Externalizable {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\MapleParty.java:30: duplicate class: net.sf.odinms.net.world.MapleParty
public class MapleParty implements Serializable {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\MaplePartyCharacter.java:29: duplicate class: net.sf.odinms.net.world.MaplePartyCharacter
public class MaplePartyCharacter implements Serializable {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\PartyOperation.java:24: duplicate class: net.sf.odinms.net.world.PartyOperation
public enum PartyOperation {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\WorldChannelInterfaceImpl.java:61: duplicate class: net.sf.odinms.net.world.WorldChannelInterfaceImpl
public class WorldChannelInterfaceImpl extends UnicastRemoteObject implements WorldChannelInterface {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\WorldLoginInterfaceImpl.java:43: duplicate class: net.sf.odinms.net.world.WorldLoginInterfaceImpl
public class WorldLoginInterfaceImpl extends UnicastRemoteObject implements WorldLoginInterface {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\WorldRegistryImpl.java:68: duplicate class: net.sf.odinms.net.world.WorldRegistryImpl
public class WorldRegistryImpl extends UnicastRemoteObject implements WorldRegistry {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\src\net\sf\odinms \net\world\WorldServer.java duplicate class: net.sf.odinms.net.world.WorldServer
public class WorldServer {
C:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\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:\Documents and Settings\kidsadmin\Desktop\Copy of DemonMS\v.55Server\net.sf.odinms\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(PNGImageRead erSpi.class);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors
2 warnings
BUILD FAILED (total time: 3 seconds)
As you can see, it says "Douplicate" in it. Obviously you have a Copy or double of it somewhere. Try deleting the duplicate then re-compile.
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Wad error u gt? I mayb c help u?
-
Re: [Release] Maxxy's Repack [OdinMS Source]
It's just a duplicate error, He should delete the duplicates. :P
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Quote:
Originally Posted by
xXMaxxyXx
What do you mean frantier? I got my source straight off svn.
PS. I m nt flaming u. I m trying to sae dat y r good at it. I tink u misunderstood me. PSPS XD
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Quote:
It's just a duplicate error, He should delete the duplicates. :P
I already said that :P
-
Re: [Release] Maxxy's Repack [OdinMS Source]
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Eh, cn any1 test de kerning pq? Does it work o0?
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Lol, Didn't see the post there. xD
-
Re: [Release] Maxxy's Repack [OdinMS Source]
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Off Topic Post -
Cuumquat's answer to DeathEx's Problem, Then I answered it.
-
Re: [Release] Maxxy's Repack [OdinMS Source]
frantier, do not double post, it's an offence and can get an infraction :P i can tell u from experience. :/
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Quote:
Originally Posted by
Cuumquat
:P i like it how you said
No offence but i think that is true :D
But thanks for releasing ;3
WE Love Woainioh Repack,Woainioh 加油哦~
-
Re: [Release] Maxxy's Repack [OdinMS Source]
Well whatever "加油哦" means, yes... O.o?
@kelvin
That was such an OffTopic post