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 95 of 112 FirstFirst ... 25458085919293949596979899105110 ... LastLast
Results 941 to 950 of 1117
  1. #941
    Beginner

    Join Date
    Nov 2010
    Posts
    14
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2

    Migrating to this Repack


    Register to remove this ad
    I'm hoping to either migrate to this repack or set up a brand new server but my characters are on 3.3.3a
    My character db is 9767_03
    My Realm db is 9748_01

    I was hoping to leave the existing server up. Get everything up and running, upgrade the clients and import the characters over, but I noticed on the first page someone else had to do some things to the databases first.




    › See More: [Release] TRM's Cthulhu Ftagn Dual-Database MaNGOS Repack (3.3.5.12340) - 32 & 64-bit



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

  3. #942
    Beginner

    Join Date
    Nov 2010
    Posts
    14
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2
    Quote Originally Posted by vethen View Post
    I'll give it a try, sorry if I am being a pain. Are the vmaps necessary?
    Vmaps are pretty necessary. I tried a release that didn't have them or mention them and mobs were coming through the walls and the roofs!

  4. #943
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    Hey Jenrick, here's the updates to your characters and realmd databases, make sure to inject them in order.
    updates.zip

  5. #944
    Beginner

    Join Date
    Nov 2010
    Posts
    14
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2
    Thanks for the update.
    I got it up and running, I was missing one of the updates which was luckily in the code you had given another person on the second page.
    I have everything up and running, well except for the web page part (getting the remove the old-passwords flag) but that was because I already had php/mysql/apache installed and didn't want to screw things up.

    Ha! I found out the problem I had with ahbot.
    Set your max/min in the database, then set your items per cycle in mangos.conf.

    Thank you again for the update, without it, I'd never get started and poke around.
    Last edited by Jenrick; 09-11-10 at 06:08 AM.

  6. #945
    Beginner

    Join Date
    Nov 2010
    Posts
    14
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2
    I was wondering if anyone else noticed these items :
    Arcane Potency - Increases the critical strike chance of your next damaging spell by 15% after gaining Clearcasting or Presence of Mind. Instead of giving me a temporary buff the 15% critical chance is remiaining constantly. It stays until I cast Presence of Mind which removes the buff.
    Arcane missle graphics aren't playing unless the mob is directly adjacent to me and usually shoots of in a random direction.

    Edit Sorry I keep answering my questions after some research, I should really just keep my mouth shut for a while and then ask.
    The Arcane issues are listed as open tickets on getmangos.
    Last edited by Jenrick; 11-11-10 at 04:36 PM.

  7. #946
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    Been gone a couple-o-days, but I'll get a big update compiled tomorrow.

  8. #947
    Grunt

    Join Date
    Sep 2010
    Location
    The South, USA
    Posts
    44
    Post Thanks / Like
    Rep Power
    14
    Reputation
    9
    Welcome back CT, and sounds like a plan!

  9. #948
    Senior Sergeant
    GrandpaJohn's Avatar
    Join Date
    Feb 2010
    Location
    West Palm Beach, Fl
    Posts
    145
    Post Thanks / Like
    Rep Power
    15
    Reputation
    24
    yup welcome back bud sounds great, patiently waiting for the update

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

    Cool 81

    Update Available:
    Code:
    MaNGOS updated to 10721 (required_10704_01_mangos_gossip_menu_option)
    Use required_quest instead of _heroic for non_instance areatrigger teleport.
    Implement check `gossip_menu_option`.`npc_option_npcflag`. 
    Implement proper calculation quest honor reward.
    Partly revert "[10687] UInt32 timer class copies instead using time_t timers for mstime cases." 
    Revert "[10716][10688] New version of patch for send real diff from last update."
    Typo show commit before revet all realddiff one more time.
    Fixed move in inventory items with ItemLimitCategory. 
    Avoid unexpected error at action_menu_id < 0 after recent loading checks adding. 
    Player/group instance binding fixes. 
    Startup checks for `gossip_menu` and `gosip_menu_option` table data. 
    Check localization data for existance main table entres. 
    Fixed typos in my previous commit.
    Prevent wrongly use transport guid as unittarget in spell targets.
    Update ACHIEVEMENT_CRITERIA_TYPE_LOOT_* with group roll. 
    Move Glancing Blow early in melee outcome results. 
    Implement talent 30326 for spell 5138. 
    Simplify CellArea calculation.
    Add the option to close gossip window in gossip system.
    Check SPELL_ATTR_IMPOSSIBLE_DODGE_PARRY_BLOCK for special attacks. 
    Fixed loading mails broken after [10692] 
    Correct check percent spell costs in AI::CanCast 
    Remove unused structure GridUpdater. 
    Add debug note for not implemented summon property group.
    Compute cell area bounds for active objects in the same way like it done for players.
    Less strict check for update at war state for factions.
    Avoid selection despawned creatures as spell autoselected targets. 
    Cleanup some death state enums usage. 
    Use portable ACE way msecs time value calculation.
    Update SpellEntry based on the work of TOM_RUS.
    Fixed wrongly use %d for guids in DB queries.
    Fixed some GCC warnings and code errors.
    Add dummy effect of spell 53475, 53487 and 54015.
    Fixed *nix build problem after recent commits. 
    Restore some item checkes for temporary loot case. 
    New version of patch for send real diff from last update.
    UInt32 timer class copies instead using time_t timers for mstime cases. 
    Fixed creature_template loading after vendor changes. 
    Fixed mangos.sql `creature_template` default content after adding vendor_id
    New table 'item_convert' for conversRevert "[10677] Send to creature/etc Update call real diff from last update and use it."ion items.
    Added new Cell::Visit* functions to visit grids with center in (x,y) coords.
    Update item buy code for new way vendor item lists work. 
    New table `npc_vendor_template` for comon item data for diff vendors.
    ScriptDev2 updated to 1864.
    Add support for quest 11464, patch by Schmoozerd.
    Add script for areatrigger 5030 (rel. to quest 12575).
    Add basic support for quest 11300 (still need additional ACID support for end miniboss -> spell 43326).
    YTDB updated to 350 (572_FIX_10709).
    All fixes from forum.
    Fix spawn.
    Quest scripts.
    Mob's gossip menus.
    Cumulative Updates:
    CU_0081.zip (10.53 MB)

    Last edited by CthulhuFtagn; 13-11-10 at 10:59 AM.

  11. #950
    Beginner

    Join Date
    Aug 2010
    Posts
    24
    Post Thanks / Like
    Rep Power
    14
    Reputation
    8

    Register to remove this ad
    updated successfully with out any problems

    thanks

 

 
Page 95 of 112 FirstFirst ... 25458085919293949596979899105110 ... 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 06:54 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