Jump to content

[Share]Vote


Recommended Posts

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.
Link to comment
Share on other sites

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 =).

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 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.




×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock