Jump to content

Recommended Posts

Posted

First of all Thanks for great share An4rchy  ;)

 

Can u tell what exactly needs to be changed??

 

On the line 305 you will see this

 

if (line.contains("Anonymous User Votes"))

 

Replace it with:

if (line.contains("rank anonymous tooltip"))

 

this code doesn't work for me. If i past it into gameserver.java

 

if (Config.ALLOW_HOPZONE_VOTE_REWARD)

{

VoteRewardHopzone.getInstance();

}

if (Config.ALLOW_TOPZONE_VOTE_REWARD)

{

VoteRewardTopzone.getInstance();

}

 

Lion code work fine you just need to include imports in your GameServer.java

 

import PATH TO YOUR FILE .VoteRewardHopzone;

import PATH TO YOUR FILE .VoteRewardTopzone;

 

example:

 

import com.l2jfrozen.gameserver.model.entity.VoteRewardHopzone;
import com.l2jfrozen.gameserver.model.entity.VoteRewardTopzone;

Posted

is not working hopzone changed a lot of things... every second the string change

 

<li><span class="rank anonymous tooltip" title="la vita e bella">222</span></li>

<li><span class="rank anonymous tooltip" title="no steal make love">222</span></li>

<li><span class="rank anonymous tooltip" title="no votes here">222</span></li>

 

can anyone fix this ? thx

Posted

First of all Thanks for great share An4rchy  ;)

 

On the line 305 you will see this

 

if (line.contains("Anonymous User Votes"))

 

Replace it with:

if (line.contains("rank anonymous tooltip"))

 

This is the solution. If it still won't work it means that you've got to browse the source of the your server's hopzone page and check the latest difference of the counting show-off script.

 

So far the change of the guy posted the above fix is actual.

Posted

guys just make this

if (line.contains("Anonymous User Votes"))

to this

if (inputLine.contains("no steal make love")||inputLine.contains("no votes here")||inputLine.contains("bang, you don't have votes")||inputLine.contains("la vita e bella"))

se mia koutalia nero pnigeste

Posted

guys just make this

if (line.contains("Anonymous User Votes"))

to this

if (inputLine.contains("no steal make love")||inputLine.contains("no votes here")||inputLine.contains("bang, you don't have votes")||inputLine.contains("la vita e bella"))

se mia koutalia nero pnigeste

 

What's that long code needed for, check above.

Posted

What's that long code needed for, check above.

i don't know if the other thingy works i didn't try it but mine works and it is long cause hopzone started putting random words before the votes these are the 4 options..

Guest
This topic is now closed to further replies.



  • 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