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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock