MMOCoin

Likes Likes:  0
Results 1 to 10 of 39

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Premium
    colvinjmathew's Avatar
    Join Date
    Nov 2009
    Posts
    61
    Post Thanks / Like
    Rep Power
    17
    Reputation
    63

    [Release] ArcEmu 3.3.5a

    Here is an ArcEmu 3.5a Repack.

    DB=Whydb

    DB info = root/ascent
    Logon info = admin/admin

    DBC files are already extracted for you, use the AD.exe in the tools folder to extract maps.

    DOWNLOAD REPACK



    if you get an error saying "Missing MSVCP100.dll" try installing visual c++ 2010 runtime, its required to run programs compiled with visual c++ 2010



    UPDATE:
    same as before, replace all files. this one comes with some SQL updates aswell.

    ArcEmu Update Rev 3570

    first, if you have no already done so apply this to your world;

    Code:
    -- Moving death_state into creature_spawns table
    ALTER TABLE `creature_spawns` ADD `death_state` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `standstate`;
    ALTER TABLE `creature_staticspawns` ADD `death_state` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `standstate`;
    UPDATE creature_spawns cs INNER JOIN creature_proto cp ON cs.Entry = cp.Entry SET cs.death_state = cp.death_state;
    ALTER TABLE `creature_proto` DROP `death_state`;
    then apply;
    Code:
    CREATE TABLE `display_bounding_boxes` (
      `displayid` int(30) NOT NULL,
      `lowx` float NOT NULL,
      `lowy` float NOT NULL,
      `lowz` float NOT NULL,
      `highx` float NOT NULL,
      `highy` float NOT NULL,
      `highz` float NOT NULL,
      PRIMARY KEY (`displayid`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

    and last
    Code:
    alter table `display_bounding_boxes` add column `boundradius` float NOT NULL after `highz`;
    all should be applied to world table, these updates are from the AtcEmu Svn, credits to them.


    if you wish to update your server's DB, please go to WhyDB r.121 - 3.3.5a.zip this link is from the ArcEmu Forums witch can be found here

    [OLD] UPDATE: ArcEmu Rev 3470.
    download the rar, extract it and replace the files in your C:\ArcEmu 3.3.5a Release\ArcEmu make sure you REPLACE THEM, files that should be replaced include;
    --- arcemu-world.exe
    --- arcemu-logonserver.exe
    --- collision.dll
    --- script_bin(folder and everything inside)

    Credits to ArcEmu for the source files and Whydb for the db
    Last edited by colvinjmathew; 28-07-10 at 09:53 PM.

    --Thx TRM!



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

 

 

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
  •