Jump to content
  • 0

Question

Posted (edited)

How i can make to show on alt+b max p atk after 2.147 kkk? Now i have this

 

image.png.6c3380e796935998985d405d8fc98d90.png

 

It is more than 2,147 kkk. How i can set more?

 

content = content.replace("%patk%", String.valueOf(activeChar.getPAtk(activeChar)));

 

 

Edited by 0flee

4 answers to this question

Recommended Posts

  • 0
Posted

i'm a little confused with your question,

Quote

content = content.replace("%patk%", String.valueOf(activeChar.getPAtk(activeChar)));

this one shows the p atk of the player in one html file, if there is a method to retrieve the max p atk  you should do it like 

replace("%maxPAtk%",String.valueOf(player.getMaxPAtk())) or something

If i understand something wrong please make your self more clear

  • 0
Posted (edited)

Well, if player reach 3 kkk p atk, i want he to view that on alt+b. Client have limit on alt+t

And i don't have this getMaxPAtk on L2PcInstance.

I try to do like Adena it is. With method in Config. Useless. Still no show more than 2,147 kkk with some HIGH LETTERS something like 2.147E08O87... something like that. I must change 

writeD((int) _activeChar.getPAtk(null)); from Userinfo.java?

Edited by 0flee
  • 0
Posted

For this line?
 

content = content.replace("%patk%", String.valueOf(activeChar.getPAtk(activeChar)));

Or i must make in another package a setting

 

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