How do I make Utility NPCs appear?

Valkyriey

New member
Messages
10
Points
0
Hi, I'm very new to this sort of thing so please forgive my ignorance...

How do I make Utility NPCs appear? I have found the scripts for Healer, Platinum Skills, Warper, Reset NPC, and others. I want to implement them. I have seen coordinates written as Pronera 150,193,4. What is the last digit (4 in this example)? Does it have to do with the implementation of the NPCs? I ask his because I have seen icons hovering there with no NPCs below them. It's like hey are there but not.

Plus, I'd like to modify the Hypnotist. I have been able to have her go to level 255, but she still only works with First Class Jobs. I'd like her to work with all jobs.

I'm working on a completely offline thing strictly for my own use.

Thank you in advance!

~Valkyriey

 
For the NPCs you have mentioned, you can find them in npc/scripts_custom.conf

Then you need to remove the "//" before the npc file

Ex.

From:

//npc: npc/custom/warper.txt

To:

npc: npc/custom/warper.txt

then type @reloadscript in-game.

 
Last edited by a moderator:
For the NPCs you have mentioned, you can find them in npc/scripts_custom.conf

Then you need to remove the "//" before the npc file

Ex.

From:

//npc: npc/custom/warper.txt

To:

npc: npc/custom/warper.txt
You are most amazing! Thank you so very much! I have had 5 major roadblocks in trying to create my world. I was able to figure out the first 3 on my own. You just took down #4 for me, thank you again! My last roadblock is editing, modifying, and rearranging skills.

 
Back
Top