Disconnect when char enter world - ascent :S menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    guldkorn's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Disconnect when char enter world - ascent :S

    everytime i enter wow with my character it disconnects


    what could it be im running ascent and i have followed this guide http://www.mmowned.com/forums/ascent...hi-repack.html

    -thanks in advance

    Disconnect when char enter world - ascent :S
  2. #2
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had the same problem, what you need too do is (i cant see from this pic but my guess your rev is out of date) find the SQL file *UPDATES* for 2.8 stable....download 2.8stable and the SQL updates and exicute them in your ascent files...you can find these on MMOWNED - or i'm sure a purple named dude will link it for you*.
    next step is to copy the files from your repack (im guessing your still using a repack) called *Maps, Logon.config, Ascent.config, Scripts_bin, realmlist.config, and scripts* to a seperate folder, now unzip the new 3003 rev / 2.8 stable and move all the files to your repack, then move the config and maps ect back and save over the ones you just places.

    On a side note.....if you screw up the UPDATE.sql you will basicly have to start your entire server over, my suggestion would be to save your SQL accounts - characters and anything else you patched up.
    a few bugs you might encounter are
    1) mounts not working (your core is broken)
    2) Trainers just say hi (again core is broken)
    3) people missing all there info and character (you didnt save your SQL and your screwed)
    4) It will tell you that its unable to connect when loading ascent.exe
    *just put listen host in ascent config to 0.0.0.0 (not recomended in most repacks but with update its the only way*

    Any more questions in sure somone else with a cool banner will answer it and make me look stupid

    ~Ghosthopper

  3. #3
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One more thing you can try but i seriously dont think it will help is to find under reamlist.config (i think might be logon)

    hit CTR F (find) and type
    build

    this should bring you to somthing that says
    ...eh lemme remmber i dont have files in front of me...
    "6743" (just guessing)
    for minuim build and under it will say your rev build
    "7734" (or it should)
    change the second quote to
    "8000" this is make the next few patches until a new ascent trunk is realsed or stable version in this case, this is only a temperary fix - eventualy you will need to recomile things anyways =P

  4. #4
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A good explanation from Goo there!

    Try what he said.. /smile


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  5. #5
    guldkorn's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just changed minimum to 8000 and it sais Unable to validate game version ?
    Last edited by guldkorn; 01-29-2008 at 12:19 PM.

  6. #6
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, no, no.
    Do not change the minimum to 8000.
    This is what you do mate:

    Set Minimum to: 1000
    Set Maximum to: 9999

    That should help.


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  7. #7
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you are just missing a table in your database called banned_names

    run this query to insert it:

    Code:
    CREATE TABLE `banned_names` (
      `name` varchar(30) collate utf8_unicode_ci NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    grtz

  8. #8
    guldkorn's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what are you saying i dont know what you are talking about ?

  9. #9
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guldkorn View Post
    what are you saying i dont know what you are talking about ?
    open up Navicat and open your DB... then press the "query" button and paste:

    Code:
    CREATE TABLE `banned_names` (
      `name` varchar(30) collate utf8_unicode_ci NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    into it and execute the query

    your screenshot said exacly what you need to know:


    "ascent.banned_names" does not exist so create it with the query i posted above

    grtz

  10. #10
    guldkorn's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Noe i fony hoy any errors but it still disconnects so if any1 got an idea of what it could be spit it out

    -thx

  11. #11
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok update to steph's 2.8 stable that should help ")
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  12. #12
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, I suppose that may work, as I am using that version and nothing is wrong.. /smile

    Try it!


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  13. #13
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you can also use the ascent in my repack 3353 it havent gave me problems

  14. #14
    djulioo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have the same error i create the table with the query and i have the same problem please help :s

  15. #15
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    update to ascent rev 3.9 and update your database
    If you need me you have my skype, if you don't have my skype then you don't need me.

Page 1 of 2 12 LastLast

Similar Threads

  1. [NCDB] Disconnect when make character?
    By SnorlaxHF in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 07-23-2008, 03:26 PM
  2. Ascent World - Ascent Logon Config
    By Silentnvd in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-03-2008, 02:34 PM
  3. Get disconnected when im trying to buy items :s
    By armoryh in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 01-22-2008, 08:35 AM
  4. Urban's World -Ascent- NO HAM -Custom Launcher!
    By xUrbanx in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 01-11-2008, 04:11 PM
  5. Game close after "enter world"
    By hurrbull in forum World of Warcraft General
    Replies: 1
    Last Post: 10-21-2007, 08:06 PM
All times are GMT -5. The time now is 01:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search