Jump to content

Recommended Posts

Posted

Maybe it will help someone to adapt it is vote reward system with command (.getreward)

is working 100% on H5 servers and its for L2Network.eu

 

https://github.com/L2TopNetwork/TopNetowrk

 

As SweeTs told me on Skype, you don't need DbUtils, as you can use try-with-ressources feature since Java 7.

 

https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html

Posted

Maybe it will help someone to adapt it is vote reward system with command (.getreward)

is working 100% on H5 servers and its for L2Network.eu

 

https://github.com/L2TopNetwork/TopNetowrk

what tha f**k is this? he should be banned from git

solutions has been told many times simple and easy dont confuze ppl with this monsters

Posted (edited)

Yeah, even small rework for acual code would be enough (using java 7 features, at least).

 

Actually you can help us because we dont have any clue with Java if you know how to build it better add me here: Skype: sat1on

Edited by Vagrancy™
Posted

Why this is not working?

This is from the Vortex Engine, Topzone is working but Hopzone is not. I tried to use the same method from the AutoVoteManager witch is working but on this code did not work, so I need to fix this one>

Thank you f\to anyone that help.

protected static int getHopZoneVotes()
	{
		int votes = -1;
		URL url = null;
		URLConnection con = null;
		InputStream is = null;
		InputStreamReader isr = null;
		BufferedReader in = null;
		try
		{
			url = new URL(Config.VOTE_LINK_HOPZONE);
			con = url.openConnection();
			con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");
			is = con.getInputStream();
			isr = new InputStreamReader(is);
			in = new BufferedReader(isr);
			String inputLine;
			while ((inputLine = in.readLine()) != null)
			{
				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"))
				{
					votes = Integer.valueOf(inputLine.split(">")[2].replace("</div", ""));
					break;
				}
			}
		}
		catch (Exception e)
		{
			e.printStackTrace();
		}
		return votes;
	}
  • 4 weeks later...
Posted

I tested your code and is broken, not working at all, please fix your code before share because you waste people time, everyone is trying to make it and after they find out it's not working.

Posted

I tested your code and is broken, not working at all, please fix your code before share because you waste people time, everyone is trying to make it and after they find out it's not working.

[GR] Den ftanei pou sas kanei share exete kai parapono mazepse ton kwlo sou kai skepsou pws na to ftiakseis , den ftaiei o author an to hopzone/topzone allazei methods sto vote kathe mera kai oute einai ipoxrewmenos kathe mera na sou ftiaxnei ta problimata, user name exeis L2Dev ante ti perimeneis lipon?

 

[EN]sorry for the greeks but sometimes people are really stupid

Posted

[GR] Den ftanei pou sas kanei share exete kai parapono mazepse ton kwlo sou kai skepsou pws na to ftiakseis , den ftaiei o author an to hopzone/topzone allazei methods sto vote kathe mera kai oute einai ipoxrewmenos kathe mera na sou ftiaxnei ta problimata, user name exeis L2Dev ante ti perimeneis lipon?

 

[EN]sorry for the greeks but sometimes people are really stupid

I cannot understand what you have said to me, maybe try google translate? :D

  • 2 weeks later...
  • 4 weeks later...
  • 3 weeks later...
  • 3 months later...
  • 2 months later...
Posted

I get an error on gameserver when I click on the button and nothing happen.

 

"Sent not handled RequestBypassToServer: [vote-hopzone]"

 

"Sent not handled RequestBypassToServer: [vote-topzone]"

 

How do we fix that?

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

    • Hi I would like to buy your panel, please reach me out from discord: doncarlo thanks in advance 🙂
    • Hi,   I am looking for experienced L2J developer who can handle Java work – systems, shops, buffer, custom features and client-side edits. Paid work. If you are interested, contact me: Discord: doncarlo
    • Hi all, I am looking for very experienced L2J developer to join and help with my Lineage 2 Interlude project (server launching soon). What I need: Build and manage shop system (manager shops) Buffer service, GM shop, custom services Good understanding of server-side (L2J) and also client-side edits Clean, stable and professional work (no random fixes) Important: Must have real experience with L2J / Interlude Must understand how to properly structure systems, not just copy-paste This is paid work, I respect your time and effort. If you are serious and experienced, contact me on Discord: doncarlo Thanks.    
    • Hey, I went through your NimeraCP and honestly, it looks really solid. Instantly bought for my server! Compared to most L2 panels, this is on a completely different level — the UI is clean, modern, and doesn’t feel like some 15-year-old system. I really like how everything is in one place — shop, referrals, rewards, roll & lucky wheel. The automation and real-time features (If you ask Splicho nicely, hahaha) are a big win too, since most panels are missing that. Overall though, great job. It feels like a next-gen panel, not just another copy. Definitely has the potential to be one of the top solutions in the L2 scene.
    • Helloo i was wonder if in interlude there is a way to increase font ui size ?  becouse sometimes when i put the game in full screen all the bars buff inventory etc are very  small  and i dont see very good .. , some one know if i can edit something in system?
  • 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..