Re paidia exw 1 aporia...as paroume 1 poli mikro kai eukolo paradigma ->
public void CustomHeroSystem()
{
L2PcInstance activeChar = L2PcInstance.getClient().getActiveChar();
if (activeChar.getPvpKills() >= 5000)
{
activeChar.sendMessage("You are now a server hero for beign so great fighter!");
Announcements.getInstance().announceToAll(activeChar.getName() + "Is now a server's hero!");
activeChar.setHero(true);
}
}
lipon...tora auto omos dimiourgoume tin method CustomHeroSystem. egw omos kserw pws oi methods den ektelounte an den tis energopoiisoume emeis grafontas stin periptosi mas:
CustomHeroSystem();
sti sira pou 8eloume...ala ti..? pos ginete na litourgei afou mono dilonoume tin methodo ala den tin ekteloume? :S kapios na eksigisei:
Gia na katalavete ti ennow:
public class Main
{
public static void sum()
{
int value1=20;
int value2=50;
int sum=value1+value2;
System.out.println("sum is" +sum);
}
public static void main(String args[]){
sum();
}
}
to public static void sum() den ekteleite mono tou an den grapsoume emeis sto telos sum();....
Hello, lovely people, how are you? I just finished compiling the L2jFrozen project Rev: 1132 (very old).
I don't mind it being too old, since the project is for me and my children. (LAN/Offline) it's not meant to be put online. I want to learn and give my children more comfort when playing. And for my part, I also experiment with the game.
My problem is that I don't know much about the subject. I was able to make some basic configurations to my liking and that of my children, but it never compiles or anything like that... I would really need help from you, the community... I simply want to remove all subclass restrictions, remove the restriction on "Overlord, Warsmith, and Dark Elf subclasses with White Elves and vice versa." Thank you very much in advance! Greetings, community.
Warriors, prepare for a new era!
We are pleased to announce that on July 12, with the morning restart, Airin will be updated to Chronicle 4: Scions of Destiny.
- Open Beta Testing (OBT) will begin on July 9. Everyone will be able to test the update in advance, including class mechanics, quests, and new content.
- The Clan Hall Auction will take place on July 13.
We’ve also prepared a traditional bonus start - details will be shared in the coming days.
The full list of changes is available in the official patch notes.
Thank you for your support and participation in the project. See you in Chronicle 4!
The game client download will be available soon.
Question
Azumaril$
Re paidia exw 1 aporia...as paroume 1 poli mikro kai eukolo paradigma ->
lipon...tora auto omos dimiourgoume tin method CustomHeroSystem. egw omos kserw pws oi methods den ektelounte an den tis energopoiisoume emeis grafontas stin periptosi mas:
sti sira pou 8eloume...ala ti..? pos ginete na litourgei afou mono dilonoume tin methodo ala den tin ekteloume? :S kapios na eksigisei:
Gia na katalavete ti ennow:
to public static void sum() den ekteleite mono tou an den grapsoume emeis sto telos sum();....
HELP!
3 answers to this question
Recommended Posts