[RELEASE] Zakynthos | Where your dreams become Reality | Summoning | 317 | + MORE
Hey guys, i'm releasing my server Zakynthos. this is because my vps got suspended and i can't get it back. I know that you'll all think oh another Virtue leech but tbh i've worked serveral hours on this, fixed the most bugs i could found, have fun with it:). For now i'll try to work and move on on Runesource.
There is a Anti-leech, HINT: 2+2:2= ?
If you're going to check this out/downloading/using please leave a THANK!
DO NOT RELEASE THE ANTI-LEECH ANSWER !!
Download link (server + client, ):
[Only registered and activated users can see links. Click Here To Register...]
Cache: (updated)
[Only registered and activated users can see links. Click Here To Register...]
Here is the orginal advertisment thread:
Quote:
Originally Posted by Lost Valentino
Credits:
Scott
Poesy700
Rune-server
EDIT:
npc respawn fix, in npchandler:
Code:
private static final int[] DUNGEONEERING_NPCS = {
10480, 10837, 10838, 10802, 10707, 10736, 10737, 10738, 10801, 10167, 10462, 10699,
10756, 10465, 10218, 10698, 10262, 10419, 10414, 10418, 10415, 10423, 10422, 10445,
10442, 10443, 10448, 10450, 10431, 10532, 10531, 10534,10520, 10522, 10308, 10212,
9948, 9951, 9916, 9727
};
public static boolean isDungeoneringNPC(final int npcId) {
for(int npc : DUNGEONEERING_NPCS) {
if(npc == npcId) {
return true;
}
}
return false;
}