Server questions menu

Shout-Out

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Server questions

    hello.. must say i like this site=P

    ook to the problem

    1.How do u add items to the server and change the costs for 1 type of items??

    2. how do u add serevral relms to 1 loggin? like most priv server hosters got,,, they usaly have like 1 or 2 fun relms with instant 70 (or like 200x xp) and 1 blizz like relm??
    is it hard to make several servers like that and chnage the xp values??

    3. how do u edit so u can have more than 2 main profs??

    4. Can you edit the instances difficulty lvls so 1 player can raid em?

    5. If i downloade an item from wow-v.com
    how do i insert it properly to the relm? and make a unit sell it??(or make a monster drop it))

    6. how do u feed all this information into a swedish 16year old guys head??

    haha ty for any response,,

    Server questions
  2. #2
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,646
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. You add items to server by executing the SQL File with Navicat MySQL, SQLyog or HeidiSQL, you can change item cost when making item with for example WoW-V

    2. You need to change ascent config files. Don't ask me how, I'm not sure how to get multiple realms

    3. Possibly with heavy core and/or DBC modifications. I suggest you wont even try.

    4. You can edit the mobs so that they are easier. And ofcourse you can always make god-mode items.

    5. You need to execute the SQL script to your database with Navicat or else, as I said in 1. . You can make unit sell or drop it by modifying database tables (I suggest you learn a bit more before doing this)

    6. No idea!


  3. #3
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2. You need to have 2 servers on the same computer/or more.... Then change the configs to go to the first logonserver....
    6. Use babelfish

    Pigpoo over and out!


  4. #4
    doublehex's Avatar Member
    Reputation
    34
    Join Date
    Mar 2007
    Posts
    385
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1) make items at WoW Vendetta - Wage Your War and you can set their costs through your database.
    2) there are some guides for that, you can just use search.
    3) C++ scripting and editing ascent
    4) yea, the worldmap_info table in your database
    5) you run it through something like Navicat or HeidiSQL, you can make it be sold by making a vendor that sells that item, and you can make a mob drop it through the creatureloot table.
    6) it fits in my 15 year old head fine, so it should fit in yours too

  5. #5
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha u hooked on the 6th quest=P.. ook .. but do you know were i can find a toto for this type of item changing? and it really cant be that hard to change the xp gained? .. well well.. ooh and how manny


    threadpool:integrety check:: does that server creator have to go through??
    (iv been doing a priv server with asc, and im on the last run)

  6. #6
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All the stuff you need for items, use ADE:
    Download:
    Filebeam - Free Fast File Hosting
    Guide: http://www.mmowned.com/forums/emulat...se-editor.html


  7. #7
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by doublehex View Post
    1) make items at WoW Vendetta - Wage Your War and you can set their costs through your database.
    2) there are some guides for that, you can just use search.
    3) C++ scripting and editing ascent
    4) yea, the worldmap_info table in your database
    5) you run it through something like Navicat or HeidiSQL, you can make it be sold by making a vendor that sells that item, and you can make a mob drop it through the creatureloot table.
    6) it fits in my 15 year old head fine, so it should fit in yours too

    culd you please link any totos ? and explain more to the bones?(im completley new to any kind iof editing like this)

  8. #8
    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)
    1) in sqlyog or navicat change the buy price and sell price of items in the table 'items'

    2)create 2 databases 1 for funserver 1 for blizzlike or whatever then add a realm in realms.conf and run logonserver and 2 ascent's. The 2 ascents will be from different folders and the main difference is the world database in the sql info.

    For example:

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascentworld1" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascent" Port = "3306" Type = "1">
    and

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascentworld2" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascent" Port = "3306" Type = "1">
    3) on the latest ascent revs core editing will need to be done

    4)yes, just find the mob in your database and edit the level, damage, hp etc

    5) save the file as a .sql then execute it into navicat or sqlyog, then in creatureloot change the required tables, then to add to a vendor do .vendoradditem (item id)

    6) read what ive written above :P

    ~2d~
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #9
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh the logon server.exe thing is working and wen i started wow i culdent find a relm why? and how long time will it take for it to get done? has been working seince 16:43 to 17:59... how long time shuld it take??

  10. #10
    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)
    is ascent-world running?

    rather what rev of ascent are you using?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  11. #11
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ook 2nddegreegiant... its my first time ever with this stuff so i dont know were i shuld edit or how.... iv gone through this toto http://www.mmowned.com/forums/ascent...tml#post616403 and im on the verry last stage... i dont know whats my dtatbase,, i dont know how to set up a relm(dosent comeup wen i start wow(the last stage isent complete as i just posted) and please explain more detailed(id preffer pics and a idiot profe explenation=P)

  12. #12
    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)
    what number are you on?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  13. #13
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the last 1... it has been loading in soon 4 houres... and the logon relm gets a database falure...

  14. #14
    sony.lb's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and do i ahve to change anything in the wow repacker thing(outside that in the toto) to enter the relm?? and what shuld the logonserver say wen its complete(and what is it)??

  15. #15
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sony, just add me on msn and I will help you out...


Page 1 of 3 123 LastLast

Similar Threads

  1. Emulator server question
    By Durgoax in forum World of Warcraft General
    Replies: 0
    Last Post: 01-06-2007, 02:51 AM
  2. Lots of Private Server Questions
    By slothahoy in forum World of Warcraft General
    Replies: 2
    Last Post: 12-08-2006, 06:39 PM
  3. Private Server Question
    By Ariakan in forum World of Warcraft General
    Replies: 0
    Last Post: 11-12-2006, 10:47 PM
  4. Couple Private Server questions
    By Jboz in forum World of Warcraft General
    Replies: 21
    Last Post: 07-26-2006, 07:37 PM
  5. Wow Emu server question
    By TripleShank26 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-06-2006, 03:07 PM
All times are GMT -5. The time now is 06:09 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