Sign in to follow this  
Followers 0
Tavari

[Declined][Battle for Azeroth]: [Kezan] Sister Goldskimmer

4 posts in this topic

Title: [Kezan] Sister Goldskimmer
Bugtracker Link:


Patch Content:

 

Might not be right but it's something cuz I'm bored af...

 

 

UPDATE creature_template SET AIName="SmartAI" WHERE entry=34692;
DELETE FROM `smart_scripts` WHERE entryorguid=34692 AND source_type=0;
INSERT INTO `smart_scripts` (entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_spawnMask, event_param1, event_param2, event_param3, event_param4, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_x, target_y, target_z, target_o, COMMENT) VALUES
(34692, 0, 0, 0, 1, 0, 100, 0, 0, 0, 0, 0, 0, 11, 74973, 1, 1, 0, 0, 0, 17, 0, 10, 0, 0, 0, 0, 0, 'Out of combat - player near - buff them with '),
(34692, 0, 1, 0, 24, 0, 100, 0, 0, 74973, 1, 1, 1, 1, 0, 500, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'When player has the buff 74973 - speak');


DELETE FROM `creature_text` WHERE `entry`=34692;
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `comment`) VALUES
(34692, 0, 0, "It's not much, but it just might keep your green skin intact.", 12, 0, 100, 'Sister Goldskimmer');

 

 

Edited by Tavari
There was a "," in the wrong place

Share this post


Link to post
Share on other sites

Hey,

Code looks good enough, but this won't be very blizzlike, she will cast and say the line every time a player passes, when she should only do it periodically and if you don't already have it.

 

Narf

Share this post


Link to post
Share on other sites

Also, just an FYI, she should have like 7 lines, not just one. I'm writing the patch for MoP atm

Share this post


Link to post
Share on other sites

Greetings @Daxter,

It wasn't suppose to be retail like.
I made it like that because I had no Idea how to make it for multiple text.
This patch should be declined soon since I can't delete it.

Kind Regards,
QA Tawi

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0