Re: [Release] OdinMS rev947 RE-pack Limited Edition
xXMaxxyXx repack is actualy litle better because of the commands ;) like !online , !shop etc
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Quote:
Originally Posted by
frantier123
Er...Repack 947.4 is by me inOdin/
I know i was using this but then this came :
the new one on Rangezone came ... and that has so many Commands ;)
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Re: [Release] OdinMS rev947 RE-pack Limited Edition
I will be repacking again and its from Rev947.4, so I will call it Repack 947.5. So, is there any errors encounter in this repack? I will oso use this repack coz adding some reactors.
Re: [Release] OdinMS rev947 RE-pack Limited Edition
There's no npc for letting me buy cash item >_<
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Quote:
Originally Posted by
Jayson
There's no npc for letting me buy cash item >_<
use de script which makes Coco selling NX Items.
This post: http://forum.ragezone.com/showthread.php?t=401794
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Quote:
Originally Posted by
frantier123
hey can you help me with my errors please? i used your repack and then changed to this by replacing the files....
Code:
init:
deps-jar:
Compiling 31 source files to C:\OdinMSMOD\build\classes
C:\OdinMS\src\net\sf\odinms\client\MapleCharacter.java:2205: cannot find symbol
symbol : method setGuildId(int)
location: class net.sf.odinms.net.world.guild.MapleGuildCharacter
mgc.setGuildId(guildid);
^
C:\OdinMS\src\net\sf\odinms\net\channel\handler\SkillBookHandler.java:66: cannot find symbol
symbol : method getSkillStats(int,int)
location: class net.sf.odinms.server.MapleItemInformationProvider
Map<String, Integer> skilldata = ii.getSkillStats(toUse.getItemId(), c.getPlayer().getJob().getId());
^
C:\OdinMS\src\net\sf\odinms\scripting\AbstractPlayerInteraction.java:183: cannot find symbol
symbol : method getPortalState()
location: interface net.sf.odinms.server.MaplePortal
if(c.getPlayer().getMap().getPortal(curPortal).getPortalState())
C:\OdinMS\src\net\sf\odinms\scripting\reactor\ReactorActionManager.java:187: cannot find symbol
symbol : variable CLOSE
location: interface net.sf.odinms.server.MaplePortal
getClient().getChannelServer().getMapFactory().getMap(mapid).getPortal(pName).setPortalState(MaplePortal.CLOSE);
C:\OdinMS\src\net\sf\odinms\scripting\reactor\ReactorActionManager.java:192: cannot find symbol
symbol : variable OPEN
location: interface net.sf.odinms.server.MaplePortal
getClient().getChannelServer().getMapFactory().getMap(mapid).getPortal(pName).setPortalState(MaplePortal.OPEN);
C:\OdinMS\src\net\sf\odinms\server\maps\BossMapMonitor.java:44: cannot find symbol
symbol : variable OPEN
location: class net.sf.odinms.server.maps.MapleMapPortal
portal.setPortalState(MapleMapPortal.OPEN);
C:\OdinMS\src\net\sf\odinms\server\maps\MapleGenericPortal.java:46: cannot find symbol
symbol : variable OPEN
location: class net.sf.odinms.server.maps.MapleGenericPortal
portalState=OPEN;
C:\OdinMS\src\net\sf\odinms\server\maps\SBossMapMonitor.java:111: cannot find symbol
symbol : variable OPEN
location: class net.sf.odinms.server.maps.MapleMapPortal
portal.setPortalState(MapleMapPortal.OPEN);
8 errors
BUILD FAILED (total time: 3 seconds)
Re: [Release] OdinMS rev947 RE-pack Limited Edition
I did it but still the same
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Quote:
Originally Posted by
moshik12
here is the download for making cody max all 4th job skills:
Attachment 54496
just extract it and copy that file to the next folder:
947 REpack limited Edition\scripts\npc
and thats it! no need compiling
=]
have fun!
btw i have beholder working on my server...
why does it matter?
o.o
its weird that people has this repack but not beholder working...
thats odd..
After I extract this then coco not selling NX item anymore ...
How?
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Quote:
Originally Posted by
darkfuryex
hey can you help me with my errors please? i used your repack and then changed to this by replacing the files....
Code:
init:
deps-jar:
Compiling 31 source files to C:\OdinMSMOD\build\classes
C:\OdinMS\src\net\sf\odinms\client\MapleCharacter.java:2205: cannot find symbol
symbol : method setGuildId(int)
location: class net.sf.odinms.net.world.guild.MapleGuildCharacter
mgc.setGuildId(guildid);
^
C:\OdinMS\src\net\sf\odinms\net\channel\handler\SkillBookHandler.java:66: cannot find symbol
symbol : method getSkillStats(int,int)
location: class net.sf.odinms.server.MapleItemInformationProvider
Map<String, Integer> skilldata = ii.getSkillStats(toUse.getItemId(), c.getPlayer().getJob().getId());
^
C:\OdinMS\src\net\sf\odinms\scripting\AbstractPlayerInteraction.java:183: cannot find symbol
symbol : method getPortalState()
location: interface net.sf.odinms.server.MaplePortal
if(c.getPlayer().getMap().getPortal(curPortal).getPortalState())
C:\OdinMS\src\net\sf\odinms\scripting\reactor\ReactorActionManager.java:187: cannot find symbol
symbol : variable CLOSE
location: interface net.sf.odinms.server.MaplePortal
getClient().getChannelServer().getMapFactory().getMap(mapid).getPortal(pName).setPortalState(MaplePortal.CLOSE);
C:\OdinMS\src\net\sf\odinms\scripting\reactor\ReactorActionManager.java:192: cannot find symbol
symbol : variable OPEN
location: interface net.sf.odinms.server.MaplePortal
getClient().getChannelServer().getMapFactory().getMap(mapid).getPortal(pName).setPortalState(MaplePortal.OPEN);
C:\OdinMS\src\net\sf\odinms\server\maps\BossMapMonitor.java:44: cannot find symbol
symbol : variable OPEN
location: class net.sf.odinms.server.maps.MapleMapPortal
portal.setPortalState(MapleMapPortal.OPEN);
C:\OdinMS\src\net\sf\odinms\server\maps\MapleGenericPortal.java:46: cannot find symbol
symbol : variable OPEN
location: class net.sf.odinms.server.maps.MapleGenericPortal
portalState=OPEN;
C:\OdinMS\src\net\sf\odinms\server\maps\SBossMapMonitor.java:111: cannot find symbol
symbol : variable OPEN
location: class net.sf.odinms.server.maps.MapleMapPortal
portal.setPortalState(MapleMapPortal.OPEN);
8 errors
BUILD FAILED (total time: 3 seconds)
Er, wad is this? I mean, wad u use to make it lyke dat?
Re: [Release] OdinMS rev947 RE-pack Limited Edition
guys how to make a register website for odinMS , i got this problem in odinms the gm command not working and how to change the job to SuperGM?
Re: [Release] OdinMS rev947 RE-pack Limited Edition
hmm what im wondering is how to get beholder to work
Re: [Release] OdinMS rev947 RE-pack Limited Edition
wth =.= you guys started a new database for what =.= you could have used your old one ;D
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Releasing my Repack....hohoho...stay
Re: [Release] OdinMS rev947 RE-pack Limited Edition
Quote:
Originally Posted by
junming
guys how to make a register website for odinMS , i got this problem in odinms the gm command not working and how to change the job to SuperGM?
use v.Site ;D
search vsite on ragezone . thats the easiest reg site to set up