Jump to content

Question

Posted

Hello i would like to ask some question about interlude and L2JFrozen

 

1 ) is there any way to change the limit of Adena from 2.147.XXX.XXX  to something lower or bigger ??

2 ) is there any way to change the annoying "Announcements :" to something else ?? ( Example : http://prntscr.com/5ek5mk )

3 ) is there any one out there that can "help/work/share" for free ??

 

that's all for now and thanks .

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

3) That forum is supposed to, depending of the good will of people.
2) Use the another type of Announcements, which is "critical announcement" type, number 18 on Say2.java. It doesn't show "Announcements:".

1) The problem comes from the use of int, you have to edit all for long type and still with that painful edition you will be limited because client doesn't handle another value. I invite you to use another currency, or reduce your drop rates / increase prices to balance the economy.

Edited by Tryskell
  • 0
Posted (edited)

3) That forum is supposed to, depending of the good will of people.

2) Use the another type of Announcements, which is "critical announcement" type, number 18 on Say2.java. It doesn't show "Announcements:".

1) The problem comes from the use of int, you have to edit all for long type and still with that painful edition you will be limited because client doesn't handle another value. I invite you to use another currency, or reduce your drop rates / increase prices to balance the economy.

i wish i could give you +1 for your fast reply and helpfulness but i guess i stuck to 1 thank you . thank you again my friend and one last question 

is there any way to change the Announcement to something that i want ?? something like NOTICE : or something like that .. ?

Edited by DoomeD
  • 0
Posted
Broadcast.toAllOnlinePlayers(new CreatureSay(1, Say2.CRITICAL_ANNOUNCE, "Notice: ","Message"));

this code is from freya but i belive in interluide l2jfrozen u have something similar. it will write announcment in chat with other color (little darken blue )

Notice: Message
  • 0
Posted
Broadcast.toAllOnlinePlayers(new CreatureSay(1, Say2.CRITICAL_ANNOUNCE, "Notice: ","Message"));

this code is from freya but i belive in interluide l2jfrozen u have something similar. it will write announcment in chat with other color (little darken blue )

Notice: Message

i will try it ! thanks for your reply

  • 0
Posted

The number 2,147,483,647 (or hexadecimal 7FFF,FFFF) is the maximum positive value for a 32-bit signed binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., as int) in many programming languages, and the maximum possible score, moneyarrow-10x10.png, etc. for many video games. The appearance of the number often reflects an error, overflow condition, or missing value.In December 2014 PSY's music video "Gangnam Style" broke the 32-bit integer limit for YouTube view count. This prompted YouTube to upgrade the variable to a 64-Bit integer...

I searh and found that sh_t at google xD

Guest
This topic is now closed to further replies.


×
×
  • Create New...