Jump to content

Recommended Posts

Posted

The fix is by MikeJ all credits belogs to him.

 

Locate your vote reward script and find this lines below.

 

Change this:

String votesLine = in.readLine();

To this:

String votesLine = inputLine;

 

 

Find this line:

votes = Integer.valueOf(votesLine.split(">")[5].replace("</font", ""));

 

And replace with this:

 

votes = Integer.valueOf(votesLine.split(">")[3].replace("</div", ""));

 

The code isn't tested so i'm waiting feedback!

Posted

Lol, I actually wrote this fix and gave it to another thread but alright.

 

It's good that you shared it.

 

I can't know that...

Posted

The administrator of Topzone actually suggested a fix that didn't even work, here's the thread but they removed some posts including his post.

 

http://maxcheaters.com/forum/index.php?topic=282690.0

 

I've actualy already read it right before u say you posted it...

Posted

Can you tell me where is the directon on frozen? (they're retail vote reward system)

It's in gameserver/handler/AutoVoteRewardHandler.java

 

Line 278 for me.

Posted

Fixed.

Alright.

 

By the way it's not about me, I would post in behalf of someone too if I saw false credits somewhere.

 

It's just that credit should go where it belongs to.

 

By the way, I tested the code myself and it's working perfectly. (Rebellos tested it aswell)

Posted

Alright.

 

By the way it's not about me, I would post in behalf of someone too if I saw false credits somewhere.

 

It's just that credit should go where it belongs to.

 

By the way, I tested the code myself and it's working perfectly. (Rebellos tested it aswell)

 

Honestly don't blame me, i can't know everything correct?

Posted

Honestly don't blame me, i can't know everything correct?

Where did I blame you exactly? (btw moderators I know that's offtopic and I'm sorry for that)

Posted

I would post in behalf of someone too if I saw false credits somewhere.

It's just that credit should go where it belongs to.

 

...

Guest
This topic is now closed to further replies.


×
×
  • Create New...