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
    22
    Reputation
    397

    Cool 83

    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 10: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
    16
    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
    22
    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
    16
    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
    22
    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
    16
    Reputation
    1
    Update installed flawlessly, thanks!

  8. #987
    Senior Sergeant
    Narcoleptic's Avatar
    Join Date
    Aug 2010
    Posts
    137
    Post Thanks / Like
    Rep Power
    16
    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
    22
    Reputation
    397

  10. #989
    Senior Sergeant
    Narcoleptic's Avatar
    Join Date
    Aug 2010
    Posts
    137
    Post Thanks / Like
    Rep Power
    16
    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
    17
    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

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
  •