-
Posts
7 -
Joined
-
Last visited
Content Type
Profiles
Forums
Servers
Downloads
Gallery
Everything posted by Callmephil
-
If I remember well, for item slot and position etc it's all in item.dbc https://wowdev.wiki/DB/Item Find an item that suits your idea and replace the item you want to modify with it. update both in server + client dbc and you should get what you want. another option is to look at the spell "Titan's grip" https://www.wowhead.com/wotlk/spell=46917/titans-grip and see if you can duplicate its behavior to fit your needs.
-
-
wotlk [RELEASE] Full Spell 5.4.8 to 3.3.5a! (Spell+Visual)
Callmephil replied to Desed's topic in Retro-Porting
Most likely will not work because visual assets are missing. You'll also need to import spellIcons, blp etc.. -
Amazing! What are you using for custom map creations?
-
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!
-
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.3.5] Making Hunters use Focus instead of Mana.
Callmephil replied to Pyzayt's topic in Serverside
Great! Well done -
[3.3.5] Making Hunters use Focus instead of Mana.
Callmephil replied to Pyzayt's topic in Serverside
Implementing a new resource will be a hassle if you're still a novice, but you can start by cloning rogue logic (with energy) and see how it goes. -
Downport content to 3.3.5 and up-port it to 4.3.4. There's a tutorial on mod-craft http://www.modcraft.io/index.php?topic=14359.msg64867#msg64867
-
question [TrinityCore 3.3.5a] Making my server public using only my public IP
Callmephil replied to Broudou's topic in Serverside
Assuming you're running on windows, Have you setup the host file ? C:\Windows\System32\drivers\etc (hosts.txt) Also as far as i remember if you want to run a public realm on your local machine, if you wanted to logging you had to use your localhost address (127.0.0.1) to connect as realmlist. -
WoD Model > Patch-H not encrypted.
-
-
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
-
-
Version 1.0.0
50 downloads
Hey guys ! I'm here again with a new tool that i use to convert text file from list_root into SQL format. example : Input : 0000053183.all 404522913ab0414b25ec8f4c0d836fd1 sound/music/citymusic/darnassus/darnassus intro.mp3 Output : INSERT INTO `FileDataComplete_Legion` VALUES (53183,"darnassus intro.mp3","sound/music/citymusic/darnassus/"); README : How to use ? Place Listfile.txt / root (from casc) into tool folder. Run the .bat file i provided. Wait till finished you will see a file named Root_File.sql Create a table Named : FileDataComplete_Legion in database (File_ID/Filename/Filepath) Import Root_File.sql into the database. You're done ! * This method is use full when you want to find/retro-port massive db2 > SQL lines. Thanks for Roccus for compiling the list_root.exe and bloerwald for binaries Thanks for bloerwald for the listfile. https://github.com/bloerwald/LegionFiles And obviously CASC Developpers ! Enjoy and let me know if it was use full for you too ! -
I don't think legion modding started yet there's no doc neither tools atm. they've just started modding on WoD where Filedata is still available.
-
How do i remove classes and races from character create
Callmephil replied to NeverTheVoid's topic in Interface
you can disable creation from worldserver.conf i'm not entirely sure but it worth checking. -
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.
-
Version 1.0.0
195 downloads
Easy BLPConverter share the similar idea of But instead the Easy BLPConverter call directly the BLPConverter.exe program with argument which is faster. argument are parsed from given directory and sub-directory (it exclude cape because they appear green if you convert them. *optional). Rename BLP : Will rename all _.blp into .blp Print Listfile : Will print a suitable (casc) Listfile of given directory. How to use : BlpConverter Path : if you're not using given BLPConverter.exe please include his path and the .exe program Blp Folder Path : Go into your folder and copy link > Paste it in the textbox Press Convert Blp's Button wait to finish, then Run Rename BLP and you're done. hopefully this will save you some extra time enjoy. -
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"
-
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.
-
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.
-
legion Where's stored Collections Tab Information in legion ?
Callmephil posted a topic in Interface
Hey guys. so i was looking in game in legion and i saw Sets tab in collection appearances. i would like to collect all item specific itemID or DisplayID do you know where i can find the db2/LUA-XML of it ? it's not itemset.db2 -
Mutli-Converter hasn't been updated for a while and variables name got changed by blizzard maybe ? thanks for the tutorial btw @Inico
-
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.