Jump to content

Recommended Posts

Posted

 

 
 

 

[GR]Fysika kai autos ine o skopos tou post , http://thenewboston.org/list.php?cat=31 des edw kapia tutorials arxika.

 

 

 

 

I will update the version in some hours gyes, for fixes, dont forget i made this for practice , so i won't be much fast.

 

ευχαριστώ

Posted (edited)

UPDATED V2

replaced announce with Broadcast.announceToOnlinePlayers

fixed @SuppressWarnings shits

improved pickplayers() method

now announce number of players that registed before pick the 2 random players

 

when i register more than two players, for example three players:  http://i.imgur.com/Z54Nm1S.jpg

In version 2, i tested with 3 players registed, no problem until now.

 

 

 

FOR ANY BUGS , FIXES , YOU KNOW!!

Edited by Lioy
Posted

problems when there was a tie...

FIXED (added new link , although same version)

 

had forgot to add clean() method.

Posted

 

Asked by discorder25 , made for practice
 
Description:
 

 

 

CODE[V2]:

http://codecrap.com/content/1229/

 

Default delay: 3 minutes(it was for test)

Configuarable(including reward id,count,allow or no the event and delay)

?register to register

?unregister to unregister

Tested(no errors)

For bugs: pm me in the forum or let a comment in this topic,thank you.

 

23huphz.jpg

az9yma.jpg

34j3mf4.jpg

2udussi.jpg

2hpnbzl.jpg

2utkzkw.jpg

2u4t0ub.jpg

 

For more code requests pm me , I do this only for pract

it works to l2jfrozen ?

  • 3 months later...
Posted (edited)

sure

i have register 3 ppl and when say in announcement "amount of players registed 3. 2 random players will be choosen in 30 seconds show that error in gs and event dont start, dont say somethnig in announcements not start again

 

image.png

Edited by nikosdevil20
Posted

i have register 3 ppl and when say in announcement "amount of players registed 3. 2 random players will be choosen in 30 seconds show that error in gs and event dont start, dont say somethnig in announcements not start again

 

image.png

 

 

Change public static Vector<L2PcInstance> players = new Vector<>();

 

to :

 

public static CopyOnWriteArrayList<L2PcInstance> players = new CopyOnWriteArrayList<>();

Posted

Change public static Vector<L2PcInstance> players = new Vector<>();

 

to :

 

public static CopyOnWriteArrayList<L2PcInstance> players = new CopyOnWriteArrayList<>();

 

This, also you should add a little restriction pony where the char can only fight if he has level 80 or nobless

 

if (!activeChar.isNoble)

return true;

else if (!activeChar.isNoble()

return false;

 

something like that for fun

Posted

well

"something like that for fun"

 

if (!activeChar.isNoble || activeChar.getClassId().level() == 3)
        {
        activeChar.sendMessage("You have successfully registered to the event!");
        return true;
        }
    else if (!activeChar.isNoble() || activeChar.getClassId().level() < 3)
    {
        activeChar.sendMessage("You need to be a nobless and have 3rd prof.");
     return false;
    }

 

Sorry napster is that better for you?

Posted

Change public static Vector<L2PcInstance> players = new Vector<>();

 

to :

 

public static CopyOnWriteArrayList<L2PcInstance> players = new CopyOnWriteArrayList<>();

i change to this and now i have this error: 

 

image.jpg

Guest
This topic is now closed to further replies.



  • Posts

    • I had friends who played on Elegant and I can confirm it wasn't a bad server. I don't know about the AI bots running around, but in my opinion the price is simply too high. I don't think many people will spend that much money on Lineage 2 files when alternatives like L2Scripts already exist.   Of course it's all about personal preference, but for such an old chronicle the price seems ridiculously expensive. Modern chronicles usually offer more value.   Anyway, I wish you the best of luck with the sale. This is just my personal opinion. Whoever likes it, good for them, and whoever doesn't, that's fine too. Everyone has different preferences.
    • https://l2avokado.com/ Hello everyone,   After some time of development, we've decided to open L2Avokado to the public in its current development stage. We're looking for players who enjoy Interlude and would like to help shape the project before its official release.   This isn't a "launch" announcement. Instead, we're inviting the community to log in, explore the server, test the systems we've built, and provide honest feedback. Whether it's bug reports, balance suggestions, progression ideas, or quality-of-life improvements, we'd love to hear them.   Our goal has always been to create an Interlude server that feels familiar while offering a fresh progression experience. We've intentionally avoided custom weapons, armor, and client modifications. Instead, we've focused on redesigning progression through reworked hunting grounds, quests, crafting, and gameplay systems while remaining compatible with a clean Interlude client.   At this stage, the core progression path has been implemented, including the main hunting grounds, quests, custom systems, and events. However, as the project is still under active development, there will inevitably be bugs, balance issues, and areas that require further polishing.   This is exactly why we'd like your help.   We're looking for players who are willing to: Test gameplay and progression. Report bugs and exploits. Suggest balance improvements. Share ideas for new features or quality-of-life changes. Help us build a server that the community genuinely enjoys playing.   The Client and System downloads are already available on our website, so you can jump straight into the game. We're also working on a dedicated launcher that will simplify installation and future updates.   If you're interested in helping develop a unique Interlude project and want your feedback to genuinely influence the direction of the server, we'd love to have you with us.   We look forward to seeing you in-game and hearing your thoughts on Discord. https://l2avokado.com/
    • Mate your server used to play with full of bots, from where you find that revenue? 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..