Jump to content
  • 0

Need help with 1 GM Command for NPCs


Question

Posted

how to remove/insert NPC using GM commands without using @reload, it works like a magic,

i just forgot what command, i remember something like this

/remove npc(name of npc or location , something like that.

can someone help me ?

2 answers to this question

Recommended Posts

  • 1
Posted
---------------------------------------

@loadnpc <path>

Loads an NPC script by path.

Example:
@loadnpc npc/custom/jobmaster.txt

---------------------------------------

@unloadnpc <npc name>

Unloads an NPC.

Example:
@unloadnpc Job Master

---------------------------------------

@unloadnpcfile <path>

Unloads all NPCs in a file.

Example:
@unloadnpcfile npc/custom/jobmaster.txt

---------------------------------------

@reloadnpcfile <path>

Unloads and loads an NPC.
Same as @unloadnpcfile and @loadnpc but ran as one command.

Example:
@reloadnpcfile npc/custom/jobmaster.txt

---------------------------------------

 

  • 0
Posted
1 hour ago, Cha1n said:

how to remove/insert NPC using GM commands without using @reload, it works like a magic,

i just forgot what command, i remember something like this

/remove npc(name of npc or location , something like that.

can someone help me ?

@reloadnpcfile, @loadnpc, @unloadnpcfile.

maybe u can see this 3.

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...