
Results 1 to 10 of 39
Thread: [Release] ArcEmu 3.3.5a
-
30-06-10, 02:08 PM #1
[Release] ArcEmu 3.3.5a
Register to remove this adHere 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 db
› See More: [Release] ArcEmu 3.3.5aLast edited by colvinjmathew; 28-07-10 at 08:53 PM.
--Thx TRM!
-
30-06-10, 02:20 PM #2
Going to test it out! =D]
EDIT: Repack working perfect! Great job on releasing such a marvelous repack with the patch released not too long ago!Last edited by topmag; 30-06-10 at 02:29 PM.
-
30-06-10, 02:44 PM #3
-
30-06-10, 11:50 PM #4
-
01-07-10, 01:42 AM #5
Thank you. I think I speak in the name of everyone when I say that you rock because keeping this up to date.
EDIT: I also have a problem. As I always used mangos I an uber n00b in arcemu. When I try to test ICC. Like we all want to... Boof "This instance is not available" Any way to fix that?Last edited by topmag; 01-07-10 at 02:02 AM.
-
01-07-10, 02:45 AM #6
-
01-07-10, 02:56 PM #7
-
01-07-10, 03:39 PM #8
Good job
Awesome release.
The repack works, Good job thank you very much...
-
01-07-10, 05:27 PM #9
5 Star rating my friend... can't give you more rep until I pass the love around.
System & Security: HP Pavilion dv7-3160us Entertainment Notebook PC - My Video Link
| Windows 7 Home Premium x64 | avast! Free antivirus | ThreatFire | ZoneAlarm Free Firewall | Spybot - Search & Destroy | Malwarebytes Anti-Malware | Panda USB and AutoRun Vaccine | KeePass | TrueCrypt |
-
01-07-10, 05:39 PM #10
Register to remove this ad
--Thx TRM!