PDA

View Full Version : 508/525 Perfect Hybriding Switching 508/525 + SlotSaving. 100% creds shassan.



Nathan
June 22nd, 2010, 03:58
delete this thread.

DestinySkyline
August 1st, 2010, 04:53
Thanks! Works Great! Keep Going.
Good Job Bro.
Realy Thankyou <3333

Shayde
August 2nd, 2010, 01:40
Thanks going to try later

b44manz
August 23rd, 2010, 07:00
public int itemType(int item) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 129: ';' expected
public int itemType(int item) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 129: ';' expected
public int itemType(int item) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 203: illegal start of expressi
on
public boolean isFullbody(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 203: ';' expected
public boolean isFullbody(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 203: ';' expected
public boolean isFullbody(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 223: illegal start of expressi
on
public boolean isFullhat(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 223: ';' expected
public boolean isFullhat(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 223: ';' expected
public boolean isFullhat(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 238: illegal start of expressi
on
public boolean isFullmask(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 238: ';' expected
public boolean isFullmask(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 238: ';' expected
public boolean isFullmask(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 247: reached end of file while
parsing
}→
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:185: cannot find symbol
symbol : method isFullbody(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullbody(p.equipment[Vars.chest])) {
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:195: cannot find symbol
symbol : method isFullhat(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullhat(p.equipment[Vars.hat]) && !e.isFullmask(p.equipment
[Vars.hat])) {
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:195: cannot find symbol
symbol : method isFullmask(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullhat(p.equipment[Vars.hat]) && !e.isFullmask(p.equipment
[Vars.hat])) {
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:210: cannot find symbol
symbol : method isFullmask(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullmask(p.equipment[Vars.hat]))
^
.\net\com\chevy\net\packethandler\Equipment.java:6 0: cannot find symbol
symbol : method itemType(int)
location: class net.com.chevy.net.packethandler.Equipment
int targetSlot = itemType(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 5: cannot find symbol
symbol : method getCLAttack(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLAttack = getCLAttack(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 6: cannot find symbol
symbol : method getCLDefence(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLDefence = getCLDefence(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 7: cannot find symbol
symbol : method getCLStrength(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLStrength = getCLStrength(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 8: cannot find symbol
symbol : method getCLMagic(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLMagic = getCLMagic(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 9: cannot find symbol
symbol : method getCLRanged(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLRanged = getCLRanged(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 0: cannot find symbol
symbol : method getSummoningLevel(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLSummon = getSummoningLevel(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 1: cannot find symbol
symbol : method getPrayerLevel(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLPrayer = getPrayerLevel(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 2: cannot find symbol
symbol : method getHitpointsLevel(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLHitpoints = getHitpointsLevel(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 3: cannot find symbol
symbol : method getSlayerRequirment(int)
location: class net.com.chevy.net.packethandler.Equipment
int slayerRequirment = getSlayerRequirment(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:1 44: cannot find symbol
symbol : method twoHanded(int)
location: class net.com.chevy.net.packethandler.Equipment
if (twoHanded(wearId) && Engine.playerItems.freeSlotCoun
t(p) < 1 && p.equipment[5] > 0) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 51: cannot find symbol
symbol : method twoHanded(int)
location: class net.com.chevy.net.packethandler.Equipment
if (twoHanded(wearId) && p.equipment[5] > -1) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 60: cannot find symbol
symbol : method twoHanded(int)
location: class net.com.chevy.net.packethandler.Equipment
if (twoHanded(p.equipment[3]) && p.equipment[3]
> -1) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 95: cannot return a value from
method whose result type is void
return 99;
^
.\net\com\chevy\net\packethandler\Equipment.java:1 97: cannot return a value from
method whose result type is void
return 0;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 08: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 10: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 12: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 14: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 16: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 18: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 20: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 22: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 24: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 26: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 28: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 30: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 32: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 34: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 36: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 38: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 40: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 42: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 44: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 46: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 48: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 50: cannot return a value from
method whose result type is void
return false;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 56: cannot return a value from
method whose result type is void
return 99;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 58: cannot return a value from
method whose result type is void
return 1;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 61: id is already defined in h
andlePacket(net.com.chevy.model.Player,int,int)
public int getPrayerLevel(int id) {
^
.\net\com\chevy\net\packethandler\Equipment.java:2 77: cannot return a value from
method whose result type is void
case 10788: return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 78: cannot return a value from
method whose result type is void
case 6237: return 55;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 85: cannot return a value from
method whose result type is void
case 10474: return 60;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 87: cannot return a value from
method whose result type is void
case 6247: return 70;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 89: cannot return a value from
method whose result type is void
case 6245: return 75;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 93: cannot return a value from
method whose result type is void
case 10643: return 99;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 95: cannot return a value from
method whose result type is void
return 1;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 07: cannot return a value from
method whose result type is void
return 50;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 09: cannot return a value from
method whose result type is void
return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 11: cannot return a value from
method whose result type is void
return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 13: cannot return a value from
method whose result type is void
return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 15: cannot return a value from
method whose result type is void
return 60;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 17: cannot return a value from
method whose result type is void
return 70;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 19: cannot return a value from
method whose result type is void
return 50;
^
Note: .\net\com\chevy\clanchat\Room.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
Compiling Finished.
Press any key to continue . . .

pls help

Jimmy
August 31st, 2010, 04:56
Thank you so much :)

Gary
September 15th, 2010, 01:21
Worked like a charm ;)

Aaron
September 15th, 2010, 01:29
Nice Tut release, Looks good

Hutch
September 15th, 2010, 04:49
Nice release man. I'm a hybrider :P

abel
September 20th, 2010, 03:48
Thanks man this works great :)

Travesty
September 27th, 2010, 02:22
Thanks for release.

Hit My Head
October 18th, 2010, 18:30
Where to find PlayerItems.Java ? o.O

Billy
October 24th, 2010, 01:43
screwed up my protect 1 item wtf,,<.>

The Pro Pker
October 24th, 2010, 01:46
Cool, goodluck with this, although i will not be playing.

wrathful
December 1st, 2010, 17:14
Compiling Evolution-Pkz
.\net\com\codeusa\model\Player.java:5618: class, interface, or enum expected
public boolean needsInvSlot = false;
^
.\net\com\codeusa\model\Player.java:5619: class, interface, or enum expected
public int neededSlot = -1;
^
.\net\com\codeusa\net\packethandler\Equipment.java :171: ';' expected
p.setEquipmentBonus()
^
.\net\com\codeusa\model\items\PlayerItems.java:249 : cannot find symbol
symbol : variable needsInvSlot
location: class net.com.codeusa.model.Player
if (p.needsInvSlot) {
^
.\net\com\codeusa\model\items\PlayerItems.java:250 : cannot find symbol
symbol : variable needsInvSlot
location: class net.com.codeusa.model.Player
p.needsInvSlot = false;
^
.\net\com\codeusa\model\items\PlayerItems.java:251 : cannot find symbol
symbol : variable neededSlot
location: class net.com.codeusa.model.Player
return p.neededSlot;
^
.\net\com\codeusa\net\packethandler\Equipment.java :45: cannot find symbol
symbol : variable Slot
location: class net.com.codeusa.net.packethandler.Equipment
Slot = true;
^
.\net\com\codeusa\net\packethandler\Equipment.java :46: cannot find symbol
symbol : variable neededSlot
location: class net.com.codeusa.model.Player
p.neededSlot = index;
^
.\net\com\codeusa\net\packethandler\ItemSelect.jav a:34: cannot find symbol
symbol : variable needsInvSlot
location: class net.com.codeusa.model.Player
p.needsInvSlot = true;
^
.\net\com\codeusa\net\packethandler\ItemSelect.jav a:35: cannot find symbol
symbol : variable neededSlot
location: class net.com.codeusa.model.Player
p.neededSlot = itemSlot;
^
10 errors
Press any key to continue . . .

That's the error i get ;/

Redcen1
December 1st, 2010, 17:41
[
Compiling Evolution-Pkz
.\net\com\codeusa\model\Player.java:5618: class, interface, or enum expected
publicboolean needsInvSlot = false;

.\net\com\codeusa\model\Player.java:5619: class, interface, or enum expected
publicint neededSlot = -1;

.\net\com\codeusa\net\packethandler\Equipment.java :171: ';' expected
p.setEquipmentBonus(50)

.\net\com\codeusa\model\items\PlayerItems.java:249 : cannot find symbol
symbol : variable needsInvSlot
location: class net.com.codeusa.model.Player
if (pneedsInvSlot) {

.\net\com\codeusa\model\items\PlayerItems.java:250 : cannot find symbol
symbol : variable needsInvSlot
location: class net.com.codeusa.model.Player
pneedsInvSlot = false;

.\net\com\codeusa\model\items\PlayerItems.java:251 : cannot find symbol
symbol : variable neededSlot
location: class net.com.codeusa.model.Player
retur p.neededSlot;

.\net\com\codeusa\net\packethandler\Equipment.java :45: cannot find symbol
symbol : variable Slot
location: class net.com.codeusa.net.packethandler.Equipment
Sot = true;

.\net\com\codeusa\net\packethandler\Equipment.java :46: cannot find symbol
symbol : variable neededSlot
location: class net.com.codeusa.model.Player
pneededSlot = index;

.\net\com\codeusa\net\packethandler\ItemSelect.jav a:34: cannot find symbol
symbol : variable needsInvSlot
location: class net.com.codeusa.model.Player
peedsInvSlot = true;

.\net\com\codeusa\net\packethandler\ItemSelect.jav a:35: cannot find symbol
symbol : variable neededSlot
location: class net.com.codeusa.model.Player
pneededSlot = itemSlot;
{

{


{


Fixed

Mike
December 1st, 2010, 17:49
Tyvmm dude :) rep+++++ if i cud :S

I Matt I
December 14th, 2010, 17:30
Removed.

owner pkin
December 14th, 2010, 17:33
Compiling net/com/codeusa/Engine.java
.\net\com\codeusa\net\packethandler\equipment.java :135: cannot fnd symbol symbol : method setequipment<>
location: class net.com.codeusa.net.packethandler.equipment
setequipmentbonus<>;
^
1 error
Press any key to continue


help me pls?

use () instead of <> -.-

I Matt I
December 14th, 2010, 19:14
use () instead of <> -.-

Nvm fixed!!

also wtf this messed up my protect item.,,.

Thomas
December 30th, 2010, 15:55
public int itemType(int item) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 129: ';' expected
public int itemType(int item) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 129: ';' expected
public int itemType(int item) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 203: illegal start of expressi
on
public boolean isFullbody(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 203: ';' expected
public boolean isFullbody(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 203: ';' expected
public boolean isFullbody(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 223: illegal start of expressi
on
public boolean isFullhat(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 223: ';' expected
public boolean isFullhat(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 223: ';' expected
public boolean isFullhat(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 238: illegal start of expressi
on
public boolean isFullmask(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 238: ';' expected
public boolean isFullmask(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 238: ';' expected
public boolean isFullmask(int itemId) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 247: reached end of file while
parsing
}→
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:185: cannot find symbol
symbol : method isFullbody(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullbody(p.equipment[Vars.chest])) {
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:195: cannot find symbol
symbol : method isFullhat(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullhat(p.equipment[Vars.hat]) && !e.isFullmask(p.equipment
[Vars.hat])) {
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:195: cannot find symbol
symbol : method isFullmask(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullhat(p.equipment[Vars.hat]) && !e.isFullmask(p.equipment
[Vars.hat])) {
^
.\net\com\chevy\model\update\PlayerUpdateMasks.jav a:210: cannot find symbol
symbol : method isFullmask(int)
location: class net.com.chevy.net.packethandler.Equipment
if (!e.isFullmask(p.equipment[Vars.hat]))
^
.\net\com\chevy\net\packethandler\Equipment.java:6 0: cannot find symbol
symbol : method itemType(int)
location: class net.com.chevy.net.packethandler.Equipment
int targetSlot = itemType(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 5: cannot find symbol
symbol : method getCLAttack(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLAttack = getCLAttack(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 6: cannot find symbol
symbol : method getCLDefence(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLDefence = getCLDefence(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 7: cannot find symbol
symbol : method getCLStrength(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLStrength = getCLStrength(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 8: cannot find symbol
symbol : method getCLMagic(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLMagic = getCLMagic(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:6 9: cannot find symbol
symbol : method getCLRanged(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLRanged = getCLRanged(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 0: cannot find symbol
symbol : method getSummoningLevel(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLSummon = getSummoningLevel(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 1: cannot find symbol
symbol : method getPrayerLevel(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLPrayer = getPrayerLevel(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 2: cannot find symbol
symbol : method getHitpointsLevel(int)
location: class net.com.chevy.net.packethandler.Equipment
int cLHitpoints = getHitpointsLevel(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:7 3: cannot find symbol
symbol : method getSlayerRequirment(int)
location: class net.com.chevy.net.packethandler.Equipment
int slayerRequirment = getSlayerRequirment(wearId);
^
.\net\com\chevy\net\packethandler\Equipment.java:1 44: cannot find symbol
symbol : method twoHanded(int)
location: class net.com.chevy.net.packethandler.Equipment
if (twoHanded(wearId) && Engine.playerItems.freeSlotCoun
t(p) < 1 && p.equipment[5] > 0) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 51: cannot find symbol
symbol : method twoHanded(int)
location: class net.com.chevy.net.packethandler.Equipment
if (twoHanded(wearId) && p.equipment[5] > -1) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 60: cannot find symbol
symbol : method twoHanded(int)
location: class net.com.chevy.net.packethandler.Equipment
if (twoHanded(p.equipment[3]) && p.equipment[3]
> -1) {
^
.\net\com\chevy\net\packethandler\Equipment.java:1 95: cannot return a value from
method whose result type is void
return 99;
^
.\net\com\chevy\net\packethandler\Equipment.java:1 97: cannot return a value from
method whose result type is void
return 0;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 08: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 10: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 12: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 14: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 16: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 18: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 20: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 22: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 24: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 26: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 28: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 30: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 32: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 34: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 36: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 38: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 40: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 42: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 44: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 46: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 48: cannot return a value from
method whose result type is void
return true;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 50: cannot return a value from
method whose result type is void
return false;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 56: cannot return a value from
method whose result type is void
return 99;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 58: cannot return a value from
method whose result type is void
return 1;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 61: id is already defined in h
andlePacket(net.com.chevy.model.Player,int,int)
public int getPrayerLevel(int id) {
^
.\net\com\chevy\net\packethandler\Equipment.java:2 77: cannot return a value from
method whose result type is void
case 10788: return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 78: cannot return a value from
method whose result type is void
case 6237: return 55;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 85: cannot return a value from
method whose result type is void
case 10474: return 60;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 87: cannot return a value from
method whose result type is void
case 6247: return 70;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 89: cannot return a value from
method whose result type is void
case 6245: return 75;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 93: cannot return a value from
method whose result type is void
case 10643: return 99;
^
.\net\com\chevy\net\packethandler\Equipment.java:2 95: cannot return a value from
method whose result type is void
return 1;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 07: cannot return a value from
method whose result type is void
return 50;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 09: cannot return a value from
method whose result type is void
return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 11: cannot return a value from
method whose result type is void
return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 13: cannot return a value from
method whose result type is void
return 40;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 15: cannot return a value from
method whose result type is void
return 60;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 17: cannot return a value from
method whose result type is void
return 70;
^
.\net\com\chevy\net\packethandler\Equipment.java:3 19: cannot return a value from
method whose result type is void
return 50;
^
Note: .\net\com\chevy\clanchat\Room.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
Compiling Finished.
Press any key to continue . . .

pls help

Wowowowow dude please use Code brackets..

IFrozenx
March 28th, 2011, 12:55
i dont get what it does i can do that anyway?

0r4nge ownz
March 29th, 2011, 16:00
i dont get what it does i can do that anyway?

:facepalm:

Shitty base's switch like 3 items and lagg like fuck, meaning briding sucks ass.
Adding shasson's shit let's you do like 5-6 switches at once ^^

Slot saving is, if you brining and you have full mage, then you have like a melee piece at the bottom, when you equipped it, the mage piece wont go to the top of your invent, it will stay in the same place as where your melee piece is.

I highly doubt you could do it. Not saying its hard, I'm saying 3 post count, you don't get what it does, It doesn't take a genius.

IFrozenx
March 29th, 2011, 23:48
oh right, i see. no need to get all up your self about it. i just didnt see what was actually happening. now i get it. just dont be so miserable. my post's are low, cos i dont ask anything,i just do it :)

0r4nge ownz
March 30th, 2011, 01:04
oh right, i see. no need to get all up your self about it. i just didnt see what was actually happening. now i get it. just dont be so miserable. my post's are low, cos i dont ask anything,i just do it :)

There was no flame there?
I was trying to say it in the nicest way i could.

IFrozenx
March 30th, 2011, 22:58
oh sorry my bad, must of just miss read