
Results 1 to 10 of 39
Thread: [Release] ArcEmu 3.3.5a
Threaded View
-
30-06-10, 02:08 PM #1
[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`;
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`;
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 dbLast edited by colvinjmathew; 28-07-10 at 08:53 PM.
--Thx TRM!