Jump to content

Recommended Posts

Posted

kala lew oti pnigeste se mia koutalia nero! asxetws to 8ema enos  forum mporei aneta na ginei kataggelia sth diw3h!(pneumatika dikaiwmata ktl ktl )to 9ema allazei ana pasa stigmh---> arkei na breite ena tropo na dikaiologhsete ta esoda an sas rwthsoun an einai nomima h dhlwmena h an estw sth forologikh dhlwsh kaluptetai to aforologhto twn 6300e opote dn uparxei problhma <---  (anaferomai k gp k mxc)

 

epishs sto eula ka8e hosting company uparxei oros p problepei k diw3eis ap thn pleura ths etaireias se tetoia periptwsh.

 

ti hackers k papantzes blepw ktl ktl ktl oi swstoi oi hackers dn 8a afhnan na 3erete ta stoixeia tous(mono to kinhto tous dn sas exoun dwsei akomh) k apla na toys glufete sta forum gia na mhn sas peira3oun h estw na anexeste ta kamwmata tous!k twra ka8iste na psa3ete ton a k ton b mpas k sas boh8hsei k mpla mpla mpla

 

 

 

An t egrafes sta elinika k me tonous 8a fenotan poli Empiriko! :P

 

On:

Exis dikio.

Posted

kala lew oti pnigeste se mia koutalia nero! asxetws to 8ema enos  forum mporei aneta na ginei kataggelia sth diw3h!(pneumatika dikaiwmata ktl ktl )to 9ema allazei ana pasa stigmh---> arkei na breite ena tropo na dikaiologhsete ta esoda an sas rwthsoun an einai nomima h dhlwmena h an estw sth forologikh dhlwsh kaluptetai to aforologhto twn 6300e opote dn uparxei problhma <---   (anaferomai k gp k mxc)

 

epishs sto eula ka8e hosting company uparxei oros p problepei k diw3eis ap thn pleura ths etaireias se tetoia periptwsh.

 

ti hackers k papantzes blepw ktl ktl ktl oi swstoi oi hackers dn 8a afhnan na 3erete ta stoixeia tous(mono to kinhto tous dn sas exoun dwsei akomh) k apla na toys glufete sta forum gia na mhn sas peira3oun h estw na anexeste ta kamwmata tous!k twra ka8iste na psa3ete ton a k ton b mpas k sas boh8hsei k mpla mpla mpla

 

 

 

Αυτά τα κατεβατά πως τα πεθύμησα έτσι!!!
Posted

@finito : sto eula(licence agreement) p ooooloi patane accept xwris na to diabasoun pote, anaferetai ka8ara h epifula3h pantos dikaiomatos k ap th dikh s k ap thn meria  ths etaireias gt etsi xanontai kerdh!!!

Posted

@finito : sto eula(licence agreement) p ooooloi patane accept xwris na to diabasoun pote, anaferetai ka8ara h epifula3h pantos dikaiomatos k ap th dikh s k ap thn meria  ths etaireias gt etsi xanontai kerdh!!!

 

ti na plirosw? dikigoro na to paw nomika , i bravo sto spiti tou na katharisei bam k eksw? :P

Posted

@finito : sto eula(licence agreement) p ooooloi patane accept xwris na to diabasoun pote, anaferetai ka8ara h epifula3h pantos dikaiomatos k ap th dikh s k ap thn meria  ths etaireias gt etsi xanontai kerdh!!!

Ξερω

εγω σε ρωτησα αν θα μπορουσες να βρεις καποια αλλη λυση

 

παντως, ανεχομαστε/εστε αυτην την κατασταση εδω και κατι μηνες, ενω ξερετε ακομα και την διευθυνση/τηλεφωνο του ^^

 

ti na plirosw? dikigoro na to paw nomika , i bravo sto spiti tou na katharisei bam k eksw? :P

Ουτε καν μπραβο. Παρε ενα τηλεφωνο σπιτι του, να δεις τι θα κανει

Posted

Ουτε καν μπραβο. Παρε ενα τηλεφωνο σπιτι του, να δεις τι θα κανει

AXAXAX

 

 

εκεί να δεις π φτάσαμε ;D

Posted

Ξερω

εγω σε ρωτησα αν θα μπορουσες να βρεις καποια αλλη λυση

 

παντως, ανεχομαστε/εστε αυτην την κατασταση εδω και κατι μηνες, ενω ξερετε ακομα και την διευθυνση/τηλεφωνο του ^^

Ουτε καν μπραβο. Παρε ενα τηλεφωνο σπιτι του, να δεις τι θα κανει

afou einai zwo

 

http://goldhosted.com/company.php

Posted

kapios na mou dosei to tilephono tou oti na ne kinito/spiti tou. se pm

Contact

 

Email: administrator@goldhosted.com

 

YM!: No Have

 

Skype: No Have

 

Telephone: 246-22-613 (International callers please dial +357)

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