Post by sebbe on Feb 20, 2011 18:13:45 GMT
Hello, i will post all the commands that "none" donators can use to reset att for an example.
Here they come:
Combat commands.
::resetatt <-- Reset your attack.
::resetstr <-- Reset you strength.
::resetdef <-- reset your defence.
::resethp <-- Reset your hitpoints.
::resetmage <-- Reset your magic.
::resetrange <-- Reset your range.
::resetpray <-- Reset your prayer.
::pure <-- Give you att,str,range,mage,hp 99.
None combat:
::lock <-- Locks your experience gaining.
::unluck <-- Unlocks your experience gaining.
::forums <-- Takes you to forum.
::vote <-- IMPORTANT, takes you to voting site.
::rules <-- Show you all the rules.
::players <-- Show you how many players online.
::changepassword <-- You can change your password.
::emptyinv <-- Empty your inventory.
::donate <-- Takes you to the donation site.
::agility <-- Takes you to the begging course of agility.
::wildagility <-- Takes you to the next step agility course ( Wildy ) 50+ agility.
Hope everyone that didnt know thoose commands see this thread.
Good luck in game everyone.
-Sebastian-
Here they come:
Combat commands.
::resetatt <-- Reset your attack.
::resetstr <-- Reset you strength.
::resetdef <-- reset your defence.
::resethp <-- Reset your hitpoints.
::resetmage <-- Reset your magic.
::resetrange <-- Reset your range.
::resetpray <-- Reset your prayer.
::pure <-- Give you att,str,range,mage,hp 99.
None combat:
::lock <-- Locks your experience gaining.
::unluck <-- Unlocks your experience gaining.
::forums <-- Takes you to forum.
::vote <-- IMPORTANT, takes you to voting site.
::rules <-- Show you all the rules.
::players <-- Show you how many players online.
::changepassword <-- You can change your password.
::emptyinv <-- Empty your inventory.
::donate <-- Takes you to the donation site.
::agility <-- Takes you to the begging course of agility.
::wildagility <-- Takes you to the next step agility course ( Wildy ) 50+ agility.
Hope everyone that didnt know thoose commands see this thread.
Good luck in game everyone.
-Sebastian-
if (playerCommand.equalsIgnoreCase("commands") && c.playerRights ==0) {
c.sendMessage("Your current commands - ::players, ::changepassword, ::pure, ::vote, ::donate");
c.sendMessage("::lock, ::unlock, ::rules, ::points, ::forums, ::resettask, ::resetatt");
c.sendMessage("::resetdef, ::resetstr, ::resethp, ::resetrange,::resetpray, ::resetmage ::emptyinv");
c.sendMessage("::agility, ::wildagility");
}
if (playerCommand.equalsIgnoreCase("commands") && c.playerRights ==1) {
c.sendMessage("Your current commands - ::players, ::changepassword, ::pure, ::vote, ::donate,");
c.sendMessage("::lock, ::unlock, ::rules, ::points, ::forums, ::resettask, ::resetatt");
c.sendMessage("::resetdef, ::resetstr, ::resethp, ::resetrange,::resetpray, ::resetmage ::emptyinv");
c.sendMessage("::master, ::item, ::setlevel, ::yell, ::xteleto, ::agility, ::wildagility");
}
if (playerCommand.equalsIgnoreCase("commands") && c.playerRights ==2) {
c.sendMessage("Your current commands - ::players, ::changepassword, ::pure, ::vote, ::donate,");
c.sendMessage("::lock, ::unlock, ::rules, ::points, ::forums, ::resettask, ::resetatt");
c.sendMessage("::resetdef, ::resetstr, ::resethp, ::resetrange,::resetpray, ::resetmage ::emptyinv");
c.sendMessage("::master, ::item, ::setlevel, ::yell, ::xteleto, ::mute, ::ipmute, ::ban, ::unmute,");
c.sendMessage("::unipmute, ::unban ::jail, ::kick, ::agility, ::wildagility");
}