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 > Ascent Guides
Reload this Page [Ascent Release]Apple's Ascent 1.5 MADE BY ME; 3500 ASCENT, NCDB 1122, SEASON 3 !!
Ascent Guides This section is for WoW emulated server, Ascent guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
[Ascent Guide/Rele]Apple's Ascent 1.5 MADE BY ME; 3500 ASCENT, NCDB 1122, SEASON 3 !!
(#1)
Old
Apple's_Ascent's Avatar
Apple's_Ascent is Offline
Contributor
Rep Power: 2
Reputation: 80
Apple's_Ascent will become famous soon enough
 
Posts: 452
Join Date: Apr 2007
Location: In Finland
Legendary [Ascent Guide/Rele]Apple's Ascent 1.5 MADE BY ME; 3500 ASCENT, NCDB 1122, SEASON 3 !! - 03-02-2008

INSTALL AA 1.5
::Basic::
Well Hey there i am an apple, you can eat me ^^ No I am Apple, Person called Apple and don't think about to eat me
And i made cool repack, Maybe i release soon new scripts
:: Downloads::
[Only registered and activated users can see links. ]

::MySQL::
You find MySQL Setup from your AA Tools folder --> Typical > Install > Next > Next > Tick that Configure the Mysql Server now and finish > Next > Standard > Next > Put pass what ever you want (I did put root) (Tick Enable root access bla bla bla) > Next and Execute!
:: Database Stuff::
First just install Navicat; it is in Tools folder. When you open it should pop-up Connection Window, Put stuff there, Check this [Only registered and activated users can see links. ]
When you success it, Make two new Database called World and Character.Open World Database :
Execute World.sql what is in Sql Updates named folder.When it is done execute World2. And when that is too finished, Execute World3.When all have finished, open up Character DB and execute Character.sql there (In Sql Updates folder)
::Conf files::
Gz you are almost done! Now go to your Apple's Ascent folder and look up ascent.conf. Change these:
Code:
#######################################################################
# Ascent Configuration File
# Last Update: : ascent.conf 3094 2008-01-12 22:41:30Z burlex $
#######################################################################

/********************************************************************************
 * How to use this config file:                                                 *
 * Config files are in a block->variable->setting format.                       *
 * A < signifies the opening of a block, the block name is expected after that. * 
 * After the block name, a space and then the settings sperated by = / ' '.     *
 *                                                                              *
 * e.g.                                                                         *
 * <block setting="0" someval = "1">                                            *
 *                                                                              *
 * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
 * of the line, or in shell format (#).                                         *
 ********************************************************************************/

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Database Section
#
#   Database.Host      - The hostname that the database is located on
#   Database.Username  - The username used for the mysql connection
#   Database.Password  - The password used for the mysql connection
#   Database.Name      - The database name
#   Database.Port      - Port that MySQL listens on. Usually 3306.
#   Database.Type      - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<WorldDatabase Hostname = "127.0.0.1" Username = "root" Password = "CHANGE" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "127.0.0.1" Username = "root" Password = "CHANGE" Name = "character" Port = "3306" Type = "1">
Close and save it, Then look up logon.conf and Change these:
Code:
#######################################################################
# Ascent Realms Configuration File
# Last updated at revision 446 by Burlex
#######################################################################

/********************************************************************************
 * How to use this config file:                                                 *
 * Config files are in a block->variable->setting format.                       *
 * A < signifies the opening of a block, the block name is expected after that. * 
 * After the block name, a space and then the settings sperated by = / ' '.     *
 *                                                                              *
 * e.g.                                                                         *
 * <block setting="0" someval = "1">                                            *
 *                                                                              *
 * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
 * of the line, or in shell format (#).                                         *
 ********************************************************************************/

# LogonDatabase Section
#
#    These directives are the location of the `realms` and `accounts`
#    tables.
#
#    LogonDatabase.Host      - The hostname that the database is located on
#    LogonDatabase.Username  - The username used for the mysql connection
#    LogonDatabase.Password  - The password used for the mysql connection
#    LogonDatabase.Name      - The database name
#    LogonDatabase.Port      - Port that MySQL listens on. Usually 3306.
#    LogonDatabase.Type      - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#

<LogonDatabase Hostname = "127.0.0.1"
               Username = "root"
               Password = "CHANGE"
               Name     = "character"
               Port     = "3306"
               Type     = "1">
Close and save it, Then look up realms.conf and Change these:
Code:
<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
#    Name:
#        The name of the realm.
#    
#    Address:
#        The address (and port) of that realm.
#
#    Icon:
#        The type of realm (PVP, Normal, RPPVP, RP)
#
#    Colour:
#        Realm colour in realm list display.
#
#    TimeZone:
#        Time zone the realm is in.
#
#    Population:
#        (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Realm1 Name ="CHANGE"
        Address = "127.0.0.1:8129"
        Icon = "PVP"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">
Close and save it.
::Testing::
Well open ascent.exe and logon.exe.
If works then Congratz dude!!
Then go to your World of Warcraft folder and look up Realmlist.conf and edit it to:
set realmlist 127.0.0.1
Good now open wow.exe and login!!! Have fun guys! And your Account name and pass are admin
::Public for all::
:: DynDNS::
First go to [Only registered and activated users can see links. ] and make account.When you have made just login.Then go to My Hosts and make new host.
Hostname: Name don't matter, but you need to remember it.
Wildcard: Tick it
Service Type: Host with IP address
IP Address: Click Use auto detected IP address
Mail Routing: Don't do anything
Then Create Host!!
::Hosts::
Go to My Computer > C disk > Windows > System32 > Drivers > etc > Open hosts file in notepad and add:
127.0.0.1 Host you created
Internal IP Host you created
::How to get internal IP?Just click Start > Run > CMD > Ipconfig and then look up your IP
External IP Host you created
::How to get External IP?Just go to [Only registered and activated users can see links. ]
::Ports::
Connect to your Router, Username and Password should be admin and admin.
Forward those ::
UDB / TPC

3036
3724
6881-6999
8129
2093
6112
8050
8245
3306
80

::Conf::
Open realms.conf and change Logonserver Address to your Hostname and too change Realm1 Address to Your hostname:8129
::Testing::
Open ascent.exe and too logon.exe, if again works GZ GZ GZ
Then your friends need to set them realmlist to your hostname
::Accounts::
Open Navicat and find Character Database, look up Accounts table and make account:
acct: Don't write anything
login: Username
password: Password
GM: (AZ is admin, A is GM, Empty is player)
banned: Don't write anything
Then skip to flags
Flags: (8 is Burning Crusade and 0 is non BC)
If you got server open, Open logon.exe and write there reload
Then tell them to set their realmlist to your hostname!!
Credit goes to me!!!

Last edited by Apple's_Ascent; 03-02-2008 at 06:03 AM..
Reply With Quote

Donate to remove ads.
(#2)
Old
jerry809 is Offline
Sergeant
Rep Power: 1
Reputation: 19
jerry809 is on a distinguished road
 
Posts: 36
Join Date: Feb 2008
03-02-2008

ty for the contribute lol need it for a instance im going to make .. ( if i can)
(first post w00t)
Reply With Quote
(#3)
Old
Skozzan's Avatar
Skozzan is Offline
Master Sergeant
Rep Power: 2
Reputation: 11
Skozzan is on a distinguished road
 
Posts: 79
Join Date: Dec 2007
Location: Sweden, Europe
03-03-2008

Nice one dude! But before I use it.. I would like some more info about the database.. is there a custom mall with vendors and such?? Any special places to go? plz, tell me and I'll you!


Reply With Quote
(#4)
Old
Apple's_Ascent's Avatar
Apple's_Ascent is Offline
Contributor
Rep Power: 2
Reputation: 80
Apple's_Ascent will become famous soon enough
 
Posts: 452
Join Date: Apr 2007
Location: In Finland
03-04-2008

Quote:
Originally Posted by Skozzan View Post
Nice one dude! But before I use it.. I would like some more info about the database.. is there a custom mall with vendors and such?? Any special places to go? plz, tell me and I'll you!
Well i am just making some cool things, like malls and etc. sorry i forgot to add mall I release Mall soon
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.4
Copyright ©2000 - 2009, 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 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382