-
High Revision Items
I'm creating a 639 spawn server and have certain items to be unspawnable. The problem is I'm not too familiar with the content of higher revision servers as I am a old school player.
Is there any items I should consider to be unspawnable that I am missing, such as powerful weapons or armour? I'm sure I've missed some obscure items I've never heard of.
Here's what I have so far:
Code:
public static final String[] unspawnablesNames = {
"partyhat", "h'ween", "dragon claw", "defender", "dragonfire shield",
"torva", "pernix", "fire cape", "korasi", "chaotic", "void", "(i)",
"arcane str", "coin", "token", "tokkul", "primal", "statius", "vesta",
"zuriel", "celestial", "zaryte", "sigil", "spirit shield", "easter egg",
"bunny ear", "scythe", "pumpkin", "santa", "disk of return", "bandos",
"armadyl godsword", "casket"};
-
Seems like you have everything.
-