Jump to content

Recommended Posts

Posted

ferte m t swsto thl se pm parakalw

 

Παίζει να σαι και πολύ χαζός για να χρεώνεις το λογαριασμό για το Mxc. Αν πρέπει να πάρει κάποιος είναι ο Maxtor ;O

Posted

Παίζει να σαι και πολύ χαζός για να χρεώνεις το λογαριασμό για το Mxc. Αν πρέπει να πάρει κάποιος είναι ο Maxtor ;O

 

oxi , apla goustarei to mxc, mallon esi eisai xazos pou blepeis afto to topic.

Posted

oxi , apla goustarei to mxc, mallon esi eisai xazos pou blepeis afto to topic.

 

Τώρα θα σου λέγα τίποτα αλλά έχε χάρη που είσαι και κρυφοφαστιστάκι και θα φάω κανα ban και βαριέμαι να κάνω new acc

Posted

Τώρα θα σου λέγα τίποτα αλλά έχε χάρη που είσαι και κρυφοφαστιστάκι και θα φάω κανα ban και βαριέμαι να κάνω new acc

mlka ime erwteymenos me tis apantisis tis dikies s kai tou phoe :D

Posted

μάξτορ από το να ακούς μαλακίες από εμάς, δεν αποφασίζεις τι να κάνεις;

to oti einai admin den paei na pei pws mporei na vrei oti thelei..xriazete help

asxetos pou merikoi gamane to topic..

Like me xthes...eipa na ri3oun undersec k egine olokliri page me replies gia auto!!

 

Posted

Τώρα θα σου λέγα τίποτα αλλά έχε χάρη που είσαι και κρυφοφαστιστάκι και θα φάω κανα ban και βαριέμαι να κάνω new acc

mas tin pesane oi anarxikoi tora. :P

Posted

mlka ime erwteymenos me tis apantisis tis dikies s kai tou phoe :D

 

Ένα μήνα τώρα παλεύετε και καλά με ένα 15χρονο, σε σημείο να του γυαλίζετε τα παπάρια έχουν μαζευτεί και 10 αντράκια που θα τον σαπίσουν στο ξύλο και μετά μου λέτε για τη σοβαρότητα του τόπικ

Posted

Ένα μήνα τώρα παλεύετε και καλά με ένα 15χρονο, σε σημείο να του γυαλίζετε τα παπάρια έχουν μαζευτεί και 10 αντράκια που θα τον σαπίσουν στο ξύλο και μετά μου λέτε για τη σοβαρότητα του τόπικ

To pio ili8io pragma:

Dinatos:P menis?

Alos:Toumpa

Dinatos:Ok erxome na se diro

Alos:Ela

Dinatos:Perimene me erxome me 300 kai tn leonida

k dn paei pote gt kataba8os 3eri oti 8a faei 3ilo..

Dn ginete na pas stn perioxi t alou k na diris.

Posted

To pio ili8io pragma:

Dinatos:P menis?

Alos:Toumpa

Dinatos:Ok erxome na se diro

Alos:Ela

Dinatos:Perimene me erxome me 300 kai tn leonida

k dn paei pote gt kataba8os 3eri oti 8a faei 3ilo..

Dn ginete na pas stn perioxi t alou k na diris.

να πας σε παοκτζή με άτομα από πίσω; πόσο ηλίθιος πια;
Guest
This topic is now closed to further replies.



  • Posts

    • 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. 
    • its old ver ))   this is new https://gamerip.ru/index.php?/topic/3308-lineage2-chronicle3-rise-of-darkness-new-version-172-030225/
  • Topics

×
×
  • Create New...