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

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

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

 

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

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...