Merc hiring

NZ_Falcon

Member!
Joined
Oct 3, 2002
Messages
127
Reaction score
0
Website
Visit site
Hey i was wonderin if anyone can tell me what to edit in the default novascript so that It doesnt stop and try to resurrect. I reckon in the long run it would make it go alot faster

by da way this is Jed:rolleyes:
 

Aris

Member!
Joined
Sep 14, 2002
Messages
500
Reaction score
0
Location
Modesto, CA
Website
Visit site
its in your script somewhere. idunno what script your using so i cant tell you exactly where. just read through it. im sure you'll see somthing in it about mercs

also it is recommended you keep your merc. just give him better items so he doesnt die. as is my merc never dies on pindle runs.
 

jasen

Member!
Joined
Oct 12, 2002
Messages
40
Reaction score
0
Location
Ft Lauderdale
Website
Visit site
If you look towards the bottom of the file, under the section usually called "core pindle run" or something similar, you'll see something that may look like this:
if(Merc.IsDead)
{
TalkToQualKehk();

Move(5078, 5079);
}
simply add a /* inf front of the "if(mercd.isdead) and a */ after that last "}". This should comment out the whole section and it won't be read. This is safer than deleting it, because you might **** up and delete the wrong thing. By commenting, the worst you can do is halt the script with an error.
 

NewPosts

New threads

Top