Jump to content
  • 0

[HELP] Pws fixarw to Vote system*


Question

Posted

Kalispera magkes pws fixarw to vote system tou L2jfrozen C6

 

exei sta Configs auta*

 

 

# Automatic Vote Reward System
VoteRewardSystem= True
VotesRequiredForReward = 50
VotesSystemInitialDelay= 10000
VotesSystemStepDelay= 10000
VotesRewards= 6392,20;

#Leave empty to disable one site
#if you need just one of these
VotesSiteHopZoneUrl=
VotesSiteTopZoneUrl= http://l2topzone.com/vote.php?id=8080
ServerWebSite= http://www.l2-blabla.com

 

Pws ginete na to kanw na dini reward kserw gw s olou stous online ??

To exw true alla den work eimai teleios asxetos me to system auto..

alla oxi same IP?

 

 

an uparxei kapoio Guide ti kanw k pws sas parakalw agnoiste to k dwste m apla link na paw na mathw pws.

Recommended Posts

  • 0
Posted

prepei na peraseis to source mesa sto eclipse...kai na valeis ena ip protection

 

uparxei kapoio Vote reward to opoio na mporo na to diaxiristo?

 

Codes kserw na pernaw .. poio vote reward tha m protinate?

  • 0
Posted

uparxei kapoio Vote reward to opoio na mporo na to diaxiristo?

 

Codes kserw na pernaw .. poio vote reward tha m protinate?

den exw dei ta vote rewards pou einai shared edw...apla psa3e ligo kai 8a vreis kati kalo
  • 0
Posted

den exw dei ta vote rewards pou einai shared edw...apla psa3e ligo kai 8a vreis kati kalo

 

 

ok man kapoios allos exei na m protini kati kalo?

  • 0
Posted

fisika kai mporeis.

 

euxaristw file tha to dokimasw tha dw pou kanw lathos k tha to kanw reply edw,

me to adapt exw ena mikro provlima  ante na doume pws tha to perasw auto xd

  • 0
Posted

Εμένα προσωπικά στο l2jfrozen αυτό είναι το Vote System.

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

  • 0
Posted

Εμένα προσωπικά στο l2jfrozen αυτό είναι το Vote System.

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

Σε ολους ετσι ειναι , απλα το παιδι θελει κατι παραπανω.

  • 0
Posted

Σε ολους ετσι ειναι , απλα το παιδι θελει κατι παραπανω.

