Kяaσh Posted August 18, 2010 Posted August 18, 2010 well, i made it _IPs.add(player.getClient().getConnection().getSocket().getInetAddress().getHostAddress()); , i deleted getsocketchanel and socket and added getSocket. No errors. but is it going to work? Yes. Quote
Belzebul Posted August 18, 2010 Posted August 18, 2010 Edit: if (_IPs.contains(player.getClient().getConnection().getSocket().getInetAddress().getHostAddress())) [color=yellow]continue;[/color] Last error >:( but if i change continue to return, error dissapear. p.s: sorry me, but im not any java genius =). Quote
xAddytzu Posted August 18, 2010 Author Posted August 18, 2010 well, i made it _IPs.add(player.getClient().getConnection().getSocket().getInetAddress().getHostAddress()); , i deleted getsocketchanel and socket and added getSocket. No errors. but is it going to work? Edit: if (_IPs.contains(player.getClient().getConnection().getSocket().getInetAddress().getHostAddress())) [color=yellow]continue;[/color] Last error >:( Replace continue with return ... Quote
Belzebul Posted August 18, 2010 Posted August 18, 2010 Replace continue with return ... yeah, i have done it already check it above :) thanks anyway. Quote
erhan4o0 Posted August 18, 2010 Posted August 18, 2010 xAddytzu look from net.sf.l2j.gameserver.handler.admincommandhandlers; i take error from "isOfflineTrade" and "Vote" this lines if(player.Right Here--->>isOfflineTrade<---()) continue; Here --->>Vote.getInstance().showVoteHtml(player); } } if (command.startsWith("admin_showvotes")) Here --->>Vote.getInstance().showVoteHtml(activeChar); if (command.startsWith("admin_clear")) Here --->>Vote.getInstance().clear(); return true; } public String[] getAdminCommandList() { return ADMIN_COMMANDS; } } with what i need replace them Quote
Belzebul Posted August 18, 2010 Posted August 18, 2010 xAddytzu look from net.sf.l2j.gameserver.handler.admincommandhandlers; i take error from "isOfflineTrade" and "Vote" this lines if(player.Right Here--->>isOfflineTrade<---()) continue; Here --->>Vote.getInstance().showVoteHtml(player); } } if (command.startsWith("admin_showvotes")) Here --->>Vote.getInstance().showVoteHtml(activeChar); if (command.startsWith("admin_clear")) Here --->>Vote.getInstance().clear(); return true; } public String[] getAdminCommandList() { return ADMIN_COMMANDS; } } with what i need replace them for isofflinetrade. If you have installed offline trade system, try to find the instance of it. (i did it isInOfflineMode) for the second error, go to your imports and to model.entity.Events.vote to model.entity.events.vote Quote
erhan4o0 Posted August 18, 2010 Posted August 18, 2010 for isofflinetrade. If you have installed offline trade system, try to find the instance of it. (i did it isInOfflineMode) for the second error, go to your imports and to model.entity.Events.vote to model.entity.events.vote i can't find events.vote ... i find TvT,Siege,Castle,Action but no have Event.vote....man if you have msn or something else just tell me i will take you only few min.. Quote
leoadrian Posted August 18, 2010 Posted August 18, 2010 i liked but i thing maeby this code can change, this way: the player use some comand like .vote and html show the links to vote when the player vote the server in all links into the db win some state like vip buff for 12 hs. sorry abaut mi english. Quote
adenaman Posted August 18, 2010 Posted August 18, 2010 i liked but i thing maeby this code can change, this way: the player use some comand like .vote and html show the links to vote when the player vote the server in all links into the db win some state like vip buff for 12 hs. sorry abaut mi english. this code is to do: Vote: Who do you think that is gay? a) Gm b) admin c) Player its not for vote in hopzone and any other site Quote
xAddytzu Posted August 18, 2010 Author Posted August 18, 2010 i can't find events.vote ... i find TvT,Siege,Castle,Action but no have Event.vote....man if you have msn or something else just tell me i will take you only few min.. You can change the location of packages or create the location by folders. Quote
Sakretsu91 Posted August 18, 2010 Posted August 18, 2010 Thanks for share it ;) Really nice work, I'll test it Quote
DnR Posted August 27, 2010 Posted August 27, 2010 The IP boy did it again,gratz for your work :P Quote
Recommended Posts
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.