Jump to content

[L2J]L2Averia


Jok3

Recommended Posts

Who cares for alt+b, after 10mins you can know where everything is. And sieges is not everything, here to take fort is same like to take castle on shity eu servers, it's like daily sieges at forts and also as i know there are many english speaking players, too bad they all randoms and can't gather cps and make clans.

talking from randoms when u didnt even play a server with less then 20x .<

Link to comment
Share on other sites

talking from randoms when u didnt even play a server with less then 20x .<

 

When i had much time i played i played many years low rate servers and were in good cps and were hero sometimes, now it's just boring to farm, i'm interested to log when i can and always have pvps, that's why i'm playing mids. You call yourself better? I see every mid server starting you go to forum and try find some random cp, atleast i have stable cp with which i play for year and don't invite any random ppl.

Link to comment
Share on other sites

Who cares for alt+b, after 10mins you can know where everything is. And sieges is not everything, here to take fort is same like to take castle on shity eu servers, it's like daily sieges at forts and also as i know there are many english speaking players, too bad they all randoms and can't gather cps and make clans.

Who cares about sieges, territory wars,  epics, clan mass war.

Yet there are 11,000 online players but we're able to comunicate with only 100 on them!

:not bad:

Link to comment
Share on other sites

actualy i have stable cp too bad they not joining every server :<

and yea im way better then u even u and ur frends got owned hardly

started with u then u and ur clan realized my cp is the best in ur clan

then when we realized how that clan and ur cp is bad there we left:

 

 

 

and i cannot find the valakas pvp where u got FUCKED

Link to comment
Share on other sites

and i cannot find the valakas pvp where u got -beep-ED

Valakas pvp was uploaded on own3d.tv where you can see Urgat on dying spree  :troll:

Too bad own3d closed.  :rage:

Link to comment
Share on other sites

Valakas pvp was uploaded on own3d.tv where you can see Urgat on dying spree  :troll:

Too bad own3d closed.  :rage:

yea true! but who are u? mybe our almighty movie maker? :DD

Link to comment
Share on other sites

At pharos it was full random clan, we had 1 or 2 healers only for all clan, anyway i played there only duo with my friend paladin and we were killing full pts duo, clan was only for skills and epics. Also from that clan it's only me and urgat in our cp atm so idk why you mentioned it, i still was hero and top 1 pvp all the time and i don't care what you did there with cp, i was just random in that server and i had more pvps than your all cp. Also it was before 1 and a half year and we made our cp before ~1 year and after we made it with normal setups we owned everyone in every eu server. Idk what cp you have and what you did with it, but i can see you every server looking for new random cp and we playing stable with same ppls all the time.

Link to comment
Share on other sites

gz  you owned rise  with 0cp/organise, and still got owned on next serv..

and from then never saw some of you, only anhel with random cps and all  time get owned

why so hate dude? :troll:

post some fraps from stress pls, the serv after pharos

or with other cp you played on bfp/world

 

 

Link to comment
Share on other sites

Who cares about sieges, territory wars,  epics, clan mass war.

Yet there are 11,000 online players but we're able to comunicate with only 100 on them!

:not bad:

These days eu mid rates is full of bastrds and brazils, who barely writes anything, only thing is diferent less drama about nothing.

Link to comment
Share on other sites

just a simple pvp at bridge, everyone keep comming all time and pvps non stop, in 1 week i made more frapses than i did in 5 previous servers.

Nc fraps.I knew it server would be fun.What surprises me is the fact that xfeel plays OL every time/everywhere.Grats for not complaining and still rocking.  :good sir:
Link to comment
Share on other sites

For all who said that 1 cp can't do anything in such server:

 

That's how we farm how we farm epics with 1 cp:

 

http://postimg.org/image/sp4sgxa93/full/

 

That's what items we have:

 

http://postimg.org/image/9ci83iq2z/

 

That's how much pvps we got:

 

http://postimg.org/image/60180e0cp/full/

 

And that's how we are having fun:

 

 

P.s At forum new english section and now even alt+b translated to english so everything 100% is english ig.

Link to comment
Share on other sites

For all who said that 1 cp can't do anything in such server:

 

That's how we farm how we farm epics with 1 cp:

 

http://postimg.org/image/sp4sgxa93/full/

 

That's what items we have:

 

http://postimg.org/image/9ci83iq2z/

 

That's how much pvps we got:

 

http://postimg.org/image/60180e0cp/full/

 

And that's how we are having fun:

 

 

P.s At forum new english section and now even alt+b translated to english so everything 100% is english ig.

Freya and zaken are instanced.

 

About the community board seems interesting :), what about donations? Are EU players allowed to donated?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • So excited to announce 3x Telegram Premium (6 months)   Join our official TG and participate to win!   Asocks.com - trusted proxy service providing mobile and residential proxies with a single price of $3 per 1GB   A huge locations pool and high speed will help complete all tasks    
    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...