Jump to content

feldon

Members
  • Posts

    8
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About feldon

Profile Information

  • Gender
    Not Telling

feldon's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. wtt tyrr 99 dreadnought dual 94 feoh storm screamer sub 80/80 for wynn 99 dual +92 sub 80 80 Server oficial shilen Mail isitrisxna
  2. could help me please to solve the problem I have. By voting the player goes all right given the reward. but does not save the information in the table characters and then they can vote again porfa aid
  3. hello good afternoon all, I went into the compilation perfect. thank you very much for the help, but what happens now when they vote in topzone esque does not send anything to the table Characters and can vote again please help ... L2jserver use High Five
  4. hello I could adapt perfectly to the probe and serves H5 perfect. but when I do I give command and topzone not tell me that you vote and must wait 12 hours. if I go again I should go to the page and vote again ElfoCrash Thank you for this code has helped me way too many thanks for this creation
  5. ok thanks for the help. can you tell me where you got those Imports
  6. 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
×
×
  • Create New...