Jump to content
  • 0

Vote reward Problem (L2jfrozen pack)


Question

Posted

Γεια σας αλανια..εχω ενα προβλημα με το vote reward..Λειτουργει μονο το Topzone...και δεν ξερω γιατι..

ριξτε μια ματια!

# Automatic Vote Reward System
VoteRewardSystem= True
VotesRequiredForReward = 3
VotesSystemInitialDelay= 260000
VotesSystemStepDelay= 260000
VotesRewards= 3477,3;

#Leave empty to disable one site
#if you need just one of these
VotesSiteHopZoneUrl= http://l2.hopzone.net/lineage2/details/96471/Server
VotesSiteTopZoneUrl= http://l2topzone.com/lineage2/server-info/9779/Server.html
ServerWebSite= Server.tk 

7 answers to this question

Recommended Posts

  • 0
Posted

ixa frozen prin ligo kairo kai ebgaze kai se mena idio problima lipon mono to topzone tha balis ama balis to hopzone pali den tha kani tpt bale mono ena to topzone an thes akouse se dino lisi se afto to problima an den ixa pote interlude frozen den tha se apantousa gt den ksero ego sou edosa lisi tora kane esi oti nomizis an nomizisis leo μαλακιες diko sou problima einai kai kati akomi min balis heri sto core me to eclipse to vote reward tha to xalasisi olo mono topzone litourgi mono afto bale

  • 0
Posted

Ap'oti exw akousei to hopzone exei alaksei kati sto html kai logika den to diabazei sosta. Exeis kapio error sto console?

 

Dokimase episeis kai kanena pio kainourgio vote reward system.

  • 0
Posted

Θα το κοιτάξω και αν είναι έτσι όπως λέει ο Anarchy (δηλαδή έχει αλλάξει το HTML), θα το φτιάξω και θα σου πω.

 

EDIT: Όντως έχει αλλάξει το HTML, ορίστε η λύση.

 

Πήγαινε στο Eclipse και άνοιξε το εξής αρχείο: gameserver/handler/AutoVoteRewardHandler.java

 

Θα βρεις μέσα το εξής:

 

if (inputLine.contains("Anonymous User Votes"))
			{
				votes = Integer.valueOf(inputLine.split(">")[2].replace("</span", ""));
				break;
			}

 

Πρέπει να αλλάξεις απλά το "Anonymous User votes" σε "rank anonymous tooltip".

 

Δηλαδή θα το κάνεις έτσι:

 

if (inputLine.contains("rank anonymous tooltip"))
			{
				votes = Integer.valueOf(inputLine.split(">")[2].replace("</span", ""));
				break;
			}

 

Κάνε αυτό και θα λειτουργεί κανονικά. (το δοκίμασα με τα δικά σου URL)

  • 0
Posted

ενα μεγαλο Ευχαριστώ τον Mikej το ελυσε το προβλημα μεσω TeamViewer και μου έμαθε μερικά πράγματα βασικά!

Ευχαριστώ και παλι!

LOCK!

Guest
This topic is now closed to further replies.


×
×
  • Create New...