start with 200 telents and 375 all professions menu

Shout-Out

User Tag List

Results 1 to 8 of 8
  1. #1
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    start with 200 telents and 375 all professions

    which line in player.cpp do i have to edit so that when a character is created, it gives him 200 talent points.

    also i changed to start at level 80 when a character is created, it works fine and it shows level 80 in the character screen but once i hit "enter world", it brings it down to level 1. i think this may be because it doesn't have any talent points, so it brings it to level 1?

    lastly i have a request to start with all professions at 375 when a character is created, i only modified for enchanting to start at skill 375 and it took ages >.<. so if there is a thread anyone knows about that already has that, it will save me days of editing, thanks in advance!

    edit: when i hit "enter world", it does the little ding sound and the level up effect, as if i had leveled but it doesnt say anything about leveling in the combat log, so could it be that a line in player.cpp is making it go back to level 1 when i hit "enter world"

    edit: i just uploaded the player.cpp file, incase someone wants to take a look and tell me if i screwed up on a line Filebeam - Free Fast File Hosting



    ronald
    Last edited by darkmagishin; 06-23-2008 at 06:33 PM.

    start with 200 telents and 375 all professions
  2. #2
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok go into you sql editer i will use navicat open up the table that says characters. click file->design table. after that look into these parts level,

    we will start with level click on the row called level then at the bottom look where it says default put that at 80.

    now lets move on to avliable_talent_points
    lets do the same as above but change it to 200

    now lets move to avlible_prof_points
    change this to 15

    ok now lets go into your ascent.conf file
    somewhere it should say skillrate
    make that 200 now it wont max them out unless you get master
    the best way to do thsi is make a custom prof trainer and make it so
    they teach each proff without the need of the lower level ones

  3. #3
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no luck bro, i took some screen shots of whats happening. this is trying to fix to start at level 80


    a new character created



    when i hit enter world, it goes back to level 1




    and here is the design table using navicat,



    in my world config file i set to to max level, 80. any ideas of what i might have done wrong? thanks for your post

  4. #4
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can set the start level in your config files, it's called Ascent-optional.conf

    Just set the start levle to 80 there and that problem is fixed.

  5. #5
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    illuminati, where can i find the Ascent-optional.conf?

    should it be with the rest of the config files? trunk/src/ Ascent-optional.conf



    if so, i missing that file, if i can get a hold of one. then i can also edit the makefile.am so that it adds it to the compile?

    here is a thread about the file you are talking about, right?

    http://www.mmowned.com/forums/emulat...conf-file.html




    edit: do you know an ascent svn link that has this file in it already? that would be awesome. thanks for the help guys ^ ^
    Last edited by darkmagishin; 06-23-2008 at 06:49 PM.

  6. #6
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes the optional file should be in that folder.

    Try to update the SVN, and you should have it there, and be sure you use openascent/ArcEmus svn.. and not the orginal ascent as it's not beeing updated


    And you prob need to recompile your core then

  7. #7
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no luck >,<

    i found another svn link from arc emus

    Revision 148: /trunk

    that had the ascent-optional.conf, so then i added all the links to the makefiel.am

    Code:
    SUBDIRS = ascent-shared ascent-logonserver ascent-world ascent-voicechat ascent-realmserver ascent-optional scripts
    i also tried
    Code:
    SUBDIRS = ascent-shared ascent-logonserver ascent-world scripts
    this is how it originally came.

    i did, recompile everything after each change, i also dropped my database since it was an sql error and i thought it would be an sql file that i imported a long time ago to start all characters with t6, but i droped the db and then re-imported it, and i still had the same problem. the problem is that i log in, hit "create new character" then when i hit "accept" to create the character, it doesnt create it and i get this error in the ascent-world.exe log





    i checked under server, i have 2 chars created, but in the db it doesnt show characters






    thanks so much for your help mate!

    could it possibly be that the database im using is out of date?
    Last edited by darkmagishin; 06-23-2008 at 08:01 PM.

  8. #8
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Outdated characters table. Try to look for SQL updates in the SQL folder of the SVN

Similar Threads

  1. [Release] Start with all items in slot id's (Tier 7 and more)
    By cosminelu16 in forum WoW EMU General Releases
    Replies: 17
    Last Post: 07-31-2009, 10:27 PM
  2. HOW TO: Make characters start with riding skill and mount
    By mastermania in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 12-27-2008, 05:29 AM
  3. [Release] Start with Season 1 and 1 Primal Mooncloth Bag
    By Sublimepwns_ in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 06-28-2008, 01:56 AM
  4. All Profession Guides 1-300 and 1-375
    By SkinTicket in forum World of Warcraft Guides
    Replies: 7
    Last Post: 11-06-2007, 11:02 PM
  5. 1-375 guide for ALL professions
    By MetalFan666 in forum World of Warcraft Guides
    Replies: 13
    Last Post: 08-18-2007, 06:10 PM
All times are GMT -5. The time now is 02:05 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