MMOCoin

Likes Likes:  0
Results 1 to 10 of 291

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Beginner

    Join Date
    Apr 2010
    Posts
    2
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    Exclamation

    mmm still crashing i have errors with characters_pets database and some npc crashes server for example in this mission: Grand Theft Palomino - Quest - World of Warcraft the palomino npc crash the server, really rev 7 it's the most stable than others.
    Fix
    Code:
    REPLACE INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2` ,`action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES    
    
    ('2860501','28605','6','0','100','0','0','0','0','0','33','28767','6','0','0','0','0','0','0','0','0','0','Havenshire Stallion - Kill Credit for Quests 12680'),    
    ('2860601','28606','6','0','100','0','0','0','0','0','33','28767','6','0','0','0','0','0','0','0','0','0','Havenshire Mare - Kill Credit for Quests 12680'),    
    ('2860701','28607','6','0','100','0','0','0','0','0','33','28767','6','0','0','0','0','0','0','0','0','0','Havenshire Colt - Kill Credit for Quests 12680');    
    
    UPDATE `creature_template` SET `AIName`='EventAI' WHERE `entry` in (28605,28606,28607);
    
    UPDATE quest_template SET Method='0', ReqCreatureOrGoid1='0', ReqCreatureOrGoCount1='0' WHERE entry='12687';


    Last edited by SergeySV; 22-04-10 at 08:45 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •