Jump to content
Sign in to follow this  
Valkyriey

How do I make Utility NPCs appear?

Recommended Posts

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

Share this post


Link to post
Share on other sites

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.

Edited by ItsRas

Share this post


Link to post
Share on other sites
34 minutes ago, ItsRas said:

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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.