Quote:
Originally Posted by DrikXak
I set the Local_flag to 1, but there is still no NPC, the old one appeared, but the menu does not work
|
use arcadia
update NPCResource set local_flag = 1 where contact_script like 'NPC_Secroute_mage_contact()'
update NPCResource set local_flag = -1 where contact_script like 'NPC_Secroute_mage_contact1()'
update NPCResource set local_flag = -1 where contact_script like 'NPC_Foreign_Secroute_mage_contact()'
@

it goes in the game server resource/scripts folder and replaces the one that is in there. Make sure you are using the same naming system for your .luas or you will need to manually remove the npc buff lua.
You also meed to make sure you have switched to using .lua and are not still using .ela files.