[ Release ] Add skills, gold and more on account creation! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ Release ] Add skills, gold and more on account creation!

    I saw this requested in a few threads, so i'll release mine.

    oncreate.cpp
    Code:
    #include "StdAfx.h"
    #include "Setup.h"
    
    #ifdef WIN32
    #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif
    
    void oncreate(Player *Plr)
    {
    
    Plr->_UpdateMaxSkillCounts(); 
    Plr->SetUInt32Value(PLAYER_CHARACTER_POINTS1,61); // Gives player 61 Talent Points
    Plr->_AdvanceAllSkills(375); // Advances all on create skills to 375
    Plr->SetUInt32Value(PLAYER_FIELD_COINAGE,5000000); // 500 starter gold
    
    }
    
    void Setuponcreate(ScriptMgr * mgr)
    {
    mgr->register_hook(SERVER_HOOK_EVENT_ON_FIRST_ENTER_WORLD, oncreate);
    }
    Enjoy!

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

    [ Release ] Add skills, gold and more on account creation!
  2. #2
    Bapesy's Avatar Banned
    Reputation
    35
    Join Date
    May 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool! +rep

    Bapes

  3. #3
    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)
    Good job mate. Hopefully this will stop the questions about how to do an instant 70 script
    x2

  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)
    Dont call that script your own as I gave it to you and you just edited.


  5. #5
    scott07's Avatar Active Member CoreCoins Purchaser
    Reputation
    22
    Join Date
    Jul 2007
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NOOB LEECHER!! YOU STOLE DOUBLEHEX's WORK! GET STUFFED. IF YOU EVER GIVE CREDIT FOR THIS SCRIPT GIVE IT TO DOUBLE HEX. BLIZZARDQ = LEECHER

  6. #6
    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)
    Seriously.
    This script is probably the easiest one to make, you can't take credit for that.

  7. #7
    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)
    he keeps taking credit from others, and its not only me, hes taken other scripts and called them his own.


  8. #8
    Juicyz's Avatar Active Member
    Reputation
    34
    Join Date
    Dec 2006
    Posts
    298
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to make that kind of script in LUA yet??? or is it yet to come?

    DA Gift From Mr. Blain

  9. #9
    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)
    cant do a script like this in LUA


  10. #10
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This one was fully made by me. The one you tried to make never worked as it always reset their talent points every time they logged in. Thats why you gave up trying and suddenly didn't have time to be a BlizzardHQ developer anymore.

    [quote]he keeps taking credit from others, and its not only me, hes taken other scripts and called them his own.[/qoute]

    Link me any other of my releases with ANYONE claiming as theirs... Until then STFU and stop trying to troll releases you FAILED to be able to make correctly and I had to fix myself when I had the time.
    Last edited by Stabatha; 06-07-2008 at 04:14 PM.

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

  11. #11
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Too bad that in the ascent-optional.conf you can select what level you start off at
    If you need me you have my skype, if you don't have my skype then you don't need me.

  12. #12
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    Too bad that in the ascent-optional.conf you can select what level you start off at
    Yeah, but problem is you get instant 70, but you have 0 talent points to use in your tree and all skills are 1/300. So this updates it when you log in for the first time.

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

  13. #13
    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)
    ok wow, this is just going too far. You can stop this lying. I made that script, It didnt reset their talents each time because It didnt even have anything to reset the talents. I left because I got a better offer and you guys were being just too much. You didnt even give me a thanks.


  14. #14
    ~Jagris's Avatar Contributor
    Reputation
    154
    Join Date
    Apr 2007
    Posts
    1,479
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone did something similar with this for T6 anyway +Rep


  15. #15
    Sublimepwns_'s Avatar Member
    Reputation
    57
    Join Date
    Apr 2008
    Posts
    344
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    blizzardhq does leach and they say they make every thing them selfs, and i bet all his rep are from people that play on his cheap server
    :Swift Leveling: <Cheap Swift Power Leveling>
    https://swiftleveling.webs.com/

Page 1 of 2 12 LastLast

Similar Threads

  1. [Selling] WoW account 7 level 100 toons, Spectral Tiger mount! 270k gold and more!
    By bugasum in forum WoW-US Account Buy Sell Trade
    Replies: 1
    Last Post: 04-19-2015, 05:34 PM
  2. [Selling] A great account for dirt cheap. still active 2 maxed toons 115k gold and more $250
    By leavingwowsale in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 07-26-2012, 03:48 PM
  3. [Selling] B.Net Account with 5 85s, rare mounts, 120k+ Gold, and more.
    By Blayzin123 in forum WoW-US Account Buy Sell Trade
    Replies: 1
    Last Post: 06-11-2011, 03:17 AM
  4. [Release]Deathshift's Repack, and more
    By zkkaiser in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 08-01-2008, 03:17 AM
  5. Great Guide Pack with leveling,Gold,And more.
    By c0ddingt0n in forum World of Warcraft Guides
    Replies: 22
    Last Post: 03-24-2008, 12:03 AM
All times are GMT -5. The time now is 06:20 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search