hey I really need help turning my server from eco to spawn eco I have no clue how to do it it'd be great if you guys could help thanks.
source and client = zenith 617>718 rsps
Printable View
hey I really need help turning my server from eco to spawn eco I have no clue how to do it it'd be great if you guys could help thanks.
source and client = zenith 617>718 rsps
You just want all players to be able to spawn items?
Quote:
Originally Posted by turmoil scape [Only registered and activated users can see links. Click Here To Register...]
Use that command.Quote:
case "item":
if (cmd.length < 2) {
player.getPackets().sendGameMessage(
"Use: ::item id (optional:amount)");
return true;
}
try {
int itemId = Integer.valueOf(cmd[1]);
player.getInventory().addItem(itemId,
cmd.length >= 3 ? Integer.valueOf(cmd[2]) : 1);
player.stopAll();
} catch (NumberFormatException e) {
player.getPackets().sendGameMessage(
"Use: ::item id (optional:amount)");
}
return true;
no i want it to be like, you need money to spawn a dds or rocktails ect. but i want it so that some items are donor only.Quote:
Originally Posted by databomb [Only registered and activated users can see links. Click Here To Register...]
add it where?Quote:
Originally Posted by Krept [Only registered and activated users can see links. Click Here To Register...]
:fp:
I have no clue how to do it
as i said above so do i replace that with the old item command?
public enum = {1215, 995}
use those to store the data for your money buying.
flavorless i know that might mean something to some people but i have no god damn clue what that means or add it, if you help me on skype i'll pay you, add mattirl123Quote:
Originally Posted by Flavorless Fab [Only registered and activated users can see links. Click Here To Register...]
Okay. ill add you