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 99 of 112 FirstFirst ... 294984899596979899100101102103109 ... LastLast
Results 981 to 990 of 1117
  1. #981
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Cool 83


    Register to remove this ad
    Been gone a couple-o-days again... gonna compile an update today. As for those who are asking for playerBot and other non-Blizzlike addons, I'm sorry, but I like to keep things as Blizzlike as possible.



    Update Compiling...
    Code:
    MaNGOS updated to 10747
    Some other aura caster object guid use cases. 
    Use objetguid for other .list auras command part.
    Use ObjectGuid in spellauraholders instead uint64.
    Prevent equip/unequip items in process logout.
    Add AP/RAP bonus data to `spell_bonus_data`. 
    Add `spell_bonus_data`.`spell_bonus_data` field and support for RAP bonuses use for spells damage from table. 
    Add AI function OwnerKilledUnit for protector pets (when owner kills unit) 
    Cleanups in spell effects names. 
    Cleanup pet remove code and some fixes. 
    In fact set pet name to empety state redundent.
    Use empty name for non-unique named pets. 
    Fixed  unexpected typo in prev. commit. 
    Fixed spell 51420 work by use recently added protector pets as expected. 
    Rename and clarify SummonPropertiesEntry.Type->Title field meaning. 
    Implement defencive guardians pet type for creatures like 28120.
    Not send session fields as args into HandleMoverRelocation/VerifyMovementInfo. 
    Remove redundant isAlive-check, thanks LordJZ for notice.
    Check if Pet's target is a valid target (isTargetableForAttack)
    Add dummy aura effect of spell 47178 and dummy effect of 47176.
    Fix Deathly Stare spell.
    Map system re-engineered. Special thanks to Blueboy for tests.
    Correct one SQL in tools, table was renamed. 
    Add a few comments for SUMMON_PROP_TYPE_CRITTER.
    Fix TARGET_AREAEFFECT_CUSTOM, need to obey type when DB target entry exist.
    Fixed wrong error message for quest related areatriggers.
    Add dummy aura effect of 51405 and dummy effect of 51420.
    Backports from 400 branch.
    ScriptDev2 updated to 1884
    Fix compile, can't use const_iterator there. 
    Fix file name.
    Prevent Larry from start attack after event done + move one gossip to database. Patch by Schmoozerd.
    Add support for fishing up boss in SSC (w/some boss abilities based on ACID). Patch by Schmoozerd.
    Fix unsafe use of pointer storage in misc lists and store guid of objects instead. Patch by Schmoozerd.
    Prevent possible crash at instance_azjol_nerub::OnCreatureEnterCombat.
    Add dummy effect of spell 52741 (related to quest 12813).
    Note it may not be fully correct, expecting visual effects. 
    Add missing ScriptName to full SQL.
    YTDB updated to 351 (573_FIX_10726)
    All fixes from forum.
    Fix spawn.
    Quest scripts.
    Mob's gossip menu.



    › See More: [Release] TRM's Cthulhu Ftagn Dual-Database MaNGOS Repack (3.3.5.12340) - 32 & 64-bit
    Last edited by CthulhuFtagn; 19-11-10 at 09:55 AM. Reason: Update



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

  3. #982
    Beginner

    Join Date
    Nov 2010
    Posts
    4
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    I can understand you, but im just playin with 4 -10 friends, we also want it as much blizzlike as possible. Could you not add playerbot anyway? you can set it in mangosd.conf on disabled as standard and people like me can easily enable the playerbot via mangosd.conf
    please i love your repack but thats the only thing Im missin
    hope you can do me a favor

  4. #983
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    Last time I added playerbot to a 3.3.5a installation the CPU usage went through the roof, even when it was disabled. As I cannot find a stable injection of playerbot, and, as I said, I'm keeping this blizzlike, it will not be included in the foreseeable future.

  5. #984
    Beginner

    Join Date
    Nov 2010
    Posts
    4
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    hope you will add it
    anyway i love your repack

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

    Cool 83

    Update Available:
    Code:
    MaNGOS updated to 10747 (required_10746_01_mangos_mangos_string)
    Some other aura caster object guid use cases. 
    Use objetguid for other .list auras command part.
    Use ObjectGuid in spellauraholders instead uint64.
    Prevent equip/unequip items in process logout.
    Add AP/RAP bonus data to `spell_bonus_data`. 
    Add `spell_bonus_data`.`spell_bonus_data` field and support for RAP bonuses use for spells damage from table. 
    Add AI function OwnerKilledUnit for protector pets (when owner kills unit) 
    Cleanups in spell effects names. 
    Cleanup pet remove code and some fixes. 
    In fact set pet name to empety state redundent.
    Use empty name for non-unique named pets. 
    Fixed  unexpected typo in prev. commit. 
    Fixed spell 51420 work by use recently added protector pets as expected. 
    Rename and clarify SummonPropertiesEntry.Type->Title field meaning. 
    Implement defencive guardians pet type for creatures like 28120.
    Not send session fields as args into HandleMoverRelocation/VerifyMovementInfo. 
    Remove redundant isAlive-check, thanks LordJZ for notice.
    Check if Pet's target is a valid target (isTargetableForAttack)
    Add dummy aura effect of spell 47178 and dummy effect of 47176.
    Fix Deathly Stare spell.
    Map system re-engineered. Special thanks to Blueboy for tests.
    Correct one SQL in tools, table was renamed. 
    Add a few comments for SUMMON_PROP_TYPE_CRITTER.
    Fix TARGET_AREAEFFECT_CUSTOM, need to obey type when DB target entry exist.
    Fixed wrong error message for quest related areatriggers.
    Add dummy aura effect of 51405 and dummy effect of 51420.
    Backports from 400 branch.
    ScriptDev2 updated to 1884
    Fix compile, can't use const_iterator there. 
    Fix file name.
    Prevent Larry from start attack after event done + move one gossip to database. Patch by Schmoozerd.
    Add support for fishing up boss in SSC (w/some boss abilities based on ACID). Patch by Schmoozerd.
    Fix unsafe use of pointer storage in misc lists and store guid of objects instead. Patch by Schmoozerd.
    Prevent possible crash at instance_azjol_nerub::OnCreatureEnterCombat.
    Add dummy effect of spell 52741 (related to quest 12813).
    Note it may not be fully correct, expecting visual effects. 
    Add missing ScriptName to full SQL.
    YTDB updated to 351 (573_FIX_10726)
    All fixes from forum.
    Fix spawn.
    Quest scripts.
    Mob's gossip menu.
    Cumulative Update:
    CU_0083.zip (10.64 MB)


  7. #986
    Beginner

    Join Date
    Nov 2010
    Posts
    3
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    Update installed flawlessly, thanks!

  8. #987
    Senior Sergeant
    Narcoleptic's Avatar
    Join Date
    Aug 2010
    Posts
    137
    Post Thanks / Like
    Rep Power
    14
    Reputation
    15
    Thank you so much once again

    P.S.- Friend where are the daily pictures?

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

  10. #989
    Senior Sergeant
    Narcoleptic's Avatar
    Join Date
    Aug 2010
    Posts
    137
    Post Thanks / Like
    Rep Power
    14
    Reputation
    15
    LOLOL why tha hell that guy needed all that crap to play...lol nice one friend

  11. #990
    Senior Sergeant
    GrandpaJohn's Avatar
    Join Date
    Feb 2010
    Location
    West Palm Beach, Fl
    Posts
    145
    Post Thanks / Like
    Rep Power
    15
    Reputation
    24

    Register to remove this ad
    @ CT:

    Update 83 executed successfully, no errors, server booted up and running great. keep up your great work bud

 

 
Page 99 of 112 FirstFirst ... 294984899596979899100101102103109 ... 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 07:46 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