[Question] Custom Spells? menu

User Tag List

Results 1 to 13 of 13
  1. #1
    gotiefan's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Custom Spells?

    Hello,

    Is it possible, to create some sort of Custom spell with Aspire (hearthstone)?

    I know it's impossible to create it like a actual spell, that it has an own icon and it appears in spell book. (Maybe through client editing, but no thx)

    But maybe it's possible to create some sort of item, if pressed. It'll execute a C++ script and do what it says?


    Greetz,
    Gotiefan

    [Question] Custom Spells?
  2. #2
    grandmst20's Avatar Member
    Reputation
    50
    Join Date
    Oct 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dunno if you have already looked on the Aspire forums but I'd suggest looking there first. I'll look around today and see what I can come up with for you.

  3. #3
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is.. Get a DBC editor, and edit the DBC file called spells..
    Sorta hard..

    Not quite sure about wheter it works for players or not
    [/COLOR]

  4. #4
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is possible. However, you'll require a clientside patch. That patch would have to get installed. If they do not have it installed, they'll crash every time they get in contact with it.

  5. #5
    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)
    OP: You could just hack the Gossip functionality for this

  6. #6
    AfterMidnight's Avatar Banned
    Reputation
    162
    Join Date
    Jan 2008
    Posts
    689
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could probably make an item that casts a visual spell visual - Wowhead Search since useable items can be placed on the action bar aswell;
    And make it execute a script at the same time that'll remove an x ammount of HP of the casters target not too hard; but to have it consider damage reductions and such aswell...... I dunno

  7. #7
    gotiefan's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will look into couple things.

  8. #8
    AngelSandy's Avatar Member
    Reputation
    19
    Join Date
    Jan 2009
    Posts
    330
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The problem about really custom stuff on a private server is that you will have to fiddle with the patch files in your World of Warcraft Data folder. It really isn't that hard, as you can edit the DBC and just look with something like...MyWarcraftStudio or something. But the really hard part about this is that, you would create a custom patch.

    To distribute those custom-made patches out to people (if it's live) is near to impossible, as most private server people are of either Russian or Romanian countries, and their english skills are rather...let's say limited.
    And the technical skills aren't that good either!

    And whenever a new Revision of the core was out and you updated, then you would have to remake all your patch-edits so that they fit the new Revision, which in all honesty would be a pain right?

    However do you plan on just having it for fun on your own little server with just you, then it's not really a problem. Just save a copy of the patch-file you edit so you always have the original one in store! (And be prepared for not updating your Revision :b)

  9. #9
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Being blunt- Did you people even read the damn post? He said he wants to do it via scripting, as in "fake" spells (code it, attach it to an item via gossip functionality).

  10. #10
    gotiefan's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by The-Eradicator View Post
    Being blunt- Did you people even read the damn post? He said he wants to do it via scripting, as in "fake" spells (code it, attach it to an item via gossip functionality).
    Exactly lol.

    I know it's impossible to create it like a actual spell, that it has an own icon and it appears in spell book. (Maybe through client editing, but no thx)

  11. #11
    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)
    Originally Posted by The-Eradicator View Post
    Being blunt- Did you people even read the damn post? He said he wants to do it via scripting, as in "fake" spells (code it, attach it to an item via gossip functionality).
    Originally Posted by TheSpidey View Post
    OP: You could just hack the Gossip functionality for this
    I read his post

  12. #12
    gotiefan's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheSpidey View Post
    I read his post
    True, but.

    Originally Posted by TheSpidey
    OP: You could just hack the Gossip functionality for this
    Could you explain me what you mean with 'Hack the Gossip functionality'

  13. #13
    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)
    Create a gossip item, but instead of creating a menu, put whatever code you want it to do when the player uses the item.
    There are plenty of guides and examples of gossip items, just have to look

Similar Threads

  1. [Core] [Question] Custom "Vehicle" with Custom Spells
    By DrakeFish in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 07-30-2011, 11:29 PM
  2. Custom Spell Question
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 12-23-2007, 09:51 AM
  3. [QUESTION]Custom Mount Spell
    By EmiloZ in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 12-12-2007, 10:41 AM
  4. How do you make custom spells?
    By Aircon in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 09-22-2007, 10:28 PM
  5. Question about Spell edit
    By Sasukedk in forum World of Warcraft General
    Replies: 0
    Last Post: 02-13-2007, 12:26 PM
All times are GMT -5. The time now is 02:21 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