Jump to content
  • 0

[Help] Leodas


estaz

Question

Hello everyone :)

 

  I have a problem with hellbound boss - Leodas.

In his Leodas.java file there is line :

HellboundManager.getInstance().decTrust(1000); //value needs to be updated 
	leodasOnAttack = false;

But when i start the server, it drops me an error, which says that decTrust isn't the right command for hellboundmanager.

I Tried to set it to setTrust and getTrust, but still it droped me an error.

So, I am asking if someone knows what type of command have to be there.

 

Thank you.

 

  - estaz

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Here is the error log:

1. ERROR in \Leodas.java (at line 64)
        HellboundManager.getInstance().decTrust(1000); //value needs to be updat
ed
                                       ^^^^^^^^
The method decTrust(int) is undefined for the type HellboundManager

 

Link to comment
Share on other sites

  • 0

Here is the error log:

1. ERROR in \Leodas.java (at line 64)
        HellboundManager.getInstance().decTrust(1000); //value needs to be updat
ed
                                       ^^^^^^^^
The method decTrust(int) is undefined for the type HellboundManager

 

 

Are you blind? The method decTrust(int) is undefined for the type HellboundManager!

 

I don't know what core you got or whatever, but you can try two things.

 

Change: HellboundManager.getInstance().decTrust(1000);

To: HellboundManager.getInstance().increaseTrust(-1000);

Or just delete that line, but trust won't get penalized by killing this boss.

 

You will earn the recognition of the Steel Citadel. However, your trust level with the Resistance Movement will go down. Apart from S-Grade Armor Enchantment Scrolls, Leodas has no special drops, so think twice whether the exp of a Boss Raid is really worth it at this point in the process of opening up Hellbound.

 

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.

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