[HELP] scripting problem Ascent 

Newbie Spellweaver
Joined
May 27, 2007
Messages
25
Reaction score
0
hi! i modified the gossipscripts because some guards havent the texts from the menu correct. but the problem is the texts arent updated from database or i dont know.. for example i have

Code:
	case 15: //Priest
{
Plr->Gossip_SendPOI(1758.33, 401.5, 6, 6, 0, "Undercity Priest Trainers");
SendQuickMenu(3521);
}break;

but if i modify in npc_texts from id 3521 a text then it isnt updated when i restart the server (its still the old text but the database is modified.. :blink: )
 
Back