Herleybob - Ascent 2.3.0 Server Setup menu

Shout-Out

User Tag List

Page 11 of 37 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 544
  1. #151
    SavageCore's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Okay my problem now is I died in kara and ressed in dun (ironforge place) and I didn't want to walk back so set death state in database to 0 but i'm still dead and I no longer see corpse or spirit healer (which I talked to but couldn't res with)

    Herleybob - Ascent 2.3.0 Server Setup
  2. #152
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    There is no npc's in world LOL u know how ti fix? and u should make public guide too

  3. #153
    lordfrikk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Originally Posted by SavageCore View Post
    Okay my problem now is I died in kara and ressed in dun (ironforge place) and I didn't want to walk back so set death state in database to 0 but i'm still dead and I no longer see corpse or spirit healer (which I talked to but couldn't res with)
    If you're gm/admin just use .revive.

    Originally Posted by Romuville View Post
    There is no npc's in world LOL u know how ti fix? and u should make public guide too
    If you actually read the whole topic you'd know this problem is being solved from from page 1 up to now.

  4. #154
    SavageCore's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    using .revive it says "You can't chat when you're dead!"

    Anyway round this?

  5. #155
    FearMe's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    didnt he mean /revive ? :s

  6. #156
    SavageCore's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Alright I fixed it. I just ran WoW twice, created a new GM on a different account. .kill him then .reviveplr (seen as .revive said he wasn't dead :/)

  7. #157
    sadgonewild's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Originally Posted by SavageCore View Post
    Alright I fixed it. I just ran WoW twice, created a new GM on a different account. .kill him then .reviveplr (seen as .revive said he wasn't dead :/)

    the cant chat while dead part

    do /g (space) then .revive

    doesnt matter if ur not in a guild

    still works.

  8. #158
    sadgonewild's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Originally Posted by Romuville View Post
    There is no npc's in world LOL u know how ti fix? and u should make public guide too
    Better fix for ur db... rather than having to use a different one.

    query "
    Code:
    Alter table creature_names add column mouseFlags int(30) not null default 0 after subname;
    " in ur world db (with out the "")

    world db=ascent

    and then once u have done that

    do...

    Code:
    UPDATE creature_proto SET npcflags = 135296 WHERE npcflags = 16644;
    UPDATE creature_proto SET npcflags = 4243 WHERE npcflags = 16407;
    UPDATE creature_proto SET npcflags= 4241 WHERE npcflags = 16405;
    UPDATE creature_proto SET npcflags = 4112 WHERE npcflags = 16400;
    UPDATE creature_proto SET npcflags = 4227 WHERE npcflags = 16391;
    UPDATE creature_proto SET npcflags = 4226 WHERE npcflags = 16390;
    UPDATE creature_proto SET npcflags = 4225 WHERE npcflags = 16389;
    UPDATE creature_proto SET npcflags = 4224 WHERE npcflags = 16388;
    UPDATE creature_proto SET npcflags = 4099 WHERE npcflags = 16387;
    UPDATE creature_proto SET npcflags = 4096 WHERE npcflags = 16384;
    UPDATE creature_proto SET npcflags = 4194307 WHERE npcflags = 8195;
    UPDATE creature_proto SET npcflags = 4194305 WHERE npcflags = 8193;
    UPDATE creature_proto SET npcflags = 4194304 WHERE npcflags = 8192;
    UPDATE creature_proto SET npcflags = 2097152 WHERE npcflags = 4096;
    UPDATE creature_proto SET npcflags = 1048577 WHERE npcflags = 2049;
    -- UPDATE creature_proto SET npcflags = 262145 WHERE npcflags = 1537;
    -- UPDATE creature_proto SET npcflags = 262144 WHERE npcflags = 1536;
    UPDATE creature_proto SET npcflags = 524417 WHERE npcflags = 1029;
    UPDATE creature_proto SET npcflags = 524416 WHERE npcflags = 1028;
    UPDATE creature_proto SET npcflags = 524288 WHERE npcflags = 1024;
    UPDATE creature_proto SET npcflags = 131075 WHERE npcflags = 259;
    UPDATE creature_proto SET npcflags = 131073 WHERE npcflags = 257;
    UPDATE creature_proto SET npcflags = 131072 WHERE npcflags = 256;
    UPDATE creature_proto SET npcflags = 65667 WHERE npcflags = 135;
    UPDATE creature_proto SET npcflags = 65665 WHERE npcflags = 133;
    UPDATE creature_proto SET npcflags = 65664 WHERE npcflags = 132;
    UPDATE creature_proto SET npcflags = 65539 WHERE npcflags = 131;
    UPDATE creature_proto SET npcflags = 65537 WHERE npcflags = 129;
    -- UPDATE creature_proto SET npcflags = ??? WHERE npcflags = 64;
    UPDATE creature_proto SET npcflags = 32769 WHERE npcflags = 33;
    UPDATE creature_proto SET npcflags = 32768 WHERE npcflags = 32;
    UPDATE creature_proto SET npcflags = 147 WHERE npcflags = 23;
    UPDATE creature_proto SET npcflags = 145 WHERE npcflags = 21;
    UPDATE creature_proto SET npcflags = 8195 WHERE npcflags = 11;
    UPDATE creature_proto SET npcflags = 8194 WHERE npcflags = 10;
    UPDATE creature_proto SET npcflags = 8193 WHERE npcflags = 9;
    UPDATE creature_proto SET npcflags = 8192 WHERE npcflags = 8;
    UPDATE creature_proto SET npcflags = 130 WHERE npcflags = 6;
    UPDATE creature_proto SET npcflags = 129 WHERE npcflags = 5;
    UPDATE creature_proto SET npcflags = 128 WHERE npcflags = 4;
    in the same db

  9. #159
    Slippers's Avatar Member
    Reputation
    24
    Join Date
    Nov 2007
    Posts
    250
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    This works perfectly fine so far but I get stuck at number 6:

    6th - Now go to your desktop and open your Server folder, go to the folder called "Databases" and right click on "Importer" and go to Edit. Once open, Find



    I cannot find a so called "Databases" folder on my desktop.. I downloaded my AC-Web thing from their website, is there anything diffrent I needed to download?

  10. #160
    jurko1's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    In my server i use it with my hamachi but in game i no have spawned npc and mobs.
    WTF?

  11. #161
    SnorlaxHF's Avatar Active Member
    Reputation
    76
    Join Date
    Apr 2007
    Posts
    304
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    repack.rar wont work... new link plz

  12. #162
    Slippers's Avatar Member
    Reputation
    24
    Join Date
    Nov 2007
    Posts
    250
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    So it turns out that I figured everything out.. my server is connected and all. I made an account in the SQLyog thing and now when I log onto wow it says that it can't find my username/password

  13. #163
    Shadow7117's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Ya im having the same problem too, my server starts and everything then when i go to log in it says my user name/pass is wrong and i know it isnt, i check sqlyog and everything and im entering what it says on there.

  14. #164
    lordfrikk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    Originally Posted by Shadow7117 View Post
    Ya im having the same problem too, my server starts and everything then when i go to log in it says my user name/pass is wrong and i know it isnt, i check sqlyog and everything and im entering what it says on there.
    Originally Posted by Slippers View Post
    So it turns out that I figured everything out.. my server is connected and all. I made an account in the SQLyog thing and now when I log onto wow it says that it can't find my username/password
    You guys should >> READ << the topic. It has already been solved.

  15. #165
    Nerevarlol's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Herleybob - Ascent 2.3.0 Server Setup

    OKay i need help i have been at this all morning and im stuck at the 7th step i cant find the login column plz help

Page 11 of 37 FirstFirst ... 789101112131415 ... LastLast

Similar Threads

  1. Ascent 2.3.3+ Server Setup With Pics
    By V1cTorY in forum WoW EMU Guides & Tutorials
    Replies: 315
    Last Post: 07-30-2008, 07:19 PM
  2. Replies: 6
    Last Post: 02-27-2008, 10:09 PM
  3. Ascent 2.3.X - Easy Server setup
    By mcslick in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 02-26-2008, 08:15 AM
  4. How to make a ascent 2.3.0 server (Made By Golanka)
    By golanka in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 11-25-2007, 05:37 AM
  5. Fast Guide: How to do after downloading: Ascent Server Setup
    By Arthas117 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-24-2007, 10:45 AM
All times are GMT -5. The time now is 03:40 AM. 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