Jump to content

Σε ποιό απο τα παρακάτω Ελληνικά νησιά θα ήθελες να πας διακοπές?  

191 members have voted

  1. 1. Σε ποιό απο τα παρακάτω Ελληνικά νησιά θα ήθελες να πας διακοπές?

    • Σαντορίνη
      15
    • Μύκονο
      45
    • Κρήτη
      41
    • Ρόδο
      17
    • Παρο
      10
    • Σκιάθο
      11
    • Μήλο
      2
    • Κανένα απο αυτά
      30
    • Ικαρία
      2
    • Ζάκυνθο
      18


Recommended Posts

Posted

καλησπέρα, ξέρει κανείς τι σύστημα μπορώ να χρησιμοποιήσω ώστε να παίξει καλά η ομάδα μου;

ο άλλος έχει 4-2-3-1

καμία εναλακτική λύση;

δεν είναι το σύστημα αλλά η ομάδα που παίζει ρόλο..τι έχεις, τι έχει;
Posted

pooo skase vradiatika..idi kathome pano sta @@ m apo to priksimo!

Oute gkomena na isoun -.-

oli sto mxc auto kanoun sou prizoun ta arxidia xwrhs logo me kapoies ekseresis ;p
Posted

oli sto mxc auto kanoun sou prizoun ta arxidia xwrhs logo me kapoies ekseresis ;p

gamiseta!

dld prepi na pristoun gia na katsis pano...

 

koita me poion kathome ke asxoloume..dn ksereis ti na peis?apla kathse ke tros tin tapa

QQ!

Posted

Oute gkomena na isoun -.-

είναι...

 

 

δικός μου :$

fadas00o0o na m milouse

χαχαχαχαχα

Ke m kaneis dekarma xoris proidopoisi??

Ke sto kato kato to forum gt eine?Dn eine gia na leme tin apopsi mas ke na zitame i na deinoume voithia??

ναι, ξέρεις υπάρχουν κανόνες, εγώ δεν μιλάω τζάμπα στο introduce yourself..
Posted

ξέρεις υπάρχουν κανόνες, εγώ δεν μιλάω τζάμπα στο introduce yourself..

dn exo kanei oute ena post ekei lol?
Posted

και από ότι είδα, δεν είσαι καινούριος οπότε μην έχεις παράπονα..

αργά ή γρήγορα θα καταλάβει οτι κλέγεται για 1 pixel, who cares!

Posted

dn exo kanei oute ena post ekei lol?

http://maxcheaters.com/forum/index.php?topic=196967.0

 

και έχεις και 2-3 μπορεί και παραπάνω banned accounts..

 

άστο που σου λέω..

Posted

αργά ή γρήγορα θα καταλάβει οτι κλέγεται για 1 pixel, who cares!

klegome??

niose dekarma xoris logo..ama dn ksereis min petagese..Ty!

Posted

έλα μαλακίες σε μένα όχι..

 

το "χωρίς λόγο" στο εξήγησα πιο πάνω.

ne ok..

tespa sta @@ m..

elpizo na enioses kala..

Guest
This topic is now closed to further replies.



  • Posts

    • L2 AARON - BANNERS          
    • ⭐MidnightSell team WTB/WTS GOLD ⭐TWW EU/US all servers ⭐Cataclysm all servers ⭐Payment Visa/Master/Btc/Eth/Trc-20/Erc-20 (all payments within 10 min) ⭐For all question pls dm ⭐Discord https://discord.gg/h8AN57qJjK ⭐Or Telegram @MidnightSell
    • Hey guys, I came up with this idea while needing to write down multiple locations. When you use the /loc command, a text file is created (only the first time) and stores all the locations you debug.   Output:   --- a/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java @@ -1,5 +1,10 @@ package net.sf.l2j.gameserver.handler.usercommandhandlers; +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; + import net.sf.l2j.gameserver.data.xml.MapRegionData; import net.sf.l2j.gameserver.handler.IUserCommandHandler; import net.sf.l2j.gameserver.model.actor.Player; @@ -13,6 +18,7 @@ 0 }; + @SuppressWarnings("resource") @Override public void useUserCommand(int id, Player player) { @@ -100,6 +106,26 @@ } player.sendPacket(SystemMessage.getSystemMessage(msg).addNumber(player.getX()).addNumber(player.getY()).addNumber(player.getZ())); + + if (player.isGM()) + { + try + { + String fileLoc = "./data/locations.txt"; + final File file = new File(fileLoc); + file.createNewFile(); + + FileWriter fw = new FileWriter(fileLoc, true); + BufferedWriter bw = new BufferedWriter(fw); + bw.write(player.getX() + ", " + player.getY() + ", " + player.getZ()); + bw.newLine(); + bw.close(); + } + catch (IOException e) + { + e.printStackTrace(); + } + } } @Override  
    • Not any training model, i should fix that, just a very well done bot engine. As we use it on a local Internet Cafe spot and people join to test server, they don't seem to understand they are bots. Their behaviour is really well done. Many actions that other bots can't do are possible and the are complicated patterns that can be done due to structure of the engine such as Pick items of dead party pk member and later on trade them back to owner. So i'll fix later the title to Bot Engine rather than A.I. 
  • Topics

×
×
  • Create New...