Hi..
I want to reload an NPC without to restart the server. Is that possible...??? If yes, how...???
For example in Core i want to change the position because is not aligned right.
I know about Reload HTML but what about the database data, how to reload them...
Thanks
How to reload NPC
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: How to reload NPC
Not recommended.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 253
- Joined: Thu Apr 30, 2009 12:29 am
Re: How to reload NPC
Personally, I had found that it's always much better to change the x,y,z coordinates of any NPC while the server is down, especially for raidbosses. I remember doing this for the Alligator Boss on dino island that was stuck in high heaven before it was fixed.
Make your changes while offline and restart server, best practice, imo.
Make your changes while offline and restart server, best practice, imo.
-
- Posts: 45
- Joined: Sun Feb 01, 2009 4:59 am
- Location: USA
Re: How to reload NPC
ONLY DO THIS ON A TEST SERVER:
//reload npc
Don't do it on a live server... too much shit tends to happen after you do it...
I usually test, and retest on my test server, and then shut down the live server, execute it, and then launch it... never fails
//reload npc
Don't do it on a live server... too much shit tends to happen after you do it...
I usually test, and retest on my test server, and then shut down the live server, execute it, and then launch it... never fails
To do, and to think about doing... completely different things...