Nosti21 Posted September 24, 2013 Posted September 24, 2013 can anyone tell me how i can fix this error?? because its the only error i have and stuck the server...
0 Kràtos Posted September 24, 2013 Posted September 24, 2013 peirakses kati stin java prin vgei to error? Otan sto vgazei termatizi ton gameserver? java its self is it null.
0 AbsolutePower Posted September 24, 2013 Posted September 24, 2013 can anyone tell me how i can fix this error?? because its the only error i have and stuck the server... deikse mou sto L2PcInstance to doDie line 7936
0 Nosti21 Posted September 25, 2013 Author Posted September 25, 2013 deikse mou sto L2PcInstance to doDie line 7936 public boolean doDie(L2Character killer) { if (Config.TW_RESS_ON_DIE) { int x1, y1, z1; x1 = getX(); y1 = getY(); z1 = getZ(); L2TownZone Town; Town = TownManager.getInstance().getTown(x1, y1, z1); if (Town != null && isinTownWar()) { if (Town.getTownId() == Config.TW_TOWN_ID && !Config.TW_ALL_TOWNS) { reviveRequest(this, null, false); } else if (Config.TW_ALL_TOWNS) { reviveRequest(this, null, false); } } } // Kill the L2PcInstance if (!super.doDie(killer)) return false;
0 MikeJ Posted September 25, 2013 Posted September 25, 2013 (edited) public boolean doDie(L2Character killer) { if (Config.TW_RESS_ON_DIE) { int x1, y1, z1; x1 = getX(); y1 = getY(); z1 = getZ(); L2TownZone Town; Town = TownManager.getInstance().getTown(x1, y1, z1); if (Town != null && isinTownWar()) { if (Town.getTownId() == Config.TW_TOWN_ID && !Config.TW_ALL_TOWNS) { reviveRequest(this, null, false); } else if (Config.TW_ALL_TOWNS) { reviveRequest(this, null, false); } } } // Kill the L2PcInstance if (!super.doDie(killer)) return false; Δεν μπορούμε να ξέρουμε ποια σειρά είναι η 7936, ποια είναι από εκεί μέσα; Edited September 25, 2013 by MikeJ
0 Nosti21 Posted September 25, 2013 Author Posted September 25, 2013 Δεν μπορούμε να ξέρουμε ποια σειρά είναι η 7936, ποια είναι από εκεί μέσα; δεν μπορω να καταλαβω ουτε εγω. γιατι δεν υπαρχει αυτη η σειρα... :/
0 MikeJ Posted September 25, 2013 Posted September 25, 2013 δεν μπορω να καταλαβω ουτε εγω. γιατι δεν υπαρχει αυτη η σειρα... :/ Τι εννοείς δεν υπάρχει; Ξέρεις πως βλέπεις σε ποια σειρά είσαι η μπα;
0 Kràtos Posted September 25, 2013 Posted September 25, 2013 sta option show number. anyway exeis apo ti vlepw custom tw sto doDie to reviveRequest kanei call gia res. kai !super call? :O
Question
Nosti21
can anyone tell me how i can fix this error??
because its the only error i have and stuck the server...
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now