Σορρυ δεν το είδα! Πρέπει να περάσει java code για να μην γίνετε αυτό. Υπάρχει εδώ στο forum σε αυτό το section ( http://maxcheaters.com/forum/index.php?board=62.0 ) αλλά τώρα δεν μπορώ να το ψάξω βαριέμαι. Συγκεκριμένα μπορείς να ψάξεις εδώ http://maxcheaters.com/forum/index.php?topic=234438.0

  • 0
Posted

Kalispera

 

Magkes auta ta 2 pou ta vazw?? den mporo na katalavw.. mesa sta configs.java? alla se poio simio ..

    public static boolean ALLOW_HOPZONE_VOTE_REWARD;
    public static String HOPZONE_SERVER_LINK;
    public static String HOPZONE_FIRST_PAGE_LINK;
    public static int HOPZONE_VOTES_DIFFERENCE;
    public static int HOPZONE_FIRST_PAGE_RANK_NEEDED;
    public static int HOPZONE_REWARD_CHECK_TIME;
public static Map<Integer, Integer> HOPZONE_SMALL_REWARD = new FastMap<Integer, Integer>();
public static Map<Integer, Integer> HOPZONE_BIG_REWARD = new FastMap<Integer, Integer>();
public static int HOPZONE_DUALBOXES_ALLOWED;
    public static boolean ALLOW_HOPZONE_GAME_SERVER_REPORT;
    public static boolean ALLOW_TOPZONE_VOTE_REWARD;
    public static String TOPZONE_SERVER_LINK;
    public static String TOPZONE_FIRST_PAGE_LINK;
    public static int TOPZONE_VOTES_DIFFERENCE;
    public static int TOPZONE_FIRST_PAGE_RANK_NEEDED;
    public static int TOPZONE_REWARD_CHECK_TIME;
public static Map<Integer, Integer> TOPZONE_SMALL_REWARD = new FastMap<Integer, Integer>();
public static Map<Integer, Integer> TOPZONE_BIG_REWARD = new FastMap<Integer, Integer>();
public static int TOPZONE_DUALBOXES_ALLOWED;
    public static boolean ALLOW_TOPZONE_GAME_SERVER_REPORT;

 

to 1st to vazw s ena tuxeo meros xwris kanenan provlima alla to 2o to evala s ena tixeo meros k m to vgazi ola red lines,,,

 

 

             ALLOW_HOPZONE_VOTE_REWARD = Boolean.parseBoolean(elcardia.getProperty("AllowHopzoneVoteReward", "false"));
                HOPZONE_SERVER_LINK = elcardia.getProperty("HopzoneServerLink", "http://l2.hopzone.net/lineage2/details/74078/L2World-Servers/");
                HOPZONE_FIRST_PAGE_LINK = elcardia.getProperty("HopzoneFirstPageLink", "http://l2.hopzone.net/lineage2/");
                HOPZONE_VOTES_DIFFERENCE = Integer.parseInt(elcardia.getProperty("HopzoneVotesDifference", "5"));
               	HOPZONE_FIRST_PAGE_RANK_NEEDED = Integer.parseInt(elcardia.getProperty("HopzoneFirstPageRankNeeded", "15"));
               	HOPZONE_REWARD_CHECK_TIME = Integer.parseInt(elcardia.getProperty("HopzoneRewardCheckTime", "5"));
                String HOPZONE_SMALL_REWARD_VALUE = elcardia.getProperty("HopzoneSmallReward", "57,100000000;");
                String[] hopzone_small_reward_splitted_1 = HOPZONE_SMALL_REWARD_VALUE.split(";");
                for (String i : hopzone_small_reward_splitted_1)
                {
                	String[] hopzone_small_reward_splitted_2 = i.split(",");
                	HOPZONE_SMALL_REWARD.put(Integer.parseInt(hopzone_small_reward_splitted_2[0]), Integer.parseInt(hopzone_small_reward_splitted_2[1]));
                }
                String HOPZONE_BIG_REWARD_VALUE = elcardia.getProperty("HopzoneBigReward", "3470,1;");
                String[] hopzone_big_reward_splitted_1 = HOPZONE_BIG_REWARD_VALUE.split(";");
                for (String i : hopzone_big_reward_splitted_1)
                {
                	String[] hopzone_big_reward_splitted_2 = i.split(",");
                	HOPZONE_BIG_REWARD.put(Integer.parseInt(hopzone_big_reward_splitted_2[0]), Integer.parseInt(hopzone_big_reward_splitted_2[1]));
                }
                HOPZONE_DUALBOXES_ALLOWED = Integer.parseInt(elcardia.getProperty("HopzoneDualboxesAllowed", "1"));
                ALLOW_HOPZONE_GAME_SERVER_REPORT = Boolean.parseBoolean(elcardia.getProperty("AllowHopzoneGameServerReport", "false"));
                ALLOW_TOPZONE_VOTE_REWARD = Boolean.parseBoolean(elcardia.getProperty("AllowTopzoneVoteReward", "false"));
                TOPZONE_SERVER_LINK = elcardia.getProperty("TopzoneServerLink", "http://l2.topzone.net/lineage2/details/74078/L2World-Servers/");
                TOPZONE_FIRST_PAGE_LINK = elcardia.getProperty("TopzoneFirstPageLink", "http://l2.topzone.net/lineage2/");
                TOPZONE_VOTES_DIFFERENCE = Integer.parseInt(elcardia.getProperty("TopzoneVotesDifference", "5"));
               	TOPZONE_FIRST_PAGE_RANK_NEEDED = Integer.parseInt(elcardia.getProperty("TopzoneFirstPageRankNeeded", "15"));
               	TOPZONE_REWARD_CHECK_TIME = Integer.parseInt(elcardia.getProperty("TopzoneRewardCheckTime", "5"));
                String TOPZONE_SMALL_REWARD_VALUE = elcardia.getProperty("TopzoneSmallReward", "57,100000000;");
                String[] topzone_small_reward_splitted_1 = TOPZONE_SMALL_REWARD_VALUE.split(";");
                for (String i : topzone_small_reward_splitted_1)
                {
                	String[] topzone_small_reward_splitted_2 = i.split(",");
                	TOPZONE_SMALL_REWARD.put(Integer.parseInt(topzone_small_reward_splitted_2[0]), Integer.parseInt(topzone_small_reward_splitted_2[1]));
                }
                String TOPZONE_BIG_REWARD_VALUE = elcardia.getProperty("TopzoneBigReward", "3470,1;");
                String[] topzone_big_reward_splitted_1 = TOPZONE_BIG_REWARD_VALUE.split(";");
                for (String i : topzone_big_reward_splitted_1)
                {
                	String[] topzone_big_reward_splitted_2 = i.split(",");
                	TOPZONE_BIG_REWARD.put(Integer.parseInt(topzone_big_reward_splitted_2[0]), Integer.parseInt(topzone_big_reward_splitted_2[1]));
                }
                TOPZONE_DUALBOXES_ALLOWED = Integer.parseInt(elcardia.getProperty("TopzoneDualboxesAllowed", "1"));
                ALLOW_TOPZONE_GAME_SERVER_REPORT = Boolean.parseBoolean(elcardia.getProperty("AllowTopzoneGameServerReport", "false"));

 

L2jfrozen exw, c6 k prospathw na valw auto to Vote reward system

 

Auto simio apo oti kserw thelei allagi alla se ti??

elcardia.getProperty

 

  • 0
Posted

# Automatic Vote Reward System

VoteRewardSystem= True

VotesRequiredForReward = Epilegeis posa vote reward 8es na dinei

VotesSystemInitialDelay= 10000

VotesSystemStepDelay= 10000

VotesRewards= Epilegeis to item pou 8es na dinei

 

#Leave empty to disable one site

#if you need just one of these

VotesSiteHopZoneUrl= to link tou server sto HopZone MONO

VotesSiteTopZoneUrl= to link tou server sto TopZone MONO

ServerWebSite= to site tou server sou!

  • 0
Posted

# Automatic Vote Reward System

VoteRewardSystem= True

VotesRequiredForReward = Epilegeis posa vote reward 8es na dinei

VotesSystemInitialDelay= 10000

VotesSystemStepDelay= 10000

VotesRewards= Epilegeis to item pou 8es na dinei

 

#Leave empty to disable one site

#if you need just one of these

VotesSiteHopZoneUrl= to link tou server sto HopZone MONO

VotesSiteTopZoneUrl= to link tou server sto TopZone MONO

ServerWebSite= to site tou server sou!

ta evala alla @@ k eipa na valw new vote system

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
Answer this question...

×   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.



×
×
  • Create New...