[Request] Features not already in WoW?

Results 1 to 6 of 6
  1. #1
    Member Gamefreakrjd is offline
    MemberRank
    Aug 2007 Join Date
    39Posts

    [Request] Features not already in WoW?

    Anyone have any scripts or database addons to make things that aren't on retail servers yet? Like housing, etc?

    Or at least able to show me how to make things like that? Thanks in advance :sweatdrop

    I use Ascent.


  2. #2
    Member Gamefreakrjd is offline
    MemberRank
    Aug 2007 Join Date
    39Posts

    Re: [Request] Features not already in WoW?

    Or even better if someone could tell me how to make a custom instance?(without overlapping an original instance)

  3. #3
    Elite Member blizzhackerd is offline
    Member +Rank
    May 2007 Join Date
    Upstate, South CarolinaLocation
    145Posts

    Re: [Request] Features not already in WoW?

    Yes, all these things are possible, but they are incredibly difficult to do. Very few people, as far as I can tell, have the knowledge to do these types of things, and don't seem very willing to share that know-how. I must admit, I, too, am one of those people.

    I spent over two weeks, at about 8-10 hours a day, staring at tutorials that were only loosely relevant, value charts, and tables to learn what I have, and I still can't implement what I've learned fully.

    A good thing to do is learn as much as you can about DBC Editing, which is editing the text tables in WoW's MPQs. Very fews guides on this exist, and the ones that you do find are for only the most simple of DBC edits.

    There are still a lot of unknowns in the DBCs, and a lot of cross references, etc., but once you learn the nessecary aspects to it, you can do almost anything.

    Code:
    Create Flight Paths
    Reuse old maps with new IDs, allowing you to have 2 completely separate dungeons from the same map
    Change the Swear Filter Words
    Create Spells
    Rename Areas
    Create NEW NPCS, and not just reusing old display IDs, but creating new skins, put certain gear on them, etc.
    Create New Factions
    That's a sampling of what you can do, there's tons of other stuff as well.

    Good luck if you actually choose to learn the art of DBC editing, you'll need it.

  4. #4
    Member Gamefreakrjd is offline
    MemberRank
    Aug 2007 Join Date
    39Posts

    Re: [Request] Features not already in WoW?

    I see...well that seems like something i'd like to screw with. Is there a program for it? Or is it all coding...?

  5. #5
    Sorcerer Supreme KingXCrosses is offline
    Member +Rank
    May 2007 Join Date
    Silvermoon, Quel'thalasLocation
    426Posts

    Re: [Request] Features not already in WoW?

    its all coding, and stuff, i dont think theres gonna be a program anytime soon :\
    anyways, i just want to know how to put in housing, thats a great thing that i always wanted to do :D

  6. #6
    Elite Member blizzhackerd is offline
    Member +Rank
    May 2007 Join Date
    Upstate, South CarolinaLocation
    145Posts

    Re: [Request] Features not already in WoW?

    Housing wouldn't be that difficult to accomplish with DBC editing for the client-side. The server side would need a fair bit of work however, because player housing would more than likely, based on other games, be instanced. Doing this type stuff would require you writing a custom housing instancing system, and implementing new spell mechanics to allow for gameobjects to be placed in houses.



Advertisement