MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides  
Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides
Reload this Page How to setup arcemu r465
Emulator Server Guides Guides for working with World of Warcraft Emulator servers. Learn how to create a WoW Server here.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
How to setup arcemu r465
(#1)
Old
syrtan is Offline
Sergeant
Rep Power: 2
Reputation: 11
syrtan is on a distinguished road
 
Posts: 69
Join Date: May 2007
Location: norway
How to setup arcemu r465 - 07-31-2008

If any one have any question or errors feel free to ask And I hope you guys like it.
First this is what you will learn:

Using Winrar (if you dont know what that is)
Setup MySQL and Navicat
Config the Arcemu config files
And to the end how to start the server without any errors


Now you need to download some stuff:
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

First thing we will do now is extracting nessecary files for your server.
1. Right click on the folder called "DBC" and choose "extract here" from the drop down menu.
2. Do the same with the folder called "arcemu-world.rar". Right click and choose "extract here" from the drop down menu.
Ok now we got that done we want to extract maps files from the wow folder.
1. Copy all files in "Extractors and Assambler" to your World of Warcraft folder.
2. Run ad.exe : Notice that this extractors could take some time but just start install the database in this time then.
3. Run vmapextract_v2.exe
4. Run vmap_assembler.exe
5. Copy all this files (maps, vmaps and buildings into your server folder

Time to install and setup MySQL
1. Extract it using WinRAR then run "setup.exe"
2. Click "Next"
3. Choose "Typical" and click "Next"
4. Click "install"
5. Click "Next"
6. Click "Next"
7. Mark the box called Configure the MySQL Server now and click "Finish"
8. Click "Next"
9. Choose "Standard Configuration" and click "Next
10. Click "Next"
11. Choose a password NOTICE:THIS IS THE PASSWORD YOUR GONNA USE LATER IN THE CONFIG FILES AND NAVICAT When you have done that click "Next"
12. Click "Execute"
13. Then "Finish"

How to setup Navicat
1. Just install the program by clicking next all the time. This program is a trial but im sure you could find a crack out there.
2. Open Navicat and hit the big button "Connection"
3. Fill in your information:
Quote:
Connection Name: Ascent
Hostname/IP address: localhost or 127.0.0.1 (this are default)
Port: 3306
User Name: root
Password: Your MySQL password
4. Then click "ok"
5. Double click on "Ascent" so it become green
6. Right click on "Ascent" and choose "New Database..." from the drop down menu.
7. Under "Enter Database name:" write "world" and click ok
8. repeat step 6 and 7 with the names logon and character.
9. Now you should have 3 databases world, logon and character.
10. Go to the folder you downloaded. Rev465 by Syrtan and click on the SQL folder. You will now see a winRAR folder named "World.rar" Right click and choose "extract here".
11. Open Navicat again.
12. double click on the database named "world"
13. Right click and choose "Execute Batch File..."
14. Click the "..." button and browse to the SQL folder inside Rev465 by Syrtan and choose "world.sql" click open
15. Then click start, now just wait
16. When that is done do the same with the database "character" just now choose "character.sql"
17. And after that do the same with "logon.sql"
18. Your done with the database and Navicat part=)


Now how to config the config files the right way.
1. Open the folder "configs" in your server folder
2. Then open arcemu-logonserver.conf with notepad
3. Scroll down to you see
Quote:
<LogonDatabase Hostname = "host"
Username = "user"
Password = "pass"
Name = "dbname"
Port = "3306"
Type = "1">
4. Change the "host" to your database hostname. Default: localhost or 127.0.0.1
5. Change the "user" to your MySQL username. Default: root
6. Change the "pass" to your MySQL password
7. Change the "dbname" to logon
8. Then again scroll down
Quote:
<LogonServer RemotePassword = "change_me_logon"
AllowedIPs = "***MUST BE COMPLETED***"
AllowedModIPs = "***MUST BE COMPLETED***">
9. Change "change_me_logon" to something you will remember. Ex ascent
10. Change both "***MUST BE COMPLETED***" to "127.0.0.1/24. Save and close down

11. Open arcemu-realms.conf and scroll down
12.
Quote:
<Realm1 Name = "Test Realm"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
13. Test Realm is the name of the server change it if you want. Save and close down

14. Open arcemu-world.conf and scroll down
15. <WorldDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
15. Again change "host" to localhost.
16. Change username to root
17. Change passwd to your MySQL password
18. Change light green database to world
19. Change dark green database to character.
20. You also have to the delete the two:
Quote:
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Die Directive
#
# If this triggers it means you didn't read your config file!
# Just comment it or remove it when you've read this.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<die msg="I am a newb who didn't even read half my config file!">
Just delete it=) Save and close down

How to make an account.
1. Open logon database in navicat.
2. Then open "account" table and fill the information.
3.
Quote:
login=account user name
password= account password
gm= az unlocks all commands from a-z
flags= 8=Bc enabled 0=non bc
Thoose columms i dident comment here dont need to be modified.
So your done =)


Change the realmlist.
1. Open realmlist.wtf in notepad and delete all in there
2. Copy this and paste into the realmlist.wtf
Quote:
set realmlist 127.0.0.1
Now you can start your server
1. Run arcemu-logonserver.exe wait for it to say "Success! Ready for connections"
2. Then run arcemu-world.exe

Now you can login to world of warcraft with your account

Last edited by syrtan; 08-02-2008 at 05:55 PM. Reason: not finish, finish soon
Reply With Quote

Donate to remove ads.
(#2)
Old
Etna's Avatar
Etna is Offline
Knight-Lieutenant
Rep Power: 2
Reputation: 20
Etna is on a distinguished road
 
Posts: 335
Join Date: Sep 2007
Location: Sweden
07-31-2008

Nice one dude but can't get it Work..


Getting Adobe PhotoShop Skillz !!
Reply With Quote
(#3)
Old
syrtan is Offline
Sergeant
Rep Power: 2
Reputation: 11
syrtan is on a distinguished road
 
Posts: 69
Join Date: May 2007
Location: norway
07-31-2008

42 views and 1 reply. Please give some feedback :P
Reply With Quote
(#4)
Old
koos is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
koos is an unknown quantity at this point
 
Posts: 7
Join Date: Jul 2008
08-02-2008

well i set it up just like the guide say but 2 probs the arcemu-logonserver and the arcemu world dont want to start up it gives me this error "this application has failed to start because the application configuration is incorrect.reinstalling the application may fix this problem"
Reply With Quote
(#5)
Old
thefearless is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
thefearless is an unknown quantity at this point
 
Posts: 9
Join Date: Oct 2007
Location: norway
08-02-2008

Hello I have a Problem with my Arcemu rev 572, It always Says Wrong Login when i try login to the Acc, and i have Checked the database and the acc is in the account table, bet the acc name and pass dont work ?
Reply With Quote
(#6)
Old
syrtan is Offline
Sergeant
Rep Power: 2
Reputation: 11
syrtan is on a distinguished road
 
Posts: 69
Join Date: May 2007
Location: norway
08-02-2008

Quote:
Originally Posted by koos View Post
well i set it up just like the guide say but 2 probs the arcemu-logonserver and the arcemu world dont want to start up it gives me this error "this application has failed to start because the application configuration is incorrect.reinstalling the application may fix this problem"
You have something wrong with your config files. I will look on it
Reply With Quote
(#7)
Old
syrtan is Offline
Sergeant
Rep Power: 2
Reputation: 11
syrtan is on a distinguished road
 
Posts: 69
Join Date: May 2007
Location: norway
08-02-2008

Quote:
Originally Posted by thefearless View Post
Hello I have a Problem with my Arcemu rev 572, It always Says Wrong Login when i try login to the Acc, and i have Checked the database and the acc is in the account table, bet the acc name and pass dont work ?
<LogonDatabase Hostname = "host"
Username = "user"
Password = "pass"
Name = "dbname"
Port = "3306"
Type = "1">
Sure you have put logon were it says "dbname" ? And named the database with the account table "logon" ?
Reply With Quote
(#8)
Old
koos is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
koos is an unknown quantity at this point
 
Posts: 7
Join Date: Jul 2008
08-02-2008

ok i have sort the 2 probelms wit downloading dot net frame work 3.5. but seems there is no realms to choose from. and when i open the arcemu-world.exe it say this "die directive recived: i am a newb who didn't even read half my config file!" then it close.

Last edited by koos; 08-02-2008 at 05:50 PM.
Reply With Quote
(#9)
Old
syrtan is Offline
Sergeant
Rep Power: 2
Reputation: 11
syrtan is on a distinguished road
 
Posts: 69
Join Date: May 2007
Location: norway
08-02-2008

Quote:
Originally Posted by koos View Post
ok i have sort the 2 probelms wit downloading dot net frame work 3.5. but seems there is no realms to choose from. and when i open the arcemu-world.exe it say this "die directive recived: i am a newb who didn't even read half my config file!" then it close.
you need to delete this

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Die Directive
#
# If this triggers it means you didn't read your config file!
# Just comment it or remove it when you've read this.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<die msg="I am a newb who didn't even read half my config file!">

It stands two times in the arcemu-world.conf. It should solve the problem.
Reply With Quote
(#10)
Old
thefearless is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
thefearless is an unknown quantity at this point
 
Posts: 9
Join Date: Oct 2007
Location: norway
08-02-2008

Yes im Sure Syrtan
Reply With Quote
(#11)
Old
koos is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
koos is an unknown quantity at this point
 
Posts: 7
Join Date: Jul 2008
08-02-2008

thx for the help on that one but now it starts up and say "authentication time out " and on logon server it say "server connetion from ip 127.0.0.1:1689 denied not an allowed ip"
Reply With Quote
(#12)
Old
cdysmyths is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 3
cdysmyths is an unknown quantity at this point
 
Posts: 21
Join Date: Apr 2007
08-02-2008

in your world.config search for change_me_world change that to ascent or w/e
then go to your logon.config and search for change_me_logon to ascent or w/e but make sure its the same pass
Reply With Quote
(#13)
Old
koos is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
koos is an unknown quantity at this point
 
Posts: 7
Join Date: Jul 2008
08-03-2008

ok i did change it but it still say the same "authentication time out " and on logon server it say "server connetion from ip 127.0.0.1:1689 denied not an allowed ip"
Reply With Quote
(#14)
Old
syrtan is Offline
Sergeant
Rep Power: 2
Reputation: 11
syrtan is on a distinguished road
 
Posts: 69
Join Date: May 2007
Location: norway
08-03-2008

have you tried to change this?

AllowedIPs = "***MUST BE COMPLETED***"
AllowedModIPs = "***MUST BE COMPLETED***">

to this

AllowedIPS = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24"
Reply With Quote
(#15)
Old
koos is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
koos is an unknown quantity at this point
 
Posts: 7
Join Date: Jul 2008
08-04-2008

yes i did it was in the guide
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360