Jump to content

My Vote Reward system (individual reward | Verry easy)+ how to install


Recommended Posts

well i read all the pages and some ppl say that isnt allowed in hopzone others said that they see systems like this in a couple of hopzone listed servers can someone tell me for sure if this is  you can use this for hopzone? :)

Link to comment
Share on other sites

  • 2 weeks later...

First of all most ppl uses 2 separate databases 1 for log in server and 1 for game server in your files u must include and a second script that will make connection to both DB's.

 

lul. why? only needs the characters name as i see.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

how to add multiple reward? ex

Site 1 reward = 1gb

site 2 reward = 1 gcm

site 3 reward = 1kk adena

site 4 reward = 100 apiga

 

I tried to modify = private int itemid = 57,100000,id,count,id,count,id,count; and gived error...

 

it's posible give multiple reward?

Link to comment
Share on other sites

how to add multiple reward? ex

Site 1 reward = 1gb

site 2 reward = 1 gcm

site 3 reward = 1kk adena

site 4 reward = 100 apiga

 

I tried to modify = private int itemid = 57,100000,id,count,id,count,id,count; and gived error...

 

it's posible give multiple reward?

yes you can...but you need to modify it... a lot

Link to comment
Share on other sites

  • 1 month later...

======update 2======

some1 requested it for l2jfrozen pack

i've modifed the banking, the rest must be the same.. but i don't have a l2jfrozen server so i can't test it, the only thing that may be wrong is the import

you can download it here

http://www.4shared.com/file/oN08HXxg/BankingCmd.html

change the factory import to :com.l2jfrozen.util.database import L2DatabaseFactory to fix the script

 

i have made a 2.0 version of this but i don't feel like shareing it for free...

but you can check it live on http://www.l2epicwarriors.org/

 

One important thing! : Hopzone dose not allow this type of system, you will get warnings and maybe even the server removed from them, any other sites dose not have a problem(as far as i know)

 

=========update==========

for 2 data base and one connection

$DBLoc='localhost';

$DBUser='root';

$DBPass='123123';

$DBName='l2jdb';

$DBLName='l2jlogin';

...........................................

 

 

if (!$con){ die('Could not connect: ' . mysql_error());}

echo '<br/><center>';

if($Username)

{

            mysql_select_db($DBLName, $con);

if(exista($Username,"characters"))

{

                  mysql_select_db($DBName, $con);

if($SiteId > 0 && $SiteId <1+ count($SiteUrl))

{

i didnt test the update cuz i dont have a server but i dont see any reason why it wont work...

and if you need to different conection just make another one for the login and use it where the DBLName is used....

 

WAS It THIS HARD?....realy...

========1st post=========

Hi ppl!

 

Today i will share my vote reward system!

 

Some time ago i've seach mxc and other forums for some reward system but what i could find was the system with mass reward and one couind of similar to this one but a lot more complex, and i didn't like them!

 

SO i've made my own one ... all credits to me... notice:i didn't even look at that similar system:P

 

 

To use it you will need a php server

 

Lets Start:

 

1) download links:

Banking.java

votesystem.sql

verify.php

 

 

How To Install it:

 

1. copy verify.php to your root www folder

2.config verify.php:

  (Sorry i was to lazy to delete my configuration... but this will help to explain it easyer:P)

 

at the 1st lines of this fille you will see this...go one and modify it like i explain

 

$ServerName='AresKnights';

Replace AresKnights with your server name

 

$ReardName="AK Slver Coint";

Replace Ak Silver Coint with your reward name ...Gold Bar or whatever u use

 

 

for the next part be shore to use this layout 1=>'value1',2=>'Value2'....

You can put as many websites you want but make shore you don't make mistakes

 

$DelayTime=array(1=>43200,2=>43200,3=>43200,4=>(12*60*60));//in secons

 

is the delay between votes on that site in seconds ....for hopzone is 12h you can even yous somthing like this to make it easyer :4=>(12*60*60)

 

$rewarda-beep-t=array(1=>800,2=>200,3=>100,4=>900);

i wanted to give more reward for some links...and i have added this:)

 

 

$SiteUrl=array(1=>'http://l2.hopzone.net/vote.php?site=86781'

  ,2=>'http://l2topzone.com/vote.php?id=3409'

  ,3=>'http://www.gamesites200.com/lineage2/in.php?id=25341'

  ,4=>'http://www.l2gamesites.net/vote/455.html'

  );

 

Put the url's of your voting page...to get this click to vote for your server and before entering the cod for confirmation copy the url

 

$SiteName=array(1=>'Hopzone'

,2=>'TopZone'

,3=>'Gamesite200'

,4=>'l2gamesite'

);

Put a name for every vote page ...this name will be visible for players on the select box

 

Next data base and we are done!:P

 

$DBLoc='localhost';

$DBUser='root';

$DBPass='123123';

$DBName='l2jdb';

i don't think this needs more explication .

for security reason i recomand to make other user and replace root with that one and give right to that user only on votesystem and votesystemtime tables!

 

3) go to navicat open your data base  right click on it  and click on 'execute Batch File..' and open fotesystem.sql that you just download it.. click start and close the navicat:)

 

4)copy bank.java to your \gameserver\data\scripts\handlers\voicedcommandhandlers and replace the old one

 

5) configure the bank.java:

 

private int itemid = 3470;

replace the 3470 with your reward item id

 

activeChar.sendMessage("you have got "+(votecount)+" AK Silver Coints");

replace ak silver coints with your reward name....

 

activeChar.sendMessage("First go to aresknights.ucoz.com and vote!");

 

replace areskingts.ucoz.com with your server url(sorry abount my lazyness)

 

 

Notice: I have made this system for the last l2j revisions...for older packs you will not need to replace the bank.java ...you will need to make somthing similar by yourself:P

 

 

 

 

this is my second php scripts ...my 1st one was the top pvp/pk/online/rbstatus ..you can find them on mxc a GREAT FORUM!!!

 

All Credits to me (HardStyle) again and i'm waiting for feedback and i'm know that some things can be done better ...so please help me improve myself :D

 

 

I'm seaching for ways to get mac address of client using php cuz this system can be spam if the player changes his ip address (but how cares...you get the votes :P)

 

 

Edite: use .reward in game to get the reward:P

Link to comment
Share on other sites

  • 3 weeks later...

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

    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...