Jump to content

Callmephil

Developer
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Callmephil

  1. There are no known or public methods for customizing modern clients, So your best bet would be to start working on a 3.3.5 fresh client, it would not be perfect but it's the best solution at the moment.

    The rest is totally possible, we have seen custom expansions built in the by members,

    If you don't feel like learning programming languages and you are not very interested in the subject, you'd for sure need someone with intermediate experience in Lua, SQL, c++
    Otherwise, I'd suggest you start with the basics, set up a server, and play around with the code to create some quests, and items.  mobs etc play around with events and basic scripting.
    Then you can jump on server modification and create an encounter, changes the behavior of a  spell, and such.

    There's a great mod made by Rochet2 called Eluna-Engine if you're afraid of c++ you can write stuff in LUA which is far simpler.

    For retro-porting, there are a lot of resources you can start with.
    for example, you mentioned custom U.I you'll need to tap into modifying or creating addons for the game. Eluna Engine helps does that too
    for retro-port of content maps, models you'd need to understand what is a DBC and how they affect the game a good doc can be found here WowDed.wiki  lastly, you can find a lot of retro port content on this forum and guide on how to retro port content yourself.

    Hope this helped a little bit!

  2. I retired from the emulation scene couple of years ago. Yet every day since the release of the classic client I'm asking myself the same question, What if we can mod the classic client?
    The engine is a port of Battle of Azeroth, which probably means it would allow overcoming lots of client limitations when it comes to retro-porting and creation of custom models.
    Hermes proxy method is a milestone for sure and what brotalnia did is incredible, however, the gap between reverse engineer packets to build a communication channel and reverse engineer the client to inject custom content is a tremendous task.
    As far as I know, The people who manage to achieve such an exploit in the past are a long time gone, That's probably why we haven't seen any custom clients mods post 3.3.5.

     

  3. For Legion < It's a very tedious task. attachment works differently on older version you can't bind multiple of them in one time.

    you have to split the (collection) into pieces and bind them to item as a spell which is bind to an attachment on character m2.  look at this post

    there's one collection per race and about 24 pieces per collections.

    for splitting a collection you can start with

    adding a spell to an attachement you can refer to

    In extra you can take a look at (part 1 & 2)

     

    also since 3D are only simulated it won't be perfect such as when you jump they won't follow your movements etc etc

  4. 7 hours ago, Skarn said:

    It is just always disappointing for a designer to see your work being stolen and reused in some shitty distasteful environment. If I have a chance to make things harder for such people, I am going to do it, if it does not take insane amount of time. Those patches to .exe/files are not time consuming at all. The more time you spend on creating the concept of the artwork, actually doing it (considering we have rather shitty tools in the community on all fronts for now), the more valueable it becomes to you. Tools are an entirely different thing. The whole purpose why this website exists is to help people mod WoW and tools have exactly the same goal. But using someone else's tools is not the same as using someone else's artwork without permisson.

    I completely agree with you for the art work but it's still a really restricted talent which not a lot of people are capable of, most people are looking for newer expac content and this is completely stupid to lock them.

  5. it's disappointing how much some server count on "exlusive" model content. anyway.. my community pack provide a large amount of work already and will be updated as soon as i figure out how to fix all 3D's things. i will also share my tools if i manage to code properly one day..

     

    "it's not the models that count it's what you do with them that does"

  6. why is so important for people to encrypt their patches ? their no point of it. everyone can retro-port, everyone can retrieve a custom map or a listfile. it's just a waste of time. bli did made it harder at some point but still some people achieve to reverse it and share out so you me and other can learn and mods..

     

    PS: there's an easier way if you want to "protect" your dbc files.

  7. Be sure to have the spell on item to be castable when equiped.

    also don't forget to use

    Other than that i don't see from where it comes unless the m2 is not properly converted.

    try to cast the spell on you and see what happen.

    for helmet.

    You have to find Geo-set for Helmet Generally using WMV or trying different value from an existent helmet in your dbc.

  8. don't minimize wow.

     

     

     

     

     

     

     

     

     

     

    (non expert view)

    if the mount appear correctly when you're not doing what you're doing then there's a problem with the client itself, i don't see from where it could come else wise.

  9. Contain all items from 4.X to 6.X including artifacts / Mounts & Pets / Creature Models - GameObject & Spells & WMO will be added when i get time. it's non encrypted and free to use

    Lazy Worker Make your life easier importing new things such as model from 7.X it generate SQL as well. it has internal data when you use parse local file so it make it even faster. (did 250 pets in 10 min)

    I didn't add yet itemdisplayinfo creation since it's huge work but will do for sure later when i get time.

     

    if you really wish to do it from scratch i suggest you to look at dbc structure wiki

    https://wowdev.wiki/DB/ItemDisplayInfo

    also use Adspartan Multi Converter for conversion it's the fastest and the most working one.

    Note : I Really recommend you my community pack since i worked 6 months on it. with all retail ID (expect Artifacts) it has also all working 3D belt effects. PM me if you need anything.

×
×
  • Create New...