It's client sided.
|
|

Hey all, I was trying to make a Hide N Seek Minigame on my server, but the problem is, the NPC I use (Desert Spirit - 3131) is visable on the Minimap, and I think this way its too easy to spot it, does anyone happen to know how to change this? And also I wasn't sure if this was client or server side..
It's client sided.

Thx
so if I understood it right,
I searched aBoolean87 in Class5, I found a list:
And I will just add this at the end?Code:if(i == 90) anInt96 = class30_sub2_sub2.method410(); else if(i == 91) anInt71 = class30_sub2_sub2.method410(); else if(i == 92) anInt90 = class30_sub2_sub2.method410(); else if(i == 93) aBoolean87 = false;
Or just add this as int?Code:else if(i == 3131) aBoolean87 = false;
Code:if(i == 3131) { // NPC ID class5.anInt61 = 1; // Level class5.aString65 = "Hiding Ghost"; // NPC name class5.aByteArray89 = "Seems like he is hiding for someone..".getBytes(); // NPC description class5.aBoolean87 = false; }

Under method159 in Class5 you probably will have similar code to what you posted;
Add that code with the rest of the code under method159Code:if(i == 3131) { // NPC ID class5.anInt61 = 1; // Level class5.aString65 = "Hiding Ghost"; // NPC name class5.aByteArray89 = "Seems like he is hiding for someone..".getBytes(); // NPC description class5.aBoolean87 = false; }

Thank youPeople on Rune-Server are much nicer then on other forums...
| « [PI] What happened to my Config.java? | Textures loading because of model? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |