Jump to content
  • 0

[HELP]Java Code EXP Problem


rayven18

Question

Kalhspera exw ena problhmataki. Prospathisa na valw sto L2Npc.java se L2JServer pack gracia final sto line 2424 auton ton kwdika:

	public int getExpReward()
{
L2Attackable attacker;
	  if (getLevel() > 79)
		  
	  {
	  double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null);
	  return (int) (getTemplate().rewardExp * rateXp * 1.90);
	  }
	  
	  else
	  {
	  double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null);
	  return (int) (getTemplate().rewardExp * rateXp * Config.RATE_XP);
	  }
	  }

Den mou vgazei kapoio error parola auta egw thelo otan o xaraktiras paei 80 lvl to exp na meiwnetai kata 90%. Dokimasa diafores times alla den doulepse kamia. Opoios voithisei tha tou eimai eugnwmwn thanks!

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Kalhspera exw ena problhmataki. Prospathisa na valw sto L2Npc.java se L2JServer pack gracia final sto line 2424 auton ton kwdika:

 

public int getExpReward()

{

L2Attackable attacker;

  if (getLevel() > 79)

 

  {

  double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null);

  return (int) (getTemplate().rewardExp * rateXp * 1.90);

  }

 

  else

  {

  double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null);

  return (int) (getTemplate().rewardExp * rateXp * Config.RATE_XP);

  }

  }

 

Den mou vgazei kapoio error parola auta egw thelo otan o xaraktiras paei 80 lvl to exp na meiwnetai kata 90%. Dokimasa diafores times alla den doulepse kamia. Opoios voithisei tha tou eimai eugnwmwn thanks!

 

pare paradeigma apo edw kai kantw :)

	
L2PcInstance player;
public int getExpReward()
{
	  if (player.getLevel() > 79)
	  return (int) (getTemplate().rewardExp * rateXp * Config.NEW_EXP_80_RATE);	  
	  else
	  return (int) (getTemplate().rewardExp * rateXp * Config.RATE_XP);
	  }

Link to comment
Share on other sites

  • 0

Dhladh sto config tha valw auto?

 

 

# Experience multiplier

RateXp = 1000

# 80 lvl Rate XP

NewXp80Rate = 100

# Skill points multiplier

RateSp = 1000

 

 

 

******EDIT********

 

Sto config.properties ekana ena NewXpRate=100. Meta sto L2Npc.java evala ton kodika pou eixa apla allaxa sto if sto telos to Config.NEW_EXP_80_RATE me Config.NEW_XP_RATE kai dhmiourgisa kai mia public static float NEW_XP_RATE sto config.java. Ekana swsta?

Link to comment
Share on other sites

  • 0

Dhladh sto config tha valw auto?

 

 

# Experience multiplier

RateXp = 1000

# 80 lvl Rate XP

NewXp80Rate = 100

# Skill points multiplier

RateSp = 1000

 

 

 

******EDIT********

 

Sto config.properties ekana ena NewXpRate=100. Meta sto L2Npc.java evala ton kodika pou eixa apla allaxa sto if sto telos to Config.NEW_EXP_80_RATE me Config.NEW_XP_RATE kai dhmiourgisa kai mia public static float NEW_XP_RATE sto config.java. Ekana swsta?

 

auta einai ta configs

public static float NEW_EXP_80_RATE;
NEW_EXP_80_RATE = Float.parseFloat(server.getProperty("NewExpFor80", "1."));

 

NewExpFor80 = 1.

Link to comment
Share on other sites

  • 0

  
	  {
	  double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null);
	  return (int) (getTemplate().rewardExp * rateXp * 1.90);
	  }

 

Auto to 1.90 simenei 1.9, dhladh simenei 10% ligotero apo 2.

OPOTE Simenei pws auto pou exeis orisei dinei ston pexth pou einai 79 level 90% parapanw exp (afou to 100% einai 1.0)

 

Ean theleis na to kaneis 90% ligotero kai o pexths na pernei 10% exp otan einai megalhteros apo 79 level valto 0.1 kai oxi 1.9.

 

(Sto dimotiko h aderfh mou kanei arithmous me dekadika psifia!!!)

Link to comment
Share on other sites

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

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