Jump to content
  • 0

[Help] Fix This Error


Question

7 answers to this question

Recommended Posts

  • 0
Posted

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
Posted (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 by MikeJ
  • 0
Posted

Δεν μπορούμε να ξέρουμε ποια σειρά είναι η 7936, ποια είναι από εκεί μέσα;

δεν μπορω να καταλαβω ουτε εγω. γιατι δεν υπαρχει αυτη η σειρα... :/ 

  • 0
Posted

δεν μπορω να καταλαβω ουτε εγω. γιατι δεν υπαρχει αυτη η σειρα... :/ 

Τι εννοείς δεν υπάρχει;

 

Ξέρεις πως βλέπεις σε ποια σειρά είσαι η μπα;

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..