why doesnt VIP Rocks work? help please.
Printable View
why doesnt VIP Rocks work? help please.
omg my characters wont save,then the skills and items disappear too. is anyone else having this problem?
wats the command to make the pet say stuff u want? and where do u go to pvp >.<
and where do u go to buy PET FOOD CUZ THERE ISNT ANY SHOP THAT SELL IT
rawr 14 errors T___T
i have no clue what happened, lol took forever too :[
Code:init:
deps-jar:
Compiling 17 source files to C:\Users\Ankush\Desktop\xkush's repack version 1.0\build\classes
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\PacketProcessor.java:100: cannot find symbol
symbol : class TrockAddMapHandler
location: package net.sf.odinms.net.channel.handler
import net.sf.odinms.net.channel.handler.TrockAddMapHandler;
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\PacketProcessor.java:227: cannot find symbol
symbol : class TrockAddMapHandler
location: class net.sf.odinms.net.PacketProcessor
registerHandler(RecvPacketOpcode.TROCK_ADDMAP, new TrockAddMapHandler());
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\PetCommandHandler.java:71: cannot find symbol
symbol : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
if (newCloseness >= ExpTable.getClosenessNeededForLevel(pet.getLevel() + 1)) {
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java:73: cannot find symbol
symbol : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
if (newCloseness >= ExpTable.getClosenessNeededForLevel(pet.getLevel() + 1)) {
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java:87: cannot find symbol
symbol : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
if (newCloseness < ExpTable.getClosenessNeededForLevel(pet.getLevel())) {
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:71: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
MaplePet pet = MaplePet.loadFromDb(c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(slot).getItemId(), slot, c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(slot).getPetId());
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:86: cannot find symbol
symbol : variable PET
location: class net.sf.odinms.client.MapleStat
stats.add(new Pair<MapleStat, Integer>(MapleStat.PET, Integer.valueOf(uniqueid)));
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:100: cannot find symbol
symbol : method startFullnessSchedule(int)
location: class net.sf.odinms.client.MapleCharacter
c.getPlayer().startFullnessSchedule(MapleDataTool.getInt(hungerData));
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:111: cannot find symbol
symbol : method cancelFullnessSchedule()
location: class net.sf.odinms.client.MapleCharacter
c.getPlayer().cancelFullnessSchedule();
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:132: cannot find symbol
symbol : variable PET
location: class net.sf.odinms.client.MapleStat
stats.add(new Pair<MapleStat, Integer>(MapleStat.PET, Integer.valueOf(0)));
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\server\MapleInventoryManipulator.java:105: cannot find symbol
symbol : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
Item nItem = new Item(itemId, (byte) 0, newQ, petid);
^
C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\server\MapleStorage.java:135: 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:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\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:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\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());
^
Note: C:\Users\Ankush\Desktop\xkush's repack version 1.0\kush's repack\kush's repack\src\net\sf\odinms\client\messages\CommandProcessor.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
14 errors
BUILD FAILED (total time: 2 seconds)
pvp isnt fm 22 -_- lol for reals
Code:public abstract class AbstractDealDamageHandler extends AbstractMaplePacketHandler {
// private static Logger log = LoggerFactory.getLogger(AbstractDealDamageHandler.class);
private int PVP_MAP = 910000022;
public static class AttackInfo {
public int numAttacked, numDamage, numAttackedAndDamage;
public int skill, stance, direction, charge;
public List<Pair<Integer, List<Integer>>> allDamage;
private MapleStatEffect getAttackEffect(MapleCharacter chr, ISkill theSkill) {
ISkill mySkill = theSkill;
if (mySkill == null) {
mySkill = SkillFactory.getSkill(skill);
}
int skillLevel = chr.getSkillLevel(mySkill);
if (skillLevel == 0) {
return null;
}
return mySkill.getEffect(skillLevel);
}
public MapleStatEffect getAttackEffect(MapleCharacter chr) {
return getAttackEffect(chr, null);
}
}
ok now it works =D
lol nice
I inserted the SQL to add pet food to mias shop and now I get dc'd
can anyone ehelp?
item pouch meso magnet dont work O_O n binoculars n the wings thing WHATS WRONG or they just dont work?
Pet shops still bug me and i use the newupdated source can anyone help me
i still cant compile i think i got confuse when i came to the ADD source thingy
For the pet shop, Use this or else you'll have to run each query separately
Replace 54 with your shop ID.Code:INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(54, 5000000, 15000000, 1),
(54, 5000001, 15000000, 2),
(54, 5000002, 15000000, 3), # Pink Bunny
(54, 5000004, 15000000, 4), # Black Kitt
(54, 5000005, 15000000, 5), # White Bunny
(54, 5000006, 15000000, 6), # Husky
(54, 5000007, 15000000, 7), # Black Pig
(54, 5000008, 15000000, 8), # Panda
(54, 5000011, 15000000, 9), # Monkey
(54, 5000012, 15000000, 10), # White Tiger
(54, 5000013, 15000000, 11), # Elephant
(54, 5000014, 15000000, 12), # Rudolph
(54, 5000015, 15000000, 13), # Dasher
(54, 5000017, 15000000, 14), # Robot
(54, 5000018, 15000000, 15), # Husky 2?(female maybe)
(54, 5000020, 15000000, 16), # Mini Yeti
(54, 5000021, 15000000, 17), # Monkey
(54, 5000022, 15000000, 18), # Turkey
(54, 5000023, 15000000, 19), # Penguin
(54, 5000024, 15000000, 20), # Jr. Balrog
(54, 5000025, 15000000, 21), # Golden Pig
#(54, 5000028, 15000000, 22), # Dragon
#(54, 5000030, 15000000, 23), # Green Dragon
#(54, 5000031, 15000000, 24), # Red Dragon
#(54, 5000032, 15000000, 25), # Blue Dragon
#(54, 5000033, 15000000, 26), # Black Dragon
(54, 5000034, 15000000, 27), # Black Bunny
(54, 5000036, 15000000, 28), # Jr Reaper
(54, 5000037, 15000000, 29), # Husky 3? (Uni Sex maybe xD)
(54, 5000039, 15000000, 31), # Porcupine
(54, 5000041, 15000000, 32); #Snowman