Skip to content

Instantly share code, notes, and snippets.

@nzatsepilov
Created February 8, 2014 18:33
Show Gist options
  • Save nzatsepilov/8888014 to your computer and use it in GitHub Desktop.
Save nzatsepilov/8888014 to your computer and use it in GitHub Desktop.
insert into creature_ai_texts (`entry`, `content_default`, `type`, `comment`) values
('-1787401', 'Bring forth the blood elf.', '1', 'Velen - Say 1 OOC');
insert into creature_ai_scripts (`id`, `entryOrGUID`, `event_type`, `event_chance`, `event_param1`, `event_param2`, `action1_type`, `action1_param1`, `comment`) values
('1787401', '17874', '1', '100','3000', '3000', '1', '-1787401', 'Velen - Say 1 OOC ');
update creature_template set `AIName` = 'EventAI' where entry=17874;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment