Recent content by xeluc

  1. xeluc

    v18 [Quest] A vision of the past id = 26320

    [Location, Faction, Race] Moonbrook / Deadmines. Alliance Draenei. [Name, Type] A Vision of the Past, Quest: 26320 [Problem Description] Once one enters Deadmines instance and uses the incense Burner. id = 58147 A cutscene begins. Camera heads to the pirate ship location to overview a conflict...
  2. xeluc

    Forsaken slavedriver armor fix

    Forsaken slavedriver armor adjustment UPDATE `emucoach_v18_vip_world`.`creature_template` SET `Armor_mod`=1 WHERE `entry`=37701;
  3. xeluc

    v18 [Quest] id 9452 Red snapper very tasty

    [Location, Faction, Race] Azuremyst Isle, Crystalbrook river. Alliance, Draenei. [Name, Type] quest=9452/red-snapper-very-tasty [Problem Description] When using draenei-fishing-net item=23654 in a School of Red Snapper: .gobject near lookup. 27787 (Entry: 181616) [School of Red Snapper]...
  4. xeluc

    v18 Portal to the Darkmoon Faire

    Ill try that activation. at least to prevent any possible lockups until it appears in the right event time frames. Edit: A little update I use for starting the event per month if needed. To start the event manually: Example for November: .event start 121 november .event stop 121 Check if...
  5. xeluc

    v18 Portal to the Darkmoon Faire

    Update when another player on the same server tried to port in from Mulgore on a troll hunter it caused the server to lockup. they were unaware of a issue with the port.
  6. xeluc

    v18 Portal to the Darkmoon Faire

    [Location, Faction, Race] Goldshire / Elwynn Forest. Tested so far with human male and draenei female [Name, Type] Portal to Darkmoon Faire [Problem Description] If NOT in GM mode the portal transports to hearthstone location. If GM mode is on the Portal transports to correct location. Tested...
  7. xeluc

    [CMaNGOS] 2.4.3 Friendly Repack

    Thanks!
  8. xeluc

    [Quest] 24814 An Ancient Enemy

    To complete the quest this worked for me: INSERT INTO `mop_world`.`creature_questender` (`id`) VALUES ('38442'); UPDATE `mop_world`.`creature_questender` SET `quest`='24814' WHERE `id`=38442 AND `quest`=0;
  9. xeluc

    Count To 2.000

    1185
  10. xeluc

    [3.3.5, 4.3.4, 5.4.8] Item Request NPC, request an item here

    Thanks, will check this out.
  11. xeluc

    [Quest] 24814 An Ancient Enemy

    This SQL should work with the EMUCoach MoP repack: UPDATE `creature_template` SET `AIName` = "SmartAI", `ScriptName` = "" WHERE `entry` = 38326; DELETE FROM `smart_scripts` WHERE `entryorguid` IN (38300, 38326, 38301) AND `source_type` = 0; INSERT INTO `smart_scripts` (`entryorguid`...
  12. xeluc

    [Quest] 24814 An Ancient Enemy

    Just rebooted the server And the quest seems to work! even have to stamp out the Braziers! Very nicely done! And the Manifestations spawn in during the fight. And was able to complete it! Edit: quest is complete in my quest log, but now I think it should return to npc=38442/morakki. Just need...
  13. xeluc

    [Quest] 24814 An Ancient Enemy

    spawndist worked, and have to change Movement_type to MovementType Now hanging at: /* SQL Error (1054): Unknown column 'text_group' in 'field list' */ /* Affected rows: 390 Found rows: 0 Warnings: 0 Duration for 21 of 25 queries: 0.031 sec. */ script ran after changing line 240 to: INSERT...
  14. xeluc

    [Quest] 24814 An Ancient Enemy

    Thanks for looking into it. I ran into this error while running the script in heidi: /* SQL Error (1054): Unknown column 'wander_distance' in 'field list' */ /* Affected rows: 342 Found rows: 0 Warnings: 0 Duration for 17 of 24 queries: 0.000 sec. */ Edit: My version doesn't have a...
  15. xeluc

    Count To 2.000

    1162
Top