Hi guys i know this isn't the best place to ask it, but what is the new way to call a npc in source code? In the past i used to use this:
nd = npc->name2id("vipquests");
if( nd == NULL )
return -1;
script->run_npc(nd->u.scr.script, 0, sd->bl.id, npc->fake_nd->bl.id);
Could someone explain me how use it now?
Thanks!