Caldito
June 22nd, 2010, 06:39
Base : **codeusa**
1.- I have my slayer tower (floor 2 done) with Gargoyles, Dark Beast, and Abby Demons. I do recive exp of att,str,def and hp but when i finish killing them i do not recive slayer exp. Where can i fix that?
2.- I need help on adding shops because I have tried to add two shops but I can't . Can someone explain me how to add shops? I will apriciate alot!
3.- When i put protect melee and i fight bandos , he still hit me 61. how do i fix it?
4.- How to add a Book with the commands and how to write the commands.
5.- Sever messages, how do i add server messages, someone told me on Player.java and search for:
process()
And below put:
if (serverMsg == 100) {
getActionSender().sendMessage(this, "(Your Message Here)");
getActionSender().sendMessage(this, "(Your Message Here)");
getActionSender().sendMessage(this, "(Your Message Here)");
}
if (serverMsg == 0) {
serverMsg = 200;
}
if (serverMsg > 0) {
serverMsg--;
}
I tried that but didn't work but right now i found another one :
public void message(String message) {
getActionSender().sendMessage(this, message);
}
Which of the two are the one that needs to be modified?
Thanks all people that have answered to my topics! I really appriciate it because you guys have helped me alot!
1.- I have my slayer tower (floor 2 done) with Gargoyles, Dark Beast, and Abby Demons. I do recive exp of att,str,def and hp but when i finish killing them i do not recive slayer exp. Where can i fix that?
2.- I need help on adding shops because I have tried to add two shops but I can't . Can someone explain me how to add shops? I will apriciate alot!
3.- When i put protect melee and i fight bandos , he still hit me 61. how do i fix it?
4.- How to add a Book with the commands and how to write the commands.
5.- Sever messages, how do i add server messages, someone told me on Player.java and search for:
process()
And below put:
if (serverMsg == 100) {
getActionSender().sendMessage(this, "(Your Message Here)");
getActionSender().sendMessage(this, "(Your Message Here)");
getActionSender().sendMessage(this, "(Your Message Here)");
}
if (serverMsg == 0) {
serverMsg = 200;
}
if (serverMsg > 0) {
serverMsg--;
}
I tried that but didn't work but right now i found another one :
public void message(String message) {
getActionSender().sendMessage(this, message);
}
Which of the two are the one that needs to be modified?
Thanks all people that have answered to my topics! I really appriciate it because you guys have helped me alot!