|
|
Well, this will let NPC'S Say mutiple things.
Code:
then after it comes Text2:Your msg here.
Code:
Open NpcHandler.JavaYour msg here.
find
Code:
After the last 2 brackets add:Moo
Code:
if (npcs[i].npcType == XX2) { // Final
if (misc.random2(5) == 1) {
npcs[i].updateRequired = true;
npcs[i].textUpdateRequired = true;
npcs[i].textUpdate = "Final Owns!";
}
if (misc.random2(5) == 4) {
npcs[i].updateRequired = true;
npcs[i].textUpdateRequired = true;
npcs[i].textUpdate = "Final Owns 2!";
}
}
XX2 = NPC Id
rep r be apperciated =p
[nah jk rep if u want]
Post if u liked
`Java
| « [RS2E] Adding needed levels for items | Multiple Clicks - A combat/PKing fix. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |