! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. ! menu

User Tag List

Page 142 of 184 FirstFirst ... 4292138139140141142143144145146 ... LastLast
Results 2,116 to 2,130 of 2746
  1. #2116
    dagun's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    tiny problem, i'm using antrix and am trying to get it to work each time i get an error come up.

    rather than try and copy it down in the short time i get before it closes here's a screenie: i48.photobucket.com/albums/f226/arsenaldagun/screenieMMO.jpg

    thanks if you can help.

    ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !
  2. #2117
    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)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Originally Posted by dagun View Post
    tiny problem, i'm using antrix and am trying to get it to work each time i get an error come up.

    rather than try and copy it down in the short time i get before it closes here's a screenie: i48.photobucket.com/albums/f226/arsenaldagun/screenieMMO.jpg

    thanks if you can help.
    in the ascent.config file just correct these lines:

    WorldDatabase Hostname =
    <CharacterDatabase Hostname =

    you probably didnt fill in the right DBname, password, username, host or wathever

    grtz

  3. #2118
    Steelflame's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Ok, final question. How do I have multiple servers?

  4. #2119
    kc102's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    I've created a little area with vendors, trainers, ect spawned and I want to update my server to a newer revision, how would I back up my lil spawned area?
    Message me for Basic Private Server Setup help.

  5. #2120
    iccy's Avatar Member
    Reputation
    44
    Join Date
    Jul 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    I need help, I recently got a server up and everything was working fine... except there werent ANY mobs whatsoever.. but I coudl look them up and it would say they were in the DB. The items worked untill i added the second custom item, and now NO ITEMS ARE ON THE SERVER!!! XD if anyone could help, that would be sooo much help
    thanks

  6. #2121
    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)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Originally Posted by Steelflame View Post
    Ok, final question. How do I have multiple servers?
    multiple realms you mean.... just add them into the realm.conf file....

    <Realm1 Name = "Pumas Server"
    Address = "puma.game-host.org:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    find something like this and just add Realm2 Name = blablabla
    like this:

    <Realm1 Name = "Pumas Server"
    Address = "puma.game-host.org:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    <Realm2 Name = "Pumas Server 2"
    Address = "puma2.game-host.org:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    that is all i think

    grtz

  7. #2122
    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)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Originally Posted by iccy View Post
    I need help, I recently got a server up and everything was working fine... except there werent ANY mobs whatsoever.. but I coudl look them up and it would say they were in the DB. The items worked untill i added the second custom item, and now NO ITEMS ARE ON THE SERVER!!! XD if anyone could help, that would be sooo much help
    thanks
    about world not being spawned...find this in your ascent.conf

    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Startup Options
    #
    #    Preloading
    #        This directive controls whether the entire world will be spawned at server
    #        startup or on demand. It is advised to leave it disabled unless you are a
    #        developer doing testing.
    #        Default: off
    #
    #    Background Loot Loading
    #        This directive controls whether loot will be loaded progressively during
    #        startup or in the background in a seperate thread. Turning it on will
    #        result in much faster startup times.
    #        Default: on
    #
    #    Multithreaded Startup
    #        This controls whether the server will spawn multiple worker threads to
    #        use for loading the database and starting the server. Turning it on
    #        increases the speed at which it starts up for each additional cpu in your
    #        computer.
    #        Default: on
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Startup Preloading = "1"
             BackgroundLootLoading = "1"
             EnableMultithreadedLoading = "1">
    make sure startup preloading is set to 1
    you are using ascent i hope lol... but i am sure on mangos it is almost the same thing

    grtz


    ps: dont have time to check about custom items cuz i gtg to school

  8. #2123
    suicidewarpig's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    can some one give me there logon database? because the blank accounts dont have the playercreatetable

  9. #2124
    dog6611's Avatar Member
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Can someone help me with the forwarding port this I use a lynksys router the router is om my mom's Pc i use a wireless adapter to the modem so please soeone helop me!!! my MSn is [email protected]

    My AIM is dog66111

    Andmy email is [email protected]

    can someone please help me bring my server up????

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

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    thanks guys, had a tiny problem again, hamachi this time.

    got server running fine, antrix is ok, logon is ok, one tiny problem, no-one can connect! i'm setting my realmlist to my hamachi ip and it just says "cannot connect to server"

    i've also edited my config file for realms to:
    RealmCount = 1
    Realm1.Name = "Dagun funserver"
    Realm1.Address = "5.152.204.65:8129"
    Realm1.Icon = "PVP"
    Realm1.Colour = 1
    Realm1.Population = 1.0
    Realm1.TimeZone = 1

    any ideas about whats going wrong?

  11. #2126
    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)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Originally Posted by dagun View Post
    thanks guys, had a tiny problem again, hamachi this time.

    got server running fine, antrix is ok, logon is ok, one tiny problem, no-one can connect! i'm setting my realmlist to my hamachi ip and it just says "cannot connect to server"

    i've also edited my config file for realms to:
    RealmCount = 1
    Realm1.Name = "Dagun funserver"
    Realm1.Address = "5.152.204.65:8129"
    Realm1.Icon = "PVP"
    Realm1.Colour = 1
    Realm1.Population = 1.0
    Realm1.TimeZone = 1

    any ideas about whats going wrong?
    i think the problem is that players who want to connect need hamachi also....
    (i am not sure, but it was like this on kobold if i remember good. so on ascent probably the same)
    players need to connect with hamachi to your server and then try to login i think

    grtz

  12. #2127
    elryperson's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Originally Posted by smithen1 View Post
    Igsy use this,

    http://www.mmowned.com/forums/how-cr...packs-you.html

    Koga i am working on making all of these work right now, it might take some time so if any other specialists can do it first it would be great.
    It doesnt work

  13. #2128
    elryperson's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    The link Doesnt work*

  14. #2129
    Dalamar's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    388
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    Next time please just edit your post instead of making a new one, sometimes threads are deleted, I'll take a look now and see if I can find a working one for you.

  15. #2130
    Spritemaster300's Avatar Member
    Reputation
    3
    Join Date
    Jul 2006
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ! QUESTIONS ASKED HERE :: The Emulator Specialists Answers Here. !

    can someone help me on Chrispees repack, i got the server working fine, sept one thing, it d/ces like every 5 min, does anyone know how to fix it?
    orly? ya rly,
    NO WAI!

Similar Threads

  1. Have an end game instance question? Look here!
    By impulse102 in forum World of Warcraft General
    Replies: 8
    Last Post: 09-09-2006, 10:00 PM
All times are GMT -5. The time now is 03:21 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