Jump to content

[Share]Hopzone Java Reward for Interlude


Boorinio

Recommended Posts

Java hopzone reward is absolutely legal it's not a php script

I don't really know the rules but I think it's considered as "forcing the players to vote"!
Link to comment
Share on other sites

Hello, I try to apply this part

 +		AutoVoteRewardHandler.getInstance(); 

but in Jteon not get me this

 if ((Config.OFFLINE_TRADE_ENABLE || Config.OFFLINE_CRAFT_ENABLE) && Config.RESTORE_OFFLINERS)
			OfflineTradersTable.restoreOfflineTraders(); 

if (Config.DEADLOCK_DETECTOR)
		{
			_deadDetectThread = new DeadLockDetector(); 

 

 

where you could enter it?

 

pff lol man!

 

you're java God?

 

dedicated to respond and do not spam noob but you are going to give a valid and consistent response better not do it...

 

I see q class Rembrandts matter you have as a brain.

 

If staff already were banned by type of comments like this so idiots

Link to comment
Share on other sites

Again some good developer that was taking money from his work get a finger in his ass from a noob that bought his work and shared it for free!

Cheers...

 

You are reported i never bought any code from any developer.....

Link to comment
Share on other sites

Tnks for the share man, im trying to adapt it to L2JFree (Gracia Final) but im getting the following error when i try to compile:

[ERROR] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Compilation failure
/media/NuevoVol/L2JFree/l2jfree-core/src/main/java/com/l2jfree/gameserver/instancemanager/AutoVoteRewardHandler.java:[75,47] cannot find symbol
symbol  : method isDetached()
location: class com.l2jfree.gameserver.network.L2GameClient

 

I would really appreciate any help that you can give me, fixing this issue.

Link to comment
Share on other sites

I think you will need to change

HopZone_ID =  Integer.parseInt(L2jMoxos12Settings.getProperty("HopZoneID", "www.google.com")); 

to

to HopZone_ID =  L2jMoxos12Settings.getProperty("HopZoneID", "www.google.com");

 

 

And from public static int HopZone_ID; to public static string HopZone_ID;

Link to comment
Share on other sites

you cant even make a simple string.

Be sure about that.

I remember your knowledge when i made you an simple question with error log. Your answer were Sql problem? or something even failest that this. And correct answer were lack of ram memory >.<

I also remember you were pming me and crying to give you that code as well, then you told you get the fck out sucker, you just start the "war" >.<

Your penis won't grow up by tranna be dev, and flame ppl which for sure know thousands things more than you...

 

Please dont cry for your 200 euro.

 

And who da fck told you that im crying? Im just loling at you(or maybe not exactly at you, nvm im just saying), and other kids, which can't make something by their own, or even buy something usefull, and just w8ing until it realise public, and right after that, after addapting it into server source, they are like: Oh my god, i got da best server in da world, i gotta vote reward no one have it :OOO

It just stupid seriously...

Link to comment
Share on other sites

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

    • Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119
    • The heavy lifting is done in the client, because while you can get away with small imperfections in the java, everything in the client must be impecable. So, if you haven't touched the client, I'd say pick the newest protocol version you can find the client editing tools and Interface.u (mandatory) / NWindow.dll (better to have it) / Engine.dll (optional) sources for. At the very least, you need the Interface.u to fix the Clan Window and enable skill enchanting on Classic/Essence versions, if you decide to use one of them instead of MAIN/LIVE.
    • Thanks for clarification. Do you think the newest clients offer solid advantages compared to the classic ones like Salvation? I'm also in the process of porting h5 to one of them just for the sake of it, so I was wondering if I should just attempt to go to the newest possible.
    • Upgrading to Salvation is exactly the same as upgrading to the newest client with the only difference being access to free-shared client editing tools and resources. I am speaking from experience. I have upgraded my HF source to one of the newest clients by myself (in terms of server side. got help with the client) and hit every single wall there was in the process. Now, I already have several multi-protocool server cores so I can easily compare different approaches to tackling the same issue, which also helped the learning process. Best way to learn would be to use this one (link below) to snoop around and figure out what has been changed in the server side (the packet structure will be different, for sure, but works for understanding/figuring the process out in general terms). https://github.com/iBezneR/L2J_SunriseProject_Purity The client side will always be the same, always the same files, only the DAT structure will be different. I personally wrote myself some parsers for the data of the DAT files from OLD -> NEW client.
  • Topics

×
×
  • Create New...