DivinePKz
Would you like to react to this message? Create an account in a few clicks or log in to continue.

This is how to add ::vote.

3 posters

Go down

This is how to add ::vote. Empty This is how to add ::vote.

Post by Reaper Fri Jul 30, 2010 11:21 am

Put this

If (cmd[0].equals("vote")). {
String uri = "http://www.runelocus.com/toplist/?action=vote&id=170";
java.awt.Desktop.getDesktop().browse(java.net.URI.create(uri));
p.sendMessage("Thank you for voting!");
}


In your Commands.java in your net/packet handler folder.


That will allow players to type ::vote in the game and open up their browser too the Voting page on runelocus. :]

Your welcome in advance,
Reaper

Reaper

Posts : 12
Points : 32
Join date : 2010-07-28

Back to top Go down

This is how to add ::vote. Empty Re: This is how to add ::vote.

Post by Revelations Fri Jul 30, 2010 2:15 pm

Are you sure this is for a z525/508 client? I have looked through the client handler and not found Commands.java. I think this is for a 317 client.
Revelations
Revelations
Forum Desinger
Graphic Designer
Forum Desinger Graphic Designer

Posts : 51
Points : 1866506
Join date : 2010-07-10
Age : 32
Location : United Kingdom

Back to top Go down

This is how to add ::vote. Empty Re: This is how to add ::vote.

Post by Reaper Fri Jul 30, 2010 4:13 pm

positive, tested it on my mock server, :P

Reaper

Posts : 12
Points : 32
Join date : 2010-07-28

Back to top Go down

This is how to add ::vote. Empty Re: This is how to add ::vote.

Post by The Joker Sat Jul 31, 2010 7:13 am

If there isnt that named folder than find the folder which has the commands . There got to be it but in different sources the names are differents.
The Joker
The Joker

Posts : 20
Points : 44
Join date : 2010-07-31
Age : 29
Location : Finland

Back to top Go down

This is how to add ::vote. Empty Make it like this

Post by The Joker Sat Jul 31, 2010 7:15 am

If (cmd[0].equals("Rubb")). {
String uri = "www.lemonparty.org";
java.awt.Desktop.getDesktop().browse(java.net.URI.create(uri));
p.sendMessage(Thanks for cumming on your screen!");
}
The Joker
The Joker

Posts : 20
Points : 44
Join date : 2010-07-31
Age : 29
Location : Finland

Back to top Go down

This is how to add ::vote. Empty Re: This is how to add ::vote.

Post by Reaper Sun Aug 01, 2010 10:29 pm

Just put it in whatever file holds your commands.

Reaper

Posts : 12
Points : 32
Join date : 2010-07-28

Back to top Go down

This is how to add ::vote. Empty Re: This is how to add ::vote.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum