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... Quote
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. Quote
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 Quote
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; Quote
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 Quote
0 Nosti21 Posted September 25, 2013 Author Posted September 25, 2013 Δεν μπορούμε να ξέρουμε ποια σειρά είναι η 7936, ποια είναι από εκεί μέσα; δεν μπορω να καταλαβω ουτε εγω. γιατι δεν υπαρχει αυτη η σειρα... :/ Quote
0 MikeJ Posted September 25, 2013 Posted September 25, 2013 δεν μπορω να καταλαβω ουτε εγω. γιατι δεν υπαρχει αυτη η σειρα... :/ Τι εννοείς δεν υπάρχει; Ξέρεις πως βλέπεις σε ποια σειρά είσαι η μπα; Quote
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 Quote
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.