Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 9 of 112 FirstFirst ... 567891011121319245979109 ... LastLast
Results 81 to 90 of 1117
  1. #81
    Beginner

    Join Date
    Aug 2010
    Posts
    1
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1

    Register to remove this ad
    Great work on this. I can only imagine how much time you invested to get this repack made. Kudos to you.




    › See More: [Release] TRM's Cthulhu Ftagn Dual-Database MaNGOS Repack (3.3.5.12340) - 32 & 64-bit
    Last edited by guitarjw; 21-08-10 at 12:39 PM.



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

  3. #82
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    Update Available:
    Code:
    MaNGOS updated to 10396
    ScriptDev2 updated to 1785
    CU_0008.zip (10.65 MB)

  4. #83
    Banned

    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    652
    Post Thanks / Like
    Rep Power
    0
    Reputation
    103
    Extremely good as always, keep up the good work mate.

  5. #84
    Scout
    Abyss's Avatar
    Join Date
    Feb 2010
    Location
    3 doors down
    Posts
    6
    Post Thanks / Like
    Rep Power
    15
    Reputation
    13

    Player-Like NPC SQL

    I'm here again to help out again to fix the little problems I find on here
    Trying to make it more Blizzlike, anyways I found that the player-like NPCs in Dalaran didn't have the correct plain Alliance or Horde faction ID, so I changed em..

    Horde Code
    Code:
    UPDATE `creature_template` SET `faction_A` = 1801, `faction_H` = 1801 WHERE `entry` = 32697; 
    UPDATE `creature_template` SET `faction_A` = 1801, `faction_H` = 1801 WHERE `entry` = 32702; 
    UPDATE `creature_template` SET `faction_A` = 1801, `faction_H` = 1801 WHERE `entry` = 32709;
    UPDATE `creature_template` SET `faction_A` = 1801, `faction_H` = 1801 WHERE `entry` = 32719;


    Alliance Code
    Code:
    UPDATE `creature_template` SET `faction_A` = 1802, `faction_H` = 1802 WHERE `entry` = 32695;  
    UPDATE `creature_template` SET `faction_A` = 1802, `faction_H` = 1802 WHERE `entry` = 32700; 
    UPDATE `creature_template` SET `faction_A` = 1802, `faction_H` = 1802 WHERE `entry` = 32708;
    UPDATE `creature_template` SET `faction_A` = 1802, `faction_H` = 1802 WHERE `entry` = 32716;
    UPDATE `creature_template` SET `faction_A` = 1802, `faction_H` = 1802 WHERE `entry` = 32720;
    UPDATE `creature_template` SET `faction_A` = 1802, `faction_H` = 1802 WHERE `entry` = 32712


    EDIT: All of the Player-like NPCs are supposed to patroll around Dalaran, entering shops and what not. I'll begin work on this paths today, post when I'm done , peace.

    Regards,
    Abyss



    Last edited by Abyss; 22-08-10 at 03:10 PM.

    Perfection lasts a lifetime, but excellence is forever...

  6. #85
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    21
    Reputation
    319
    Quote Originally Posted by Abyss View Post
    I'm here again to help out again to fix the little problems I find on here
    Trying to make it more Blizzlike, anyways I found that the player-like NPCs in Dalaran didn't have the correct plain Alliance or Horde faction ID, so I changed em..
    Its always great to see people helping
    No touching please.

  7. #86
    Scout
    Abyss's Avatar
    Join Date
    Feb 2010
    Location
    3 doors down
    Posts
    6
    Post Thanks / Like
    Rep Power
    15
    Reputation
    13

    Thumbs up Player-Like NPC SQL

    This is a SQL to make Drog Skullbreaker patroll around Dalaran.
    He will visit a shop and chat it up with a few ladies.

    Code:
    UPDATE `creature` SET `movementtype` = '2' WHERE `guid` = '88642';
    REPLACE INTO `creature_movement` (`id`, `point`, `position_X`, `position_Y`, `position_Z`, `waittime`, `emote`) VALUES 
    ('88642', '1', '5910.47', '648.23', '644.24', '0', '0'),
    ('88642', '2', '5906.45', '659.24', '643.80', '0', '0'),
    ('88642', '3', '5909.55', '661.96', '643.78', '0', '0'),
    ('88642', '4', '5914.57', '667.16', '643.50', '0', '0'),
    ('88642', '5', '5916.58', '665.38', '643.50', '0', '0'),
    ('88642', '6', '5906.72', '675.19', '643.50', '90000', '234'),
    ('88642', '7', '5911.11', '677.38', '643.50', '0', '0'),
    ('88642', '8', '5901.10', '684.66', '643.58', '0', '0'),
    ('88642', '9', '5894.92', '689.41', '642.03', '0', '0'),
    ('88642', '10', '5868.46', '653.60', '645.65', '0', '0'),
    ('88642', '11', '5863.92', '660.02', '645.65', '0', '0'),
    ('88642', '12', '5857.29', '666.49', '647.51', '0', '0'),
    ('88642', '13', '5849.77', '660.37', '647.51', '0', '0'),
    ('88642', '14', '5851.80', '641.05', '647.51', '0', '0'),
    ('88642', '15', '5848.23', '636.50', '647.51', '25000', '378'),
    ('88642', '16', '5855.41', '637.12', '647.51', '0', '0'),
    ('88642', '17', '5867.15', '631.21', '647.67', '0', '0'),
    ('88642', '18', '5893.75', '641.69', '646.04', '0', '0'),
    ('88642', '19', '5907.88', '631.23', '646.05', '0', '0'),
    ('88642', '20', '5906.09', '628.48', '646.47', '5000', '24'),
    ('88642', '21', '5911.80', '638.14', '645.31', '0', '0')
    I will work on the others on my spare, I am going on a trip out of state in the morning, but I will work on it during the slow points of the vacation and will release my progress when I return.

    See you in a week MMOpro,
    Abyss

    Perfection lasts a lifetime, but excellence is forever...

  8. #87
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Thumbs up

    Thanks Abyss, I'll put this into the next update. I'll add the two semi-colons that you forgot

    Update Available:
    Code:
    MaNGOS updated to 10403 (required_10400_01_mangos_mangos_string)
    ScriptDev2 updated to 1795
    Dalaran NPC update by Abyss
    CU_0009.zip (10.65 MB)
    Last edited by CthulhuFtagn; 23-08-10 at 11:44 AM.

  9. #88
    Senior Sergeant
    GrandpaJohn's Avatar
    Join Date
    Feb 2010
    Location
    West Palm Beach, Fl
    Posts
    145
    Post Thanks / Like
    Rep Power
    15
    Reputation
    24
    @TRM:
    update 0009 executed flawlessly, as expected your work is well appreciated keep it up.

  10. #89
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Thumbs up

    Yep, follow the directions.


    Update Available:
    Code:
    ScriptDev2 updated to 1800
    CU_0010.zip (10.65 MB)
    Last edited by CthulhuFtagn; 23-08-10 at 06:23 PM.

  11. #90
    Beginner

    Join Date
    Apr 2009
    Posts
    5
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    Register to remove this ad
    i started form scratch it works but how do i upgrade it i might sound a noob but upgradeing is new to me when i did it the first time i think i did it wrong thx for getting back to me so fast

 

 
Page 9 of 112 FirstFirst ... 567891011121319245979109 ... LastLast

Visitors found this page by searching for:

hobbits

quice

mangos 3.3.5 repack

mangos repack 3.3.5

how to make server wow 3.5.5 level 255

cthulhu patch

3.3.5 mangos repack

patcher 64 bit descargar

gorkun ironskull

sholazar basin

warcraft sholazar basin background

ulduar

TRMs Cthulhu Ftagn Dual-Database MaNGOS Repackmangos 3.3.5.12340mangos 3.3.5a linux repackAHbotrepack 3.3.5 trinity mimirion train trinitycorehobbits lord of the ringsmangos repack 3.3.5aMANGO CTHULHU 123dual-database-mangos-repack-3-3-5-12340-32-64-bit-4286index100wow repack the culling of stratholme trm releasedescargar arcemu 3.1.3 wow megaupload255 lvl wow repack 3.3.5agithub trinity 71603booty bay wallpaperdual wallpaper windows 7TRMs Cthulhu Ftagn infinity mangos repackrepack trinity 3.3.5 debugwow repack linuxrepack 3.3.5 a mangos fullmangos 3.5.5 repacktrinity 3.3.5a linux repack3.3.5a linux repackDownload MaNGOS Repack 3.3.5TRMs Cthulhu Ftagn RepackMangos 3.3.5 databasewow 3.3.5a 255 repackcthulhuRepack Ver.1.27-Client 3.3.5a (12340)ragnaros lairforge of souls questwow repack 3.3.5a 255lvlhackear wow 3.3.5 con parche customno-ip.org dnssearch zonealarmlotr hobbitswow 3.3.5 mangos repack 32 bit server
SEO Blog

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
  •  
All times are GMT -5. The time now is 04:40 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org