Ok, well 5 problems now.
Spoiler for Funpk:
Spoiler for Soul Split:
Spoiler for Highscores:
PI base.
Thanks in advance!
Printable View
Ok, well 5 problems now.
Spoiler for Funpk:
Spoiler for Soul Split:
Spoiler for Highscores:
PI base.
Thanks in advance!
Bumpidy bump!
As for NPC attacking im not sure it does that to me sometimes aswell in my soource, however I am not using PI, although I am trying to fix it I will let you know when I do, also for the funPK:
That should fix that issue, I don't know the methods so im sure you can brain storm what to do.Code:if(isInFunPk) {
getPkPoints = false;
} else {
getPkPoints = true;
}
}
As for the other two im not quite sure.
I don't know why it does it, I think I edited something I shouldn't of, and I don't remember where I did it.
Anyways, I will test this tomorrow, and if it works, Thank you.
Anytime, let me know what it does, ill be glad to help.
Fixed so you can hit on Npc's now, Removed the leeches, couldn't get them to work.
As for the pk points, I added that into my death method, by the other spot where you get pk points, and I get 100 errors o.o