[Picture-Guide] Editing Spells with Ascent! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Picture-Guide] Editing Spells with Ascent!

    Editing spells with the Ascent core
    By Gastricpenguin

    With this guide, you will be able to edit the attributes and fun other functions of spells. These spells are edited with C++ and only work on the ascent core. Just as a heads up, things like spell descriptiong and the name cannot be edited. Let's get started

    Go into /ascent-world/ and open World.cpp
    Then scroll down to line 1826 [>Example<]
    Right above the line that says " //this is so lame : shamanistic rage triggers a new spell which borrows it's stats from parent spell :S "
    We are going to start our spell off by adding in this:
    Code:
    sp = dbcSpell.LookupEntryForced( 28299 );
     if (sp != NULL)
     {
     
     }
    You can change the spell number ( 28299 ) to anything you want, but i like Ball lightning because it is fun to edit.

    Then there are a few options we can do to edit the spell. We could edit the spell damage type, casting time, proc chance, intervals, targets, and other things. But just to show you that this whole thing works, we are going to edit the casting time.

    So im going to change the castime time from 1 second, to 10 seconds. Within the brackets we added, we are going to put in
    Code:
    sp->CastingTimeIndex = 7;
    So it looks like this:



    Now, compile your core regularly and go in game. Then witness the perfection!
    Ill add more effects and functions later :P
    Last edited by Gastricpenguin; 03-29-2008 at 07:29 PM.
    Life Puzzler WoW - Website | Forums

    [Picture-Guide] Editing Spells with Ascent!
  2. #2
    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)
    really awesome dude +rep for this
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    Ebon's Avatar Contributor
    Reputation
    218
    Join Date
    Sep 2007
    Posts
    604
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, +Rep cookie X2 !


  4. #4
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I assume no one needs help :P
    Life Puzzler WoW - Website | Forums

  5. #5
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love you. XD

    (Not in the gay way, kthx)


  6. #6
    damon160's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epix ! i have to try this =P

    +rep xD

  7. #7
    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)
    Epic thread

  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)
    Nice good work, Can you change the damage or is that all set and unchangable?? +rep

    DA Gift From Mr. Blain

  9. #9
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing stuff you got there... xD

    Get ready to get your ass +repped RED

    (ok im not horny OR gay) :P

    World best PvP Paladin=Me? GG ;D


  10. #10
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ill have a video soon of a bunch of spell edits
    Life Puzzler WoW - Website | Forums

  11. #11
    Ophie's Avatar Active Member
    Reputation
    66
    Join Date
    Aug 2006
    Posts
    195
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice guide. Looking forward to some other functions other than cast time
    +2 rep.

    This may just be possible with MaNGOS too. I'll try to have a look, but I already doubt it since they work around these hardcodes :/

  12. #12
    flop159's Avatar Member
    Reputation
    23
    Join Date
    Aug 2007
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    epic guide. hard to find by searching tho :/

  13. #13
    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)
    Teh Epix!
    +Rep x3

  14. #14
    kate1's Avatar Member
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is a great guide gast! will try in the weekend^^
    +Rep


    Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig

  15. #15
    Painkiller116's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dude thats sick!

Page 1 of 2 12 LastLast

Similar Threads

  1. [GUIDE] Make A Book Able To Teach Spells; With Pictures
    By 3xploit in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-11-2009, 09:09 AM
  2. [Guide] Accepting Client builds with ascent
    By latruwski in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 05-18-2008, 02:31 PM
  3. Guide: How to Compile Ascent yourself! [With photos]
    By Skaren in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-08-2008, 08:18 PM
  4. Complete Ascent guide with: ascent 2.2.x supported and website
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 145
    Last Post: 11-18-2007, 12:51 PM
All times are GMT -5. The time now is 06:59 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