Jump to content

Recommended Posts

Posted

hello i have reworked l2jfrozen autovote system for l2jacis before some months and i think its time to share it..

If you Want to Install It In Your Server Please Make It Manual My Eclipse Is Crazy Sometimes And Maybe Patch Is Not The Best

You Can Set Each Site Delay and vote required to take reward

 

Link:

http://pastebin.com/vZGcHAbR

 

Have Fun..!!!

  • Upvote 2
Posted

hello i have reworked l2jfrozen autovote system for l2jacis before some months and i think its time to share it..

If you Want to Install It In Your Server Please Make It Manual My Eclipse Is Crazy Sometimes And Maybe Patch Is Not The Best

You Can Set Each Site Delay and vote required to take reward

 

Link:

http://pastebin.com/vZGcHAbR

 

Have Fun..!!!

were can i put this file??

  • 4 weeks later...
Posted (edited)

Topzone not working!!!!!! and works again :) thanks reborn12

But replace this:

 

public static int getTopZoneVotes()

   {
       int votes = -1;
      
       try
       {
           final URL obj = new URL(Config.VOTES_SITE_TOPZONE_LINK_TOP);
final HttpURLConnection con = (HttpURLConnection) obj.openConnection();
 
con.addRequestProperty("User-Agent", "L2TopZone");
con.setConnectTimeout(5000);
 
final int responseCode = con.getResponseCode();
if (responseCode == 200)
{
try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream())))
{
String inputLine;
while ((inputLine = in.readLine()) != null)
{
if (inputLine.contains("Votes:"))
{
votes = Integer.valueOf(inputLine.split("<br>")[1].replace("</div>", ""));
break;
}
}
}
}
}
       catch (Exception e)
       {
           System.out.println("Server TOPZONE is offline Trying to Reconnect");
           Announcement.VoteAnnouncements("TOPZONE is offline...Trying to Reconnect");
       }
       return votes;
   }
Edited by Mellion

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

    • Lineage2Network - Interlude Reimagined   Embark on a revitalized journey through the classic Interlude era with Lineage2.Network. Our server is meticulously crafted by veteran players to deliver a seamless and engaging experience, blending the nostalgia of the Chaotic Chronicle with modern enhancements.     Server details   Chronicle: Interlude + Classic Rates: EXP x30 | Adena x10 | Drop x10 | Spoil x10     Server features   Daily Missions - complete special tasks for daily rewards Attendance Rewards - get rewards for online time Custom Events - TVT, DM, CTF NPC buffer duration - 2 hours   Mana Potions - restores 1000 MP, 10s cooldown Ring of Core additional stats: +1 STR Earring of Orfen additional stats: +1 INT Shadow Earring of Zaken - 7 days Shadow Ring of Queen Ant - 7 days   Max buff count - 24 (20 + 4 with Divine Inspiration) Noblesse, Heroic Valor, Flames of Invincibility and Celestial Shield don't take buff slot Reworked Cancel, Mage and Warrior Banes – removed buffs reappear after 30s Block Buffs - block all incoming buffs except from self/party Sweeper Festival added to Spoiler class   Subclass – retail or purchasable Noblesse – retail or purchasable up to Barakiel; collect 8 fragments for full staff 1st & 2nd class free, 3rd needs 700 Halisha Marks or is purchasable New Olympiad System: new stadiums with NPC buffer,  1 week period.     Key dates     Beta Launch: April 14, 2025 Official Launch: May 9, 2025     Check out full server details in our website And visit our discord   Join us and be part of community where classic gameplay meets innovative updates. Whether you're a solo adventurer or part of a formidable clan, Lineage2.Network offers a dynamic and balanced environment for all.  
    • Good day. Our game currency store is looking for suppliers of adena and items on a project such as L2REBORN x10. We also sell Epic jewelry and various items on this project L2REBORN x10. There are items and adena on L2REBORN x1. For all questions, write to us in discord - goddardshop
  • Topics

×
×
  • Create New...