Jump to content

Recommended Posts

Posted (edited)

This happens on Hopzone cause it needs 2-3 seconds to connect and check if you are vote its not bug or something.

yes on hopzone so what is it and why it needs 2-3 seccond when im already voted?

when it sends me you need 12 hour to vote

Edited by haskovo
Posted
public static int getHopZoneVotes()
	{
		
		int votes = -1;
		try
		{
			BufferedReader in = new BufferedReader(new InputStreamReader(new URL("http://api.hopzone.net/lineage2/votes?token=4dkBi72AztjXocda").openConnection().getInputStream()));
			String[] tokens = in.readLine().split(",");
			in.close();
			return Integer.parseInt(tokens[1].substring(tokens[1].indexOf(":") + 1, tokens[1].length()));
		}
		catch (Exception e)
		{
			e.printStackTrace();
			System.out.println("HOPZONE is offline. We will check reward as it will be online again.");
		}
		return votes;
	}

fix :D

Posted (edited)

Huh, they finally accepted vote reward systems on hopzone and made an api. I remember 1-2 years ago they tried blocking vote reward systems from reading the votes lol

Is long time now they have api..im using this too

 

Ps.Maybe is time to update this npc to api for all votesites

Edited by Reborn12
Posted

Is long time now they have api..im using this too

 

Ps.Maybe is time to update this npc to api for all votesites

Where is the difference between API and no API , i have vote rewards without API and works just fine (mass reward/manager) ...

Posted

With API, you simply check if your IP really voted or not. This one, not. You wait for queue, someone vote, you get the cookies.

Posted

Is long time now they have api..im using this too

 

Ps.Maybe is time to update this npc to api for all votesites

 

I think API is the proper way to do this now. I like that your code provides item ID and amount config, but having an API call to check directly with the vote site with no queue/no delay is what made me decide to go with elfocrash's code. I may adapt the item id/count config to my modified version of elfocrash's code that I made for L2JServer high five. I would say check his code for the endpoints you need. Even though it was old code it's still useful to see how things can be done/set examples. Thanks for the share. 

Posted (edited)

so do it :D

Maybe tomorrow or saturday i have to work too much :p

My pc is relaxing like 2 days now

Edited by Reborn12
Posted

Maybe tomorrow or saturday i have to work too much :P

My pc is relaxing like 2 days now

Ok, the codes i have atm is working perfect but if API is better its fine to update them. But with this its work perfect.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Some new features that we added: - 2 new quests - PvP Arena (to get hero status) Olympiad is disabled - Love Event - Dressme for armor/weapons/accessories - HWID Protection - More monsters - New farm zone - New autofarm system (works almost like adrenaline) - Auto enchant - Auto augment - 3 levels of armors - 3 levels of weapons - Anti KS System - Rebirth Manager - 30 days checking rewards - Small event (daily checking with small reward for all online players)
    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
  • 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