Thread: Hiding NPCs
View Single Post
  #12  
Old 03-03-2002, 05:06 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: Re: Hiding NPCs

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;
}



Reply With Quote