[Edit] Talentpoints Value Modifying menu

User Tag List

Results 1 to 4 of 4
  1. #1
    nbhfam's Avatar Member
    Reputation
    5
    Join Date
    Feb 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Edit] Talentpoints Value Modifying

    Hi MMO family.

    talentpoints how to modify that.
    For example, talentpoints 1 ---> talentpoints 2 modify


    [ ascent-world / Player.cpp ]

    Step 1.
    Code:
    if(level > 9)
    ModUnsigned32Value(PLAYER_CHARACTER_POINTS1, 1);
     
    if(level >= GetUInt32Value(PLAYER_FIELD_MAX_LEVEL))
    break;
    to
    Code:
    if(level > 9)
    ModUnsigned32Value(PLAYER_CHARACTER_POINTS1, 2);
     
    if(level >= GetUInt32Value(PLAYER_FIELD_MAX_LEVEL))
    break;
    Step 2.
    Code:
    if (m_uint32Values[PLAYER_CHARACTER_POINTS1] > 61 && ! GetSession()->HasGMPermissions())
    SetUInt32Value(PLAYER_CHARACTER_POINTS1, 61);
    to
    Code:
    if (m_uint32Values[PLAYER_CHARACTER_POINTS1] > 122 && ! GetSession()->HasGMPermissions())
    SetUInt32Value(PLAYER_CHARACTER_POINTS1, 122);
    Step 3.
    Code:
    if(l>9)
    {
    SetUInt32Value(PLAYER_CHARACTER_POINTS1, l - 9); 
    }
    else
    {
    SetUInt32Value(PLAYER_CHARACTER_POINTS1, 0); 
    }
    to
    Code:
    if(l>9)
    {
    SetUInt32Value(PLAYER_CHARACTER_POINTS1, 2*(l - 9)); 
    }
    else
    {
    SetUInt32Value(PLAYER_CHARACTER_POINTS1, 0); 
    }
    Step 4.
    Code:
    // Calculate talentpoints
    uint32 TalentPoints = 0;
    if(Level >= 10)
    TalentPoints = Level - 9;
    to
    Code:
    // Calculate talentpoints
    uint32 TalentPoints = 0;
    if(Level >= 10)
    TalentPoints = 2*(Level - 9);
    Easy to understand?
    Enjoy for +Rep
    Last edited by nbhfam; 06-04-2008 at 11:57 PM.

    [Edit] Talentpoints Value Modifying
  2. #2
    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)
    Could you discribe more what you do when you are changing the parts?

  3. #3
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hes quite correct. Nioce man but already in my core edits thread

  4. #4
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Never ask for rep! Anyway Ill give you one - But EDIT IT AWAY!!!

Similar Threads

  1. [Tool] [UPDATED] POKEMONGO Bot [GUI Edition] + Individual Value %
    By gbah in forum Pokemon GO Hacks|Cheats
    Replies: 614
    Last Post: 07-31-2016, 04:28 AM
  2. [guide] Editing certain spell values in the DBC's
    By kreegoth in forum WoW EMU Guides & Tutorials
    Replies: 8
    Last Post: 09-17-2008, 11:38 AM
  3. Editing spells and threat values
    By Dudix11 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-25-2008, 03:37 AM
  4. Model edit fix modifies warcraft I want to undo it
    By Axe Rogue in forum WoW ME Questions and Requests
    Replies: 8
    Last Post: 04-22-2008, 01:54 PM
  5. Question on finding addresses and values for editing.
    By Despite in forum World of Warcraft General
    Replies: 1
    Last Post: 09-26-2007, 06:21 PM
All times are GMT -5. The time now is 08:41 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