-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Damn it, not im getting 33 errors while compiling the new folder, WTF!?
GAHHHHHHHHHHHH!
This is annoying...
PHP Code:
init:
deps-jar:
Warning: net\sf\odinms\client\MapleCharacter.java modified in the future.
Warning: net\sf\odinms\net\channel\MaplePvp.java modified in the future.
Warning: net\sf\odinms\net\channel\handler\AbstractDealDamageHandler.java modified in the future.
Warning: net\sf\odinms\server\maps\MapleMap.java modified in the future.
Compiling 7 source files to C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\build\classes
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:367: cannot find symbol
symbol : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
Item item = new Item(rs.getInt("itemid"), (byte) rs.getInt("position"), (short) rs.getInt("quantity"), rs.getInt("petid"));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:639: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
ps.setInt(2, getPet().getLevel()); // Set Level
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:640: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
ps.setInt(3, getPet().getCloseness()); // Set Closeness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:641: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
ps.setInt(4, getPet().getFullness()); // Set Fullness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:642: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
ps.setInt(5, getPet().getUniqueId()); // Set ID
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:668: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
ps.setInt(7, item.getPetId());
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:932: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
int newFullness = getPet().getFullness() - decrease;
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:934: cannot find symbol
symbol : method setFullness(int)
location: class net.sf.odinms.client.MaplePet
getPet().setFullness(15);
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:938: cannot find symbol
symbol : method setFullness(int)
location: class net.sf.odinms.client.MaplePet
getPet().setFullness(newFullness);
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:521: cannot find symbol
symbol : method addById(net.sf.odinms.client.MapleClient,int,short,java.lang.String,java.lang.String,int)
location: class net.sf.odinms.server.MapleInventoryManipulator
MapleInventoryManipulator.addById(c, Integer.parseInt(splitted[1]), quantity, c.getPlayer().getName() +
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:908: cannot find symbol
symbol : variable PET
location: class net.sf.odinms.client.MapleStat
stats.add(new Pair<MapleStat, Integer>(MapleStat.PET, Integer.valueOf(c.getPlayer().getPet().getUniqueId())));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:908: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
stats.add(new Pair<MapleStat, Integer>(MapleStat.PET, Integer.valueOf(c.getPlayer().getPet().getUniqueId())));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1023: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
MaplePet pet = MaplePet.loadFromDb(item.getItemId(), item.getPosition(), item.getPetId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1026: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
mplew.writeInt(item.getPetId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1036: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
mplew.write(pet.getLevel());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1037: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
mplew.writeShort(pet.getCloseness());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1038: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
mplew.write(pet.getFullness());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2394: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
mplew.write(chr.getPet().getUniqueId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2398: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
mplew.write(chr.getPet().getLevel()); // pet level
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2400: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
mplew.writeShort(chr.getPet().getCloseness()); // pet closeness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2402: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
mplew.write(chr.getPet().getFullness()); // pet fullness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4157: cannot find symbol
symbol : variable SPAWN_PET
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.SPAWN_PET.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4169: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
mplew.writeInt(pet.getUniqueId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4185: cannot find symbol
symbol : variable MOVE_PET
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.MOVE_PET.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4198: cannot find symbol
symbol : variable PET_CHAT
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_CHAT.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4211: cannot find symbol
symbol : variable PET_COMMAND
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_COMMAND.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4242: cannot find symbol
symbol : variable PET_NAMECHANGE
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_NAMECHANGE.getValue());
^
31 errors
BUILD FAILED (total time: 2 seconds)
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
RaptorJesuss
Damn it, not im getting 33 errors while compiling the new folder, WTF!?
GAHHHHHHHHHHHH!
This is annoying...
PHP Code:
init:
deps-jar:
Warning: net\sf\odinms\client\MapleCharacter.java modified in the future.
Warning: net\sf\odinms\net\channel\MaplePvp.java modified in the future.
Warning: net\sf\odinms\net\channel\handler\AbstractDealDamageHandler.java modified in the future.
Warning: net\sf\odinms\server\maps\MapleMap.java modified in the future.
Compiling 7 source files to C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\build\classes
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:367: cannot find symbol
symbol : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
Item item = new Item(rs.getInt("itemid"), (byte) rs.getInt("position"), (short) rs.getInt("quantity"), rs.getInt("petid"));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:639: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
ps.setInt(2, getPet().getLevel()); // Set Level
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:640: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
ps.setInt(3, getPet().getCloseness()); // Set Closeness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:641: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
ps.setInt(4, getPet().getFullness()); // Set Fullness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:642: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
ps.setInt(5, getPet().getUniqueId()); // Set ID
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:668: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
ps.setInt(7, item.getPetId());
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:932: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
int newFullness = getPet().getFullness() - decrease;
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:934: cannot find symbol
symbol : method setFullness(int)
location: class net.sf.odinms.client.MaplePet
getPet().setFullness(15);
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:938: cannot find symbol
symbol : method setFullness(int)
location: class net.sf.odinms.client.MaplePet
getPet().setFullness(newFullness);
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:939: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
getClient().getSession().write(MaplePacketCreator.updatePet(getPet().getPosition(), getPet().getItemId(), getPet().getUniqueId(), getPet().getName(), getPet().getLevel(), getPet().getCloseness(), getPet().getFullness(), true));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:521: cannot find symbol
symbol : method addById(net.sf.odinms.client.MapleClient,int,short,java.lang.String,java.lang.String,int)
location: class net.sf.odinms.server.MapleInventoryManipulator
MapleInventoryManipulator.addById(c, Integer.parseInt(splitted[1]), quantity, c.getPlayer().getName() +
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:908: cannot find symbol
symbol : variable PET
location: class net.sf.odinms.client.MapleStat
stats.add(new Pair<MapleStat, Integer>(MapleStat.PET, Integer.valueOf(c.getPlayer().getPet().getUniqueId())));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:908: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
stats.add(new Pair<MapleStat, Integer>(MapleStat.PET, Integer.valueOf(c.getPlayer().getPet().getUniqueId())));
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1023: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
MaplePet pet = MaplePet.loadFromDb(item.getItemId(), item.getPosition(), item.getPetId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1026: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
mplew.writeInt(item.getPetId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1036: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
mplew.write(pet.getLevel());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1037: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
mplew.writeShort(pet.getCloseness());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:1038: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
mplew.write(pet.getFullness());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2394: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
mplew.write(chr.getPet().getUniqueId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2398: cannot find symbol
symbol : method getLevel()
location: class net.sf.odinms.client.MaplePet
mplew.write(chr.getPet().getLevel()); // pet level
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2400: cannot find symbol
symbol : method getCloseness()
location: class net.sf.odinms.client.MaplePet
mplew.writeShort(chr.getPet().getCloseness()); // pet closeness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2402: cannot find symbol
symbol : method getFullness()
location: class net.sf.odinms.client.MaplePet
mplew.write(chr.getPet().getFullness()); // pet fullness
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4157: cannot find symbol
symbol : variable SPAWN_PET
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.SPAWN_PET.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4169: cannot find symbol
symbol : method getUniqueId()
location: class net.sf.odinms.client.MaplePet
mplew.writeInt(pet.getUniqueId());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4185: cannot find symbol
symbol : variable MOVE_PET
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.MOVE_PET.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4198: cannot find symbol
symbol : variable PET_CHAT
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_CHAT.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4211: cannot find symbol
symbol : variable PET_COMMAND
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_COMMAND.getValue());
^
C:\Documents and Settings\Darion\Desktop\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4242: cannot find symbol
symbol : variable PET_NAMECHANGE
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_NAMECHANGE.getValue());
^
31 errors
BUILD FAILED (total time: 2 seconds)
Are you sure you copied over the files? Because the ones I have contain those functions/constructors/opcode definitions.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
magicalimp
Are you sure you copied over the files? Because the ones I have contain those functions/constructors/opcode definitions.
I swear, all i did was change the scrolling server message...thats it
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
RaptorJesuss
I swear, all i did was change the scrolling server message...thats it
Hmm. Try copying the files mentioned in there one by one and make sure it replaces and that the sizes are different.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
I added in my old !commands and got this. Anyone know how to fix it? It was all working fine before. I just wanted some of my old features back in. ><
Quote:
init:
deps-jar:
Compiling 1 source file to C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\build\classes
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:48: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
private static boolean isMeleeAttack(AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:72: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
private static boolean isRangeAttack(AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:111: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
private static boolean isAoeAttack(AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:144: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
private static void getDirection(AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:157: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
private static void DamageBalancer(AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:212: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
private static void monsterBomb(MapleCharacter player, MapleCharacter attackedPlayers, MapleMap map, AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:285: net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.AttackInfo has protected access in net.sf.odinms.net.channel.handler.AbstractDealDamageHandler
public static void doPvP(MapleCharacter player, MapleMap map, AbstractDealDamageHandler.AttackInfo attack) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:268: cannot find symbol
symbol : method getPvpKills()
location: class net.sf.odinms.client.MapleCharacter
if (player.getPvpKills() * .25 >= player.getPvpDeaths()) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:268: cannot find symbol
symbol : method getPvpDeaths()
location: class net.sf.odinms.client.MapleCharacter
if (player.getPvpKills() * .25 >= player.getPvpDeaths()) {
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:278: cannot find symbol
symbol : method gainPvpKill()
location: class net.sf.odinms.client.MapleCharacter
player.gainPvpKill();
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:280: cannot find symbol
symbol : method gainPvpDeath()
location: class net.sf.odinms.client.MapleCharacter
attackedPlayers.gainPvpDeath();
C:\Documents and Settings\Stylez\Desktop\TFMSv3.1\TriForceSource V.3.1\src\net\sf\odinms\net\channel\MaplePvp.java:288: cannot find symbol
symbol : method getNearestPvpChar(java.awt.Point,int,int,java.util.Collection<net.sf.odinms.client.MapleCharacter>)
location: class net.sf.odinms.server.maps.MapleMap
for (MapleCharacter attackedPlayers : player.getMap().getNearestPvpChar(player.getPosition(), maxDis, maxHeight, Collections.unmodifiableCollection(player.getMap().getCharacters()))) {
12 errors
BUILD FAILED (total time: 1 second)
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Shadow26
I added in my old !commands and got this. Anyone know how to fix it? It was all working fine before. I just wanted some of my old features back in. ><
AttackInfo should not have protected access in AbstractDealDamageHandler.
Change:
Quote:
protected static class AttackInfo {
to
Quote:
public static class AttackInfo {
Add:
Quote:
public int getPvpKills() {
return pvpkills;
}
public int getPvpDeaths() {
return pvpdeaths;
}
public void gainPvpDeath() {
this.pvpdeaths += 1;
}
public void gainPvpKill() {
this.pvpkills += 1;
}
To MapleCharacter.java after
Quote:
public void setMap(MapleMap newmap) {
this.map = newmap;
}
Add:
Quote:
public Collection<MapleCharacter> getNearestPvpChar(Point attacker, double maxRange, double maxHeight, Collection<MapleCharacter> chr) {
Collection<MapleCharacter> character = new LinkedList<MapleCharacter>();
for (MapleCharacter a : characters) {
if (chr.contains(a.getClient().getPlayer())) {
Point attackedPlayer = a.getPosition();
MaplePortal Port = a.getMap().findClosestSpawnpoint(a.getPosition());
Point nearestPort = Port.getPosition();
double safeDis = attackedPlayer.distance(nearestPort);
double distanceX = attacker.distance(attackedPlayer.getX(), attackedPlayer.getY());
if(MaplePvp.isLeft) {
if (attacker.x > attackedPlayer.x && distanceX < maxRange && distanceX > 2 &&
attackedPlayer.y >= attacker.y - maxHeight && attackedPlayer.y <= attacker.y + maxHeight && safeDis > 2) {
character.add(a);
}
}
if(MaplePvp.isRight) {
if (attacker.x < attackedPlayer.x && distanceX < maxRange && distanceX > 2 &&
attackedPlayer.y >= attacker.y - maxHeight && attackedPlayer.y <= attacker.y + maxHeight && safeDis > 2) {
character.add(a);
}
}
}
}
return character;
}
To MapleMap.java after:
Quote:
public MapleMap(int mapid, int channel, int returnMapId, float monsterRate) {
this.mapid = mapid;
this.channel = channel;
this.returnMapId = returnMapId;
if (monsterRate > 0) {
this.monsterRate = monsterRate;
boolean greater1 = monsterRate > 1.0;
this.monsterRate = (float) Math.abs(1.0 - this.monsterRate);
this.monsterRate = this.monsterRate / 2.0f;
if (greater1) {
this.monsterRate = 1.0f + this.monsterRate;
} else {
this.monsterRate = 1.0f - this.monsterRate;
}
TimerManager.getInstance().register(new RespawnWorker(), 5001 + (int) (30.0 * Math.random()));
}
}
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
how to i run those codes in sql? do i need to paste them in the notepad and save it as something.sql and execute or there is other ways to do it? can any1 just teach me how to do it? i have been trying to understand this point for a very long time sorry i am really new in this. Just start to make my own server in about a week ago.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
and when I select my character I get error code 38 .
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
skylite
how to i run those codes in sql? do i need to paste them in the notepad and save it as something.sql and execute or there is other ways to do it? can any1 just teach me how to do it? i have been trying to understand this point for a very long time sorry i am really new in this. Just start to make my own server in about a week ago.
Do you have MySQL Query Browser?
If so, open it up, select OdinMS as your default Schema, then paste the MySQL code into the box at the top. Then hit execute.
If you don't have MySQL Query Browser, go ahead and save an SQL file and put it in the same folder as your mysql.exe file. Then in command prompt navigate to that folder and do:
mysql -e your_name.sql
or go into mysql, using admin account then do
source your_name.sql
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Thax u sooooooooooooooo much!#^#$&
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
magicalimp
Ok so your old OdinMS was overwritten?
Execute:
Again.
Then use !item 5000000 to get a pet.
Try double clicking it.
Err I did that but still not working. I'm using BalleMS Rev 3.2 btw (Based on SeanPack). Idk If that's the problem..
I did !item 5000000 and got a Brown Kitty but can't use it.
magicalimp can you explain me what's my problem ? Or add me to --> kiko_boca_92@hotmail.com please ? Thank you !
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
any one know why i keep getting stuck at teh log in screen with this repack? ?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
... i tryied it and no errors but when i get in i buy a pet but when i click on it it dosnt work
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
work ...
tnx u
but she didnt looting mesos or other items
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Very nice Repack Ty for release But Enternal just relased to lol
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
magicalimp
Do you have MySQL Query Browser?
If so, open it up, select OdinMS as your default Schema, then paste the MySQL code into the box at the top. Then hit execute.
If you don't have MySQL Query Browser, go ahead and save an SQL file and put it in the same folder as your mysql.exe file. Then in command prompt navigate to that folder and do:
mysql -e your_name.sql
or go into mysql, using admin account then do
source your_name.sql
thank you so much for ur help i have sql query browser so its not much problem for me... thx
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Whats the map ID for your PVP map?
Maybe you sohuld put that in your first post?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
I just wanted to say thank you magicalimp not only for releasing this but helping me with my compiling problem. You rock!
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
magicalimp
FM Channel 22, just edit the PVP_Map variable in MaplePvp.java
I cant find the PVP_Map variable.........
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
i got the same prob after using ur repack...double clicking still doesn't spawn pet out..i dunno wad's the prob -.-..magicalimp u wan to take a look? my msn is filaguy85@hotmail.com
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
i dont get it exactly u say complete fodler than u say reapply? i dont no what the heck ur talking about isnt this a basicaly pet/morph/pvp ready source? or do we have to add them ourselves -.-
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
First of all, do you have to COMPILE ? or just COPY ? I can't get pets working !
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Hi, this is my 1st post =P Awesome release working 100%, also i can see the dragon pets level up efect but now Vip Teleport Rocks are fucked up, any clue on how to solve this?.
Its the orange tiger in the database of the 0.55?
PD: sorry for my bad english ^^U
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
trancekyou how did u get urs to work? i can't get mine to work..double click on the pet doesn't seem to make my pet spawn at all
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
question does 5.9 work for .58 servers or am i going to have to wait for 6.0?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
i get my character to stuck. anyone know how to solve it?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
filaguy85
trancekyou how did u get urs to work? i can't get mine to work..double click on the pet doesn't seem to make my pet spawn at all
get it by !item command (if u replaced the magicalimp's commandproccesor.java with ur own then it wont work) and then fake/relog, dont go into CS with ur pet ON or u'll DC.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
anyone please help me my character stuck at the login page please help me thanks alot :D
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
zilan89
anyone please help me my character stuck at the login page please help me thanks alot :D
@zilan: Execute all the SQL's, you dont have does it now!
Works fine! :busted_co
How can I change the PVP map (FM 22) to full pvp in channel 1 or in channel 2? :)
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
my people cant but pets in cashshop than they dc and cant logg in anymore and it dont have multi pet :(
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
i am in fm 22 but how come when i try fighting a GM friend nothing hapens
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
OFFTOPIC: dannyK hacked RapleStory and I banned him but he bypassed mac/ip ban >:(
ONTOPIC: Uhh, When i type !item 5000015, nothing shows up in my invent and when I try to !drop 5000015, I pick it up and I dc. Any solutions ? :S
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
xxh4stexx
OFFTOPIC: dannyK hacked RapleStory and I banned him but he bypassed mac/ip ban >:(
ONTOPIC: Uhh, When i type !item 5000015, nothing shows up in my invent and when I try to !drop 5000015, I pick it up and I dc. Any solutions ? :S
ehh... you know theres more than 1 dannyk in this world?
edit: how come all my charecters are gone? they were there before i put on the pets and pvp =="
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
i try the files u provided and nothing just happen. when i double click on the pet there is nothing happening.. y? i nv use ur complete 1...
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
skylite
i try the files u provided and nothing just happen. when i double click on the pet there is nothing happening.. y? i nv use ur complete 1...
Did you add your pet using !drop or !item?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
no how do i do it? can u add it in ur first post so its more easy for ppl out there.
ok i tried it and when i pick the pet up i double click nth happen also.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
for people who cant get pvp to work go to src\net\sf\odinms\net\channel
theres a maplepvp.java there
make a folder named pvp and move it there and recompile
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
wat u mean by compile wat is compile can u explain to me
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
skylite
wat u mean by compile wat is compile can u explain to me
http://forum.ragezone.com/showthread.php?t=406097
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
This worked fine after download and all that -- But I edited some files and compiled, then I couldn't see any characters anymore at character select. Anyone know why?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Avenge
This worked fine after download and all that -- But I edited some files and compiled, then I couldn't see any characters anymore at character select. Anyone know why?
Are you sure you edited db.properties correctly? Usually that occurs when your password/other info is incorrect.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Iamok
Are you sure you edited db.properties correctly? Usually that occurs when your password/other info is incorrect.
Yes, I am quite sure.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Does this work for sean repack 5.7?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Going to apply the new patch so you can buy pets from shop. Estimated time until upload: 1 hr.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
magicalimp
Going to apply the new patch so you can buy pets from shop. Estimated time until upload: 1 hr.
That would be DA BOMB!, also can u do someting with the Vip Teleport Rocks? they dont work anymore T_T thx.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
iRepack
wheres the pvp map?
FM 22.
Go into net.channel.handler.AbstractDealDamageHandler.java:
change
private int PVP_MAP = 910000022;
to private int PVP_MAP = map_id of your choice.
Posting Executable now, uploading source.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
o ok thnx. btw how to set multiple map? i want make pvp server ^^
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
iRepack
o ok thnx. btw how to set multiple map? i want make pvp server ^^
Refer to: http://forum.ragezone.com/showthread.php?t=437068
For information about a whole channel.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Bleh Double post... (Sorry)
Complete Folder with applied Pet Shop patch download links are up.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Help When I Click Character Then Take Me To Login Screen = =
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Is the new source, like already compiled and stuff?
Or do we hafta do the patch..?
And Is it necessary to download the odinms.jar? =\
Please explain, it will be much appreciated. [:
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Wtf... Which one do you download? The Executable or the Source? Or both? o.o
-
1 Attachment(s)
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
MikeyPwnz
it dun works for me when i name the new project i brown to my server files i click on open and i cant continue anymore
here is the error
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Falzer
Wtf... Which one do you download? The Executable or the Source? Or both? o.o
Exactly my question.. I.. WE are both confused here, and I guess more people will be too. :scratch:
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Please Be More Clear On What To Download Pl0x3rs!
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
skylite
it dun works for me when i name the new project i brown to my server files i click on open and i cant continue anymore
here is the error
Thats because the folder already has a "dist" folder in it. I suggest making a new folder, and putting your Repack IN that folder. Then instead of clicking your repack folder, click the folder it is in. If you need a deeper explanation ill be more than happy to supply it.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Falzer
Please Be More Clear On What To Download Pl0x3rs!
I just downloaded the Source and it turns out the executable file is ALREADY in the source, just click on "dist" and you will see OdinMS.rar which holds the odinms.jar that you get from the download. So I am guessing there is no need to download the executable file?
*edit: Just noticed, sorry for double post.
**Edit again: My new question is, which odinms.jar do we use? The one in the rar or the one thats there? They are both different sizes..
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
hokira
I just downloaded the Source and it turns out the executable file is ALREADY in the source, just click on "dist" and you will see OdinMS.rar which holds the odinms.jar that you get from the download. So I am guessing there is no need to download the executable file?
*edit: Just noticed, sorry for double post.
**Edit again: My new question is, which odinms.jar do we use? The one in the rar or the one thats there? They are both different sizes..
Download the Source Folder and recompile. That way you can make sure...
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
hokira
Thats because the folder already has a "dist" folder in it. I suggest making a new folder, and putting your Repack IN that folder. Then instead of clicking your repack folder, click the folder it is in. If you need a deeper explanation ill be more than happy to supply it.
i will try tat soon after if i have any problem i will get back to u alright thx for ya help
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
magicalimp
Download the Source Folder and recompile. That way you can make sure...
Wait, huh? I dont think I can recompile.
Because I have tried and failed MANY times. I compile the folder, get 100 errors then add the jars EXCEPT odinms then compile again. BUT still 100 errors.. =\
*edit: hahah, nvm bout the "wait, huh?" thing, I get what your trying to say. But yea, compiling doesn't work for me.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
kengwei91
Help When I Click Character Then Take Me To Login Screen = =
HELP!!
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
kengwei91
HELP!!
Make sure you have ALL your jar files in the appropriate java folders.
&&& I tried compiling but it doesnt work.. I get 100 errors no matter what.
EDIT: The odinms.jar file inside the rar pack is the SAME size as the one already there.. so I am guessing they are the same?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Wouldnt a .patch file be easier?
because then this way people can keep thier stuff they edited to thier server while still applying the .patch.
it saves people time, and makes thier life easier. =]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
I did everything, i put the jar files in my java, executed the sql
BUT No pets, and no pvp in Fm 22 >.>;;
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
hokira
I did everything, i put the jar files in my java, executed the sql
BUT No pets, and no pvp in Fm 22 >.>;;
try compiling?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
How come I cannot get passed character selection on only this pack?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Aayer
try compiling?
Like i said earlier, when I compile i get 100 errors NO MATTER WHAT. I add the jars except odinms and still 100 errors..
EDIT: NVM, SOLVED.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
I downloaded the full pack and I tested it out -- It worked fine, but when I edited the files in the src\ folder and compiled after it wouldn't show any characters at all on the character select screen.
Do anyone have any similar error and/or knows how to fix? The MySQL informations in db.properties are correct, FYI.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
I borked something and now pets won't work for me. Going to go to my backup.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Avenge
I downloaded the full pack and I tested it out -- It worked fine, but when I edited the files in the src\ folder and compiled after it wouldn't show any characters at all on the character select screen.
Do anyone have any similar error and/or knows how to fix? The MySQL informations in db.properties are correct, FYI.
Do a CLEAN build. Shift+F11.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
hokira
Do a CLEAN build. Shift+F11.
That's what I did.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
Avenge
That's what I did.
Did you put the odinms.jar in ALL the java folders you have?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
How come that whenever I try to buy a pet from Cashshop, the thing that pops up telling you that you bought it never shows up? When I exit Cashshop again, D/C. Then you cannot logon to that character anymore and have to wipe inventory.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
DudeMan2121
Still, I cannot get passed character selection screen. I hear the login sound but then it just stays so. This is the only pack that does so. Everything else works so it isn't the Unlimited Strength files.
It used to happen to me, try running this sql command.
Code:
DELETE FROM `inventoryitems` WHERE `itemid` >= 5000000 AND `itemid` <= 5000045;
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
TranceKyou
It used to happen to me, try running this sql command.
Code:
DELETE FROM `inventoryitems` WHERE `itemid` >= 5000000 AND `itemid` <= 5000045;
It still doesn't come any message and I cannot get past login after than and have to wipe... Any other sql I need to execute?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
I've got a working one right now, going to put the pets into a shop and then i'll upload.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Updated~
Mia sells the pets for 1 Meso each and they should work (if you run the SQL query)
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
(Person that posted this. lol)
How come that whenever I try to buy a pet from Cashshop, the thing that pops up telling you that you bought it never shows up? When I exit Cashshop again, D/C. Then you cannot logon to that character anymore and have to wipe inventory.
Same thing happened to me. What I did to fix it. Was execute the pets SQL again.
The one that crated the table inthe first place.
EDIT: Quoted wrong person. lol, fixed.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP]
Quote:
Originally Posted by
hokira
Did you put the odinms.jar in ALL the java folders you have?
Why? Am I suppose to do that?
I've never done that, just put it in the dist folder, as I followed Innovative's guide.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
thanks, but wait, i have to compile? O_O
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
how do we fix pets sold in shop?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
I thought if you buy pets from a shop, they wont work :S
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
Quote:
Originally Posted by
dannyK
I thought if you buy pets from a shop, they wont work :S
Leifde rolled out a patch for that and I applied it. So it works.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
I dled the full repack thingy. And. I changed the PVP map to crack in the wall. And. It doesnt work. (Yes I compiled. Yes ran the scripts in the SQL......do I needa restart server? Or talk to some NPC?)
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
Did you added the CS Patch?
Or should i just add that? xD
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
Quote:
Originally Posted by
Sh0rtyy
Gave you added the CS Patch?
Or should i just add that? xD
It should be added, check if the code is there...
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
Quote:
Originally Posted by
magicalimp
It should be added, check if the code is there...
That was ment to be Did you add it...
And ok ill check now xD
Thanks Alot!
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
Quote:
Originally Posted by
narvin
wtf do i compile o.o
... The project.
A precompiled, working OdinMS.jar should be included anyway if you're too lazy.
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
lol sorry im a noob at compiling.. i dont even know what project you're talking about LOL.
do i have to do anythign special with the odinms.jar?
-
Re: [Release] SeanSource V5.9 (Pets) [PvP] {Pet Shop: Mia}
dont use mia its the same of buying pets in cashshop it dc and than your acc is bugged i also have it ;) dont do it i am serious