Jump to content

Recommended Posts

Posted

Yea 1st match and 2nd in CHAMPIONS LEAGUE will be EPIC :P

they will be EPIC

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

wins for barca

Posted

this happen when Real try to play with angry, fouls, karate

 

The God makes you pay with his son Messi

Posted

cry me a river now ThePeoplesChamp

 

why Cry ? Real plays awful and i say it ... im not fan boy as from barca saying "They dont care for copa del rey" (for example)

 

Anyway that refeere was HORRIBLE ... This idiot should be banned for other matches ...

Posted

this happen when Real try to play with angry, fouls, karate

 

The God makes you pay with his son Messi

 

u sound like barca fanboy ... When they was losing kids dont care for barca. now start win they love them and saying they support them years. that make me laugh ...

 

hhahaha if u see on messi god ... i have bad news for u...

Posted

Fucking boring match.Messi is the best football player in the world at the moment and he won this match alone.Congratulations to Barcelona.

Posted

-beep-ing boring match.Messi is the best football player in the world at the moment and he won this match alone.Congratulations to Barcelona.

 

yes he is the best atm. but u saw referee (idiot who should be banned for other matches) was messi fanboy ... In some fouls he should give yellow cards but he did not ... kinda sad and corruption ...

Posted

yes he is the best atm. but u saw referee (idiot who should be banned for other matches) was messi fanboy ... In some fouls he should give yellow cards but he did not ... kinda sad and corruption ...

Bud,I was not supporting Real, neither Barca..

I actually wanted to see some good match.

1)The match was horrible!

2)Ref was horrible..Not the way you think of it tho..Sergio Ramos should be suspended with a 2nd yellow some minutes after Pepe's red card, which definitely was red, and I also counted some yellows that were not given..

Adebayor grabbed Puyol from the neck in front of the ref and he did nothing...

3)Messi was nowhere for like 70 mins but you can't stop that guy when he's on raw..seriously!

4)Ronaldo's bullshit..How can you compare those two players? -.-'

 

 

Don't call me fanboi...I just write what I see.

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