doesn't work.
|
|

This will make the items of your choice unspawnable..
Go into the file called
You'll see thisPlayerDrops.java
The brackets where the -1 is are the PvP items.public static int PvPItems[] = {-1}; //Worked hard on these too! Removed![]()
So add your item ID's there...
Example:
Those are Godswords, Whip, D Claws, D platepublic static int PvPItems[] = {14484, 11694, 11696, 11698, 11700, 11730, 14479, 4151, 6570}; //Worked hard on these too! Removed![]()
Yeah, this isn't drops or anything, I think it may have to do with what the PvP drops are.
~Ryan
dude i already had that part but i need help with adding em in a code like this
getInventory().addItem(noobdrops, 1);
thats the problem i have
and this is the error i get:
Compiling rs2hd/*.java
src\com\rs2hd\model\Player.java:641: addItem(int,int) in com.rs2hd.model.Invento
ry cannot be applied to (int[],int)
getInventory().addItem(noobdrops, 1);
^

it works perfectly, u must have made an error with something else u were coding, cuz when i dled jc's i figured this out myself too, this does not make it drop, this just means u cannot spawn it.
Lol @ noobdrops, 1);
| « [RS2HD] Glitch fix 2 | [508] [RS2HD] Fix To NPC Command. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |