-
NPC teleport fix
ok since i release that not many have fixed the bug where you teleport and cant see the npcs i thought id release this even though i did it the first day i got my server
step 1: open frames.java find void teleport and at the bottom of the method add
Code:
p.rebuildNPCList = true;
credits me lmfao
if you couldnt do thsi on your own you fail and shouldnt really code servers no offence
Vastico XD
-
LOL I fixed this but the hardway, dont put me up there beoch XD
-
I had this but in my setMapRegion :P
-
works in ether place i guess since there both called at the same time lol
-
i had this to, but does rebuildnpclist: remove all npcs and then add them again or what does it exactly do?
-
its updates the npclist and checks if every npc is spawned if not its spawns the npcs i think when i looked at it
-
Simple yet effective. Nice one. :)