LoyLoy Posted July 14, 2011 Posted July 14, 2011 Hello guys, i want some help here Actually i want to fix this one: "You can speak at trade/shout chat when u have 100 Pvps and more". How i can do it? And i want at olympiad to join only players with 100+ Pvp How i can do it? Thanks for your help, the server is Freya.
0 UnixCode Posted July 14, 2011 Posted July 14, 2011 for the first you want to add it, or to delete it? what exactly?
0 LoyLoy Posted July 14, 2011 Author Posted July 14, 2011 I want to add these features but i dont know how
0 UnixCode Posted July 14, 2011 Posted July 14, 2011 first: if (_type == TRADE || _type == SHOUT) { if (!activeChar.isGM()) { if(activeChar.getPvpKills() < 100 ) { activeChar.sendMessage("You can speak at trade/shout chat when u have 100 Pvps and more"); return; } } } say2.java
0 LoyLoy Posted July 14, 2011 Author Posted July 14, 2011 And where i suppose to add it? :P I can make them different? I mean i want 200 Pvp in trade chat and 1000 on Shout i suppose to make 2 different codes like these and change only pvps?
0 UnixCode Posted July 14, 2011 Posted July 14, 2011 And where i suppose to add it? :P I can make them different? I mean i want 200 Pvp in trade chat and 1000 on Shout i suppose to make 2 different codes like these and change only pvps? look at my code and edit them. Also i told you:Say2.java
0 LoyLoy Posted July 14, 2011 Author Posted July 14, 2011 if (_type == TRADE) { if (!activeChar.isGM()) { if(activeChar.getPvpKills() < 200 ) { activeChar.sendMessage("You can speak at trade/shout chat when u have 200 Pvps and more"); return; } } } It will be like that for trade chat?
0 LoyLoy Posted July 19, 2011 Author Posted July 19, 2011 And what about olympiad? I want to make it like that "Only noble players with 100+ Pvp can register"
Question
LoyLoy
Hello guys, i want some help here
Actually i want to fix this one: "You can speak at trade/shout chat when u have 100 Pvps and more". How i can do it?
And i want at olympiad to join only players with 100+ Pvp How i can do it?
Thanks for your help, the server is Freya.
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now