Well I have fix my problem with NPCs but the other problem continues, When buffs go out my char continues killing and dont use SOE, I configured it like this, I dont know if Im doing something wrong
//-----------------------------------------------------
//---------------- CHECKS IF MAX HP OR MP IS LOW.
//----------------
//---------------- MAGE:
//-------------------------
//---------------- THE FIST CHARSTATUS CALL SHOULD INCLUDE YOUR MAXMANA(WITH BTS6)*0.60
//---------------- THAT IS 60% OF MAX HP WITH NEWBIE BUFFS. THIS NEEDS TO BE UPDATED EVERY FEW LEVELS (NOT EVERY LEVEL)
//---------------- OR THE SCRIPT WONT DETECT WHEN NEWBIE BUFFS WEARS OFF.
//---------------- IF USING THIS COMMENT OUT THE FIGHTER PART.
//---------------- PLEASE NOTE THAT MANA NEEDS TO BE AROUND THIS VALUE (60%) FOR THE SCRIPT TO DETECT BUFF ABSENCE.
//-------------------------
//--------------------------------------------------------------------------------------------------------------------(3b) CONFIG
LABEL(BUFFCHECK)
{
//--------------------------------------------------------------------------------------------------------------------(3b) CONFIG
CharStatus(CMP,<=,952)
{
CharStatus(MP,>=,63)
{
//--------------------------------------------------------------------------------------------------------------------(3b) CONFIG
CharStatus(CMP,<=,666)
{
CALL(TOTOWN)
in CharStatus(CMP,<=,952) is 0,60*my MP with adventurer buffs, but when adventurer buffs gone out my char dont return to the city anyone could help me plz?