[Patch] ArcEmu Shares menu

Shout-Out

User Tag List

Results 1 to 11 of 11
  1. #1
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Patch] ArcEmu Shares

    Introduction
    This post will be a collection of patches that fixes some stuff in the arc core.
    These fixes are not blizzlike though.

    #Dalara Sanctuary#
    This patch disables PvP'ing in dalaran.

    Download now.

    #Ulduar Teleport Pads#
    This will fix the Ulduar Teleport pads, but this isnt a patch.

    It's a Lua script therefore non-blizzlike.

    Lua:

    Code:
    -- Ulduar Teleporter pads
     -- coded by xalcon
    --remake by newmoon
      ul_locations = { { "Expedition Base Camp", { -706.3, -92.7, 430.3 } },
                       { "Formation Grounds", { 131.2, -35.4, 410.3 } },
           { "Colossal Forge", { 553.4, -12.2, 410.1 } },
           { "Scrapyard", { 926.1, -11.4, 419 } },
                       { "Antechamber of Ulduar", { 1498, -24, 421 } },
           { "Shattered Walkway", { 1858, -24, 449 } },
           { "Conservatory of Life", { 2101.2, -24, 421.244 } },
           { "Spark of Imagination", { 2519, 2569, 412.5 } },
           { "Descent into Madness", { 1852.4, -24.7, 334.2 } }, }
     ul_mapid = 603
     -- Dynamic Teleport-List Builder :D 
     function UL_TeleportOnView(pUnit, event, player)
         pUnit:GossipObjectCreateMenu(100, player, 0)
         for i=1, table.getn(ul_locations), 1 do 
          pUnit:GossipObjectMenuAddItem(0, ul_locations[i][1], i, 0)
       end
       pUnit:GossipObjectSendMenu(player)
     end
     function UL_TeleportOnUse(pUnit, event, player, id, intid)
         player:GossipComplete()
         local x = ul_locations[intid][2][1]
         local y = ul_locations[intid][2][2]
         local z = ul_locations[intid][2][3]
         player:Teleport(ul_mapid,x,y,z)
     end
     RegisterGameObjectEvent (194569, 4, "UL_TeleportOnView")
     RegisterGOGossipEvent(194569, 2, "UL_TeleportOnUse")
    SQL:

    Code:
    /*
    Ulduar Teleport Pads Spawn-Patch
     -- coded by xalcon
    --remake by newmoon
    *********************************************************************
    */
    /*!40101 SET NAMES utf8 */;
    replace into `gameobject_names` (`entry`, `Type`, `DisplayID`, `Name`, `Name2`, `Name3`, `Name4`, `Category`, `CastBarText`, `UnkStr`, `Size`, `QuestItem1`, `QuestItem2`, `QuestItem3`, `QuestItem4`, `spellfocus`, `sound1`, `sound2`, `sound3`, `sound4`, `sound5`, `sound6`, `sound7`, `sound8`, `sound9`, `unknown1`, `unknown2`, `unknown3`, `unknown4`, `unknown5`, `unknown6`, `unknown7`, `unknown8`, `unknown9`, `unknown10`, `unknown11`, `unknown12`, `unknown13`, `unknown14`) values('194569','10','8632','Ulduar Teleporter','','','','','','','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','1','0','10389','1','0','0','0');
    
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('56834','194569','603','-706.122','-92.6024','429.876','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('56870','194569','603','131.248','-35.3802','409.804','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('56875','194569','603','553.233','-12.3247','409.679','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('56888','194569','603','926.292','-11.4635','418.595','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('57002','194569','603','1498.132','-24.209','420.967','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('57003','194569','603','1858','-24','449','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('57004','194569','603','2101.241','-23.966','421.244','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('57005','194569','603','2519','2569','412.3','0','0','0','0','0','1','32','0','1','0');
    replace into `gameobject_spawns` (`id`, `Entry`, `map`, `position_x`, `position_y`, `position_z`, `Facing`, `orientation1`, `orientation2`, `orientation3`, `orientation4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) values('57006','194569','603','1852.4','-24.7','334.167','0','0','0','0','0','1','32','0','1','0');
    Download now.

    #Learn All Fix#
    This fixes the learn all command.

    When using it on Paladin's it teaches them all the ranks of their Aura's Which causes an interface error and you can only see devotion aura. And Rogue teaches all ranks of stealth which just isn't Blizzlike. And it's kinda annoying.
    Download now.

    #[GM]Opposite Faction Chat#
    This patch makes GM's able to see the opposite factions chat.

    Download now.

    #Russian Names#
    This patch enables your characters to use Russian characters in their names.

    Download now.
    Last edited by P1raten; 04-05-2010 at 06:23 AM.

    [Patch] ArcEmu Shares
  2. #2
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice share Jebus! +6 when I'm off cooldown

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  3. #3
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Reflection View Post
    Nice share Jebus! +6 when I'm off cooldown
    Thank you. Ill try to share some more stuff.

  4. #4
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +6 'cause sharing is caring




  5. #5
    mag1212's Avatar Active Member
    Reputation
    55
    Join Date
    Aug 2009
    Posts
    352
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ****ing nice share +rep

    edit: gotta spread
    Last edited by mag1212; 04-06-2010 at 08:26 AM.

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Super nice! +12 ****ing rep **** this is good
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    Super nice! +12 ****ing rep **** this is good
    I wuv you <3

  8. #8
    EXtremiXed's Avatar Member
    Reputation
    10
    Join Date
    Mar 2009
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    + 1 Rep for the GM Language fix

  9. #9
    MEC's Avatar Banned
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not bad. got any more?

  10. #10
    Nicholax80's Avatar Corporal
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Noobie question, most likely... But where would I put these patches or how would I implement them into my server? I do need some of these.

    I loved the Lua script btw. That worked beautifully.

  11. #11
    Nicholax80's Avatar Corporal
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could anyone tell me how implement put these patches into my server? I'm a newer server owner and don't exactly know how. Still learning the deep/pro stuff.

Similar Threads

  1. [Share] Wrath of The Lich King Repack Patch 8820
    By BrantX in forum WoW EMU General Releases
    Replies: 6
    Last Post: 12-05-2008, 11:32 PM
  2. ArcEmu server sharing problem +rep
    By rqp in forum WoW EMU Questions & Requests
    Replies: 12
    Last Post: 10-24-2008, 04:27 PM
  3. [Share]WOTLK Patches List from 8622 and on.
    By erebos in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 08-30-2008, 03:44 PM
  4. [Share] NCDB - Patch Map 0 Redone
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 06-14-2008, 11:14 AM
All times are GMT -5. The time now is 09:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search