Hmm, need this too.
|
|
Okay,
so say everyone is in
c.BossRoom
and the boss dies
How do i make it so everyone in that room gains an item?
Or gets an interface?
Help would be appreciated![]()
Thanks

Hmm, need this too.


Pseudo
Should do the trick.Code:if (Server.npcHandler.npcs[i].npcType == ####) { for (Player p : PlayerHandler.players) { if (p != null) { Client n = (Client) p; if (n.inBossArea) { n.getItems().createGroundItem(ITEM_ID, n.absX, n.absY, AMOUNT); } } } }
Vaaainnn we meet again ;D
Thanks guys
It worked![]()
| « PI Wildy Ditch Help | [PI] Timed points » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |