Jump to content

[Share]Elfocrash's vote reward system


Recommended Posts

Guest Elfocrash
Posted

Elfo Make Plz for Freya Client!

it works for all chronicles.only the packets change

Posted

elfo i have buy that :D(L2precaution here) i will get the update in frozen site?Beacuse i canot login with my account here(friend account)...

Guest Elfocrash
Posted

elfo i have buy that :D(L2precaution here) i will get the update in frozen site?Beacuse i canot login with my account here(friend account)...

yeah i will pm everyone with the new code.stay tuned

Posted

for sure good job it's amazing ! good for personal vote's you dont need to w8 to get price's it's more usefull ! of course unique ! thanks for that i will try it right now ! thanks

Guest Elfocrash
Posted

Elfo is not possible to make it secure and not bypassed without php dude.

what about making one guy uses the command per time and making the vote time 25 secs?also add a cooldown so ppl wont spam it and prevent others from voting?ppl will be queued and they will vote and get reward one by one.

dont tell me something is impossible without thinking everything :)

Posted

what about making one guy uses the command per time and making the vote time 25 secs?also add a cooldown so ppl wont spam it and prevent others from voting?ppl will be queued and they will vote and get reward one by one.

dont tell me something is impossible without thinking everything :)

Well with that why is possible but as player you like that;

 

its really bad idea you can find quite easy one php coder and make that will be easy.

Posted

Hi there, I have tried to add it to L2j h5 last rev, but without success, my question is, this vote reward script can funtion  on l2j h5? thanks

Posted

Hi good afternoon I try to adapt it to High Five but I got these errors when I compile.

could help me please

 

 

    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:219: error: cannot find symbol
    [javac] 					sendPacket(new ExShowScreenMessage("You have 45 seconds to vote for our server!", 6000));
    [javac] 					               ^
    [javac]   symbol:   class ExShowScreenMessage
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:225: error: cannot find symbol
    [javac] 					       TextBuilder tb = new TextBuilder();
    [javac] 					       ^
    [javac]   symbol:   class TextBuilder
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:225: error: cannot find symbol
    [javac] 					       TextBuilder tb = new TextBuilder();
    [javac] 					                            ^
    [javac]   symbol:   class TextBuilder
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:240: error: cannot find symbol
    [javac] 					       tb.append("<button value=\"Item:"+ ItemTable.getInstance().getTemplate(Config.VOTE_REWARD_ID1).getName()+"   Amount:"+ Config.VOTE_REWARD_AMOUNT1+ "\" action=\"bypass -h votereward1\" width=204 height=20>");
    [javac] 					                                          ^
    [javac]   symbol:   variable ItemTable
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:241: error: cannot find symbol
    [javac] 					       tb.append("<button value=\"Item:"+ ItemTable.getInstance().getTemplate(Config.VOTE_REWARD_ID2).getName()+"   Amount:"+Config.VOTE_REWARD_AMOUNT2 + "\" action=\"bypass -h votereward2\" width=204 height=20>");
    [javac] 					                                          ^
    [javac]   symbol:   variable ItemTable
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:242: error: cannot find symbol
    [javac] 					       tb.append("<button value=\"Item:"+ ItemTable.getInstance().getTemplate(Config.VOTE_REWARD_ID3).getName()+"   Amount:"+ Config.VOTE_REWARD_AMOUNT3+ "\" action=\"bypass -h votereward3\" width=204 height=20>");
    [javac] 					                                          ^
    [javac]   symbol:   variable ItemTable
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:253: error: cannot find symbol
    [javac] 						sendPacket(new ExShowScreenMessage("Choose your vote reward!Thanks for voting for us!", 6000));
    [javac] 						               ^
    [javac]   symbol:   class ExShowScreenMessage
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:260: error: cannot find symbol
    [javac] 						sendPacket(new ExShowScreenMessage("You did not vote.Please try again.", 6000));
    [javac] 						               ^
    [javac]   symbol:   class ExShowScreenMessage
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:301: error: cannot find symbol
    [javac] 					sendPacket(new ExShowScreenMessage("You have 45 seconds to vote for our server!", 6000));
    [javac] 					               ^
    [javac]   symbol:   class ExShowScreenMessage
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:307: error: cannot find symbol
    [javac] 					       TextBuilder tb = new TextBuilder();
    [javac] 					       ^
    [javac]   symbol:   class TextBuilder
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:307: error: cannot find symbol
    [javac] 					       TextBuilder tb = new TextBuilder();
    [javac] 					                            ^
    [javac]   symbol:   class TextBuilder
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:322: error: cannot find symbol
    [javac] 					       tb.append("<button value=\"Item:"+ ItemTable.getInstance().getTemplate(Config.VOTE_REWARD_ID1).getName()+"   Amount:"+Config.VOTE_REWARD_AMOUNT1 + "\" action=\"bypass -h votereward1\" width=204 height=20>");
    [javac] 					                                          ^
    [javac]   symbol:   variable ItemTable
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:323: error: cannot find symbol
    [javac] 					       tb.append("<button value=\"Item:"+ ItemTable.getInstance().getTemplate(Config.VOTE_REWARD_ID2).getName()+"   Amount:"+ Config.VOTE_REWARD_AMOUNT2+ "\" action=\"bypass -h votereward2\" width=204 height=20>");
    [javac] 					                                          ^
    [javac]   symbol:   variable ItemTable
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:324: error: cannot find symbol
    [javac] 					       tb.append("<button value=\"Item:"+ItemTable.getInstance().getTemplate(Config.VOTE_REWARD_ID3).getName() +"   Amount:"+ Config.VOTE_REWARD_AMOUNT3+ "\" action=\"bypass -h votereward3\" width=204 height=20>");
    [javac] 					                                         ^
    [javac]   symbol:   variable ItemTable
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:334: error: cannot find symbol
    [javac] 						sendPacket(new ExShowScreenMessage("You get rewarded for your vote.Thank you!", 6000));
    [javac] 						               ^
    [javac]   symbol:   class ExShowScreenMessage
    [javac]   location: class RequestBypassToServer
    [javac] C:\Users\Usuaio\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\RequestBypassToServer.java:341: error: cannot find symbol
    [javac] 						sendPacket(new ExShowScreenMessage("You did not vote.Please try again.", 6000));
    [javac] 						               ^
    [javac]   symbol:   class ExShowScreenMessage
    [javac]   location: class RequestBypassToServer
    [javac] 16 errors

BUILD FAILED

Guest
This topic is now closed to further replies.



  • Posts

    • ⚙️ General Changed “No Carrier” title to “Disconnected” to avoid confusion after abnormal DC. On-screen Clan War kill notifications will no longer appear during Sieges, Epics, or Events. Bladedancer or SwordSinger classes can now log in even when Max Clients (2) is reached, you cannot have both at the same time. The max is 3 clients. Duels will now be aborted if a monster aggros players during a duel (retail-like behavior). Players can no longer send party requests to blocked players (retail-like). Fixed Researcher Euclie NPC dialogue HTML error. Changed Clan leave/kick penalty from 12 hours to 3 hours. 🧙 Skills Adjusted Decrease Atk. Spd. & Decrease Speed land rates in Varka & FoG. Fixed augmented weapons not getting cooldown when entering Olympiad. 🎉 Events New Team vs Team map added. New Save the King map added (old TvT map). Mounts disabled during Events. Letter Collector Event enabled Monsters drop letters until Feb. 13th Louie the Cat in Giran until Feb. 16th Inventory slots +10 during event period 📜 Quests Fixed “Possessor of a Precious Soul Part 1” rare stuck issue when exceeding max quest items. Fixed Seven Signs applying Strife buff/debuff every Monday until restart. 🏆 Milestones New milestone: “Defeat 700 Monsters in Varka” 🎁 Rewards: 200 Varka’s Mane + Daily Coin 🌍 NEW EXP Bonus Zones Hot Springs added Varka Silenos added (hidden spots excluded) As always, thank you for your support! L2Elixir keeps evolving, improving, and growing every day 💙   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs
    • https://sms.pro/ — we are an SMS activation platform  seeking partners  mobile number providers  mobile number owners  owners of GSM modems  SIM card owners We process 1,000,000 activations every day.  寻找合作伙伴  手机号码提供商  手机号码持有者  GSM调制解调器持有者  SIM卡持有者 我们每天处理1,000,000次激活。  Ищем партнеров  Владельцы сим карт  провайдеров  владельцев мобильных номеров  владельцев модемов  Обрабатываем от 1 000 000 активаций в день ⚡️ Fast. Reliable.   https://sms.pro/ Support: https://t.me/alismsorg_bot
    • "WHAT I WILL SEE ON NEW SEASON ? *More easy farm and augment than ever before ! *Free VIP characters for everyone for first 2 days after opening ! Improved olympiad engine to work more correctly. 3 New skins / outfits. Fixed raid boss spawns. Fixed olympiad crit errors. New farming Ivory Tower area. Fixed augmentation rate. Increased all mob drops rate by +20%. And much more..."   1. I have clicked VIP 23.01.2026 20:00 a few second after open server. 2 Days is 48h. Now 24.01.2026 I have 17 hours left, so my VIP will expire 08:00 25.01.2026. Where is 12h? SCAM.   2. Where is ivory tower area?   3. When next wipe?   
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..