Quote:
Originally posted by amonrabr
Sometimes u can see it using note pad (There is a x an y position of the npc)
or you can try to see if the scripter used some Transparent image, so its just replace the image (putting a new one with the same name in the folder where it is)
If u said that it "destroy" when u are not online, so the scripter used "if (!playerisonline) destroy;" So u can use some program the change something running in ur machine, I dont remeber the name, but there is a good one with the c++, or the GT (Graal Trainer).. to change something.
|
that is what i meant ...
you could do scripts like:
NPC Code:
NPC Code:
// NPC made by Superlietagthja
if (created) {
setimgpart crap.gif,1,1,1,1;
}