Jump to content

Recommended Posts

Posted (edited)

My AIO system for example, offline shops.. You can use it for live server without fear :D

you mean offline shop craft ? why i think is not your offline shop and is just 1 adapt code ? I'm wrong ?

 

your Aio you think is the best code ?

i don't searched all code i find first mistake and i stop on they Aio

you run every 10 second 1 for 

+       // Run task each 10 second.
+       ThreadPool.scheduleAtFixedRate(this, 10000, 10000);
 for (Map.Entry<L2PcInstance, Long> entry : _players.entrySet())
if you edit your code you can make it some good ( create 1 manager to save all Aio from db and new aio)
on start server load the instance and start the thread ( with lower Long ) and you don't need check this map every 10 sec
( so is not for live server ) is like that who i said on my another post :)
Edited by pirama
Posted

 

I was not offended relax :P

 

If i understand well you mean 99% of the codes that are shared here are from guys that they think the code is useless for them and they say "i will share it to get some reputation"?

If yes , i agree in some cases ... besides, why someone will share a 'rare' code without getting some money? Ofcourse there are exceptions ...

My acp is free

Posted (edited)

Bleh code. Baggos better start a unreal project  :-

 

This code is worst than Elfocrash 2011 coding style :( 

 

PS: Melron i start to like you, you and me can make an empire 

PS2. Elfocrash sucks

Edited by Θα Σπασω Κουπες
Posted

Bleh code. Baggos better start a unreal project  :-

 

This code is worst than Elfocrash 2011 coding style :( 

 

PS: Melron i start to like you, you and me can make an empire 

PS2. Elfocrash sucks

Said accessDenied with the half code shares..
Posted

Said accessDenied with the half code shares..

Says who? Bitch i've never used a shared code mostly because i'm a fucking ego-selfish bitch. So i couldn't use the work of someone else.

Tell us why they made you gold member again? Because of your "pro" shares?  Oh i forgot you haven't make any unlike me who made tutorials, free faction systems, free services topic e.t.c. 

The only thing you do here is selling 25 euro for a zone that is already share many times and its 10 lines code. 

 

No offensive but being ironic  won't help you at all. Try be friendly next time. 

Posted

Says who? Bitch i've never used a shared code mostly because i'm a fucking ego-selfish bitch. So i couldn't use the work of someone else.

Tell us why they made you gold member again? Because of your "pro" shares?  Oh i forgot you haven't make any unlike me who made tutorials, free faction systems, free services topic e.t.c. 

The only thing you do here is selling 25 euro for a zone that is already share many times and its 10 lines code. 

 

No offensive but being ironic  won't help you at all. Try be friendly next time.

 

Im friendly enought but with ppl like you no.you are like 2-3 faces why i have become gold member ask maxtor..

You did the free topic to become a staff here but no you got a ban instead of this...about zonemanager if its 10lines or 3 its my problem but i will tell you just one thing..its a system you can what you want there not only to change timers or locations add/remove things in minutes..

Posted

Im friendly enought but with ppl like you no.you are like 2-3 faces why i have become gold member ask maxtor..

You did the free topic to become a staff here but no you got a ban instead of this...about zonemanager if its 10lines or 3 its my problem but i will tell you just one thing..its a system you can what you want there not only to change timers or locations add/remove things in minutes..

bla bla you love me and u know it 

Posted (edited)

Bleh code. Baggos better start a unreal project :-

 

This code is worst than Elfocrash 2011 coding style :(

 

PS: Melron i start to like you, you and me can make an empire

PS2. Elfocrash sucks

If you AccessDanied speak about "style" then kill yourself.

It's clean enough if you check the 95% of this section.

Simply as that.. Not pro/useless styling that you don't need it. Ofc there are parameters that need to be changed but this share with my private shop is different enough.. Take a example from my note about bypass exploit.. The checks are different.

It's not a gallery.

But what I'm trying to explain to a wall... Continue learning how to add background for cb and then we will speak again.

 

About Reborn's random zone, first of all there (at least on mxc, I dont know/care for other forums ) is not any share.

And if you find share "10" lines code then use it as you always make work with shared things. That's why you got ban.

Anyway..

Edited by 'Baggos'
Posted (edited)

@pirama

Yea, it's just an adaptation. My point was it's fully functional.

 

About AIO, it's supposed to be like that, one task holding all AIO players, checking it's end time. It doesn't have to be so accurate that's why I set 10sec instead of 1 :D dunno why you find it as a mistake rofl.

Edited by SweeTs
Posted (edited)

@pirama

Yea, it's just an adaptation. My point was it's fully functional.

 

About AIO, it's supposed to be like that, one task holding all AIO players, checking it's end time. It doesn't have to be so accurate that's why I set 10sec instead of 1 :D dunno

is mistake to use scan every 10 sec ( or x time without needed )
example :
if server has 1000 Aio you scan every 10 sec map with 1000 object
as i tell you before you can start 1 Thread with next remove ( and on this step , can you take the next lower time , for next scan )
 
if next remove is in 24 hours :
you have call this scan ( 8.640 ) times ( without edit anything ) ( and as i tell you , only 1 with edit )
so your code can get big performance only from this " edit "
 
if you create many feature like this ( is killer for the server )

so as i said and before 99% from share is only for test servers .. and only for newbies to see it ... nothing more :)

 

@pirama

 why you find it as a mistake rofl.

now you see the example, tell me , is mistake or no ? :)
 

bla bla you love me and u know it 

i like your photos ... every time and better 
Edited by pirama
Posted (edited)

There are many running tasks launching every sec, for all players, GTC, pvp task for example and you say that the task for 'few' ppl each 10sec is a killer o.O

 

Yet, mby true, I'mma think about it :)

 

Oh it's also an old version, on acis forum there is updated one, from January. Not sure how it differs, but for sure the task is the same :lol:

Edited by SweeTs
Posted (edited)

If you AccessDanied speak about "style" then kill yourself.

It's clean enough if you check the 95% of this section.

Simply as that.. Not pro/useless styling that you don't need it. Ofc there are parameters that need to be changed but this share with my private shop is different enough.. Take a example from my note about bypass exploit.. The checks are different.

It's not a gallery.

But what I'm trying to explain to a wall... Continue learning how to add background for cb and then we will speak again.

 

About Reborn's random zone, first of all there (at least on mxc, I dont know/care for other forums ) is not any share.

And if you find share "10" lines code then use it as you always make work with shared things. That's why you got ban.

Anyway..

 

Wow what a nice way to talk to me. You guys goin from bad to worst. Divas of forum. 

Did you even realise the "trolling" part? No? Maybe cause you're a shitty personality. 

Wannabe friends turn into fucking kids. I'm glad i never like you as i knew you're a damn fucking bitch.

Thats why i got banned? Rolf i laugh so hard on you. By the time i was helping people in this forum u were 5 years old. 

Don't forget even the image u have spinning around is because of me ;) gtfo now and ask maxtor why i got banned before u open ur shitty mouth piece of crap

 

It's funny how people after getting some gold member show their real self and spread posion. You troll them and they suddedly start say real things :) #2017PEOPLE

Edited by Θα Σπασω Κουπες
Posted

There are many running tasks launching every sec, for all players, GTC, pvp task for example and you say that the task for 'few' ppl each 10sec is a killer o.O

if one thread need to run every ( lower than 1 sec ) ( give it 0.5 and don't give it 0.9 )  

" but if needed "
if not is just lossed power
 

 

 

[GR]

mila mas kai as min mas agapas :P

kai iremiste ligo re sis den nomizw na exete na xorisete kati 

Posted

Access don't worry.. I am still your friend. ;)

Check spam section I take your place many times when someone judge something personal for you.

I don't really care for your previous answer, but I'm tryining to make something useful for some people. A simple services npc with vip system.

 

Anyway I will update a style like merlon's answer or like elfo mentioned if the style means so much for you people.

 

Goodmorning guys.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • its not imagination we skip that on this topic my offer still stands i am accepting a house Mr. @ERROR501 for more information please contact me
    • Sell ready interlude server files, with all popular features and tested, stable source + fully functional premium geodata for free.   Features include: Events: DM CTF TVT LM Dressme system Custom Buffer GM Shop Custom community board Donation manager  Auto Farm   Album: sell c6 — ImgBB   Test Server online: Patch link: https://drive.google.com/file/d/1mvEbv9XESsvfWwc638xFyyzyESeE2U95/view?usp=drive_link Auto acc create and auto admin   Price: 300$. Discord: l2retro
    • Faltan demasiados archivos,  y lógicas en clases claves como L2pcInstance, entre otras. si bien muchas cosas están y el flujo es valorable.  Gracias por tu esfuerzo es bastante... pero realmente no esta completo el código, falta que subas todas las modificaciones en clases colaterales... podrías intentar subir un diff de todo el mod  completo de tu pack y bueno ahí si que cada uno adapte... pero faltan muchas cosas, dudo que haya gente que lo haya echo funcionar con esto... 
    • I know people who have fully bypassed and reversed AAC. One day, they might even release the full source code, but for now, they’re still making money off it. I won’t name anyone, but it’s clear that there aren’t any truly solid anticheats for Lineage2. As I’ve said before, kernel level anticheats are the only real solution. Anything that runs as Internal and injects gets flagged, and your account ends up getting kicked or banned. That’s just how most games handle it nowadays. To TL;DR the whole thing cheating will always exist because there are people out there smart enough to bypass any protection and run private cheats. Public cheats are always detected eventually, so I don’t see any point in buying AAC, especially when they claim it blocks adr, which simply isn’t true.
    • 🌐 Website: https://l2adonis.com 📅 GRAND OPENING: July 18, 2025 – 20:00 (UTC+2) 💬 Discord: https://discord.com/invite/tZBj8JxAwx 🚫 No auto-farm • No auto-macro • No pay-to-win • No custom   Some Basic Info's (More detalied info's on website)  EXP/SP: x25  Adena: x15  Drop: x15  Spoil: x15  Seal Stones: x15  Raid Boss Drop: x10  Epic Boss Drop: x1  Manor: x10  Safe Enchant: +4  Max Enchant: +16  Normal Scroll Chance: 50%  Blessed Scroll Chance: 66% (If enchant fail item remain +4)  Buff Slots (30+4 extra with Divine Inspiration)  Dances/Songs Slots 14  Auto-learn skills  ⚔️ Real PvP • Real Progression • Retail-like experience JOIN NOW and relive the real L2 experience!
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock