Magic
Magic
  • Видео 28
  • Просмотров 6 526
Creating a Github repository for your TSwow project
In this tutorial I show how to integrate Github into your modding, along with a brief overview of version control.
Links:
github.com/
www.sourcetreeapp.com/
.gitignore file:
pastebin.com/raw/GiWtW97t
Просмотров: 64

Видео

Modding With Magic #8 - Bringing It Together
Просмотров 1504 часа назад
This episode we bring everything we've learned together and make a quest chain that includes creatures, items, and objects.
Shard of Affinity
Просмотров 162День назад
Neat trinket I made because I was bored. Here is the code if anyone wants to look at it: pastebin.com/raw/D2NGmx8w
Modding With Magic #7 - Queries
Просмотров 25114 дней назад
This episode we learn about queries, which are powerful ways to search and manipulate things like databases or DBC files.
Modding With Magic #6 - Quests
Просмотров 24314 дней назад
This episode we learn about quests, including different types of objectives and rewards.
Modding With Magic #5 - Creatures
Просмотров 352Месяц назад
This episode we learn about creatures, including modifying loot, custom models, and spawn data.
Modding With Magic #4 - Objects
Просмотров 348Месяц назад
In this episode we learn about game objects, and create a chest that contains loot. Links: Model Viewer: code.google.com/archive/p/wowmodelviewer/downloads
Modding With Magic #3 - Items
Просмотров 439Месяц назад
In this episode we learn about items, along with more TSwow functions like cloning and logging. We bring it all together to create a pumpkin helmet and staff with a frostbolt spell attached to it. Links: Wowhead: www.wowhead.com/wotlk/database Item Template Docs: trinitycore.atlassian.net/wiki/spaces/tc/pages/2130222/item_template
Modding With Magic #2 - Your First Script
Просмотров 8032 месяца назад
In this episode we focus on making our first script, along with an overview of the tools we need when modding. Links: WDBX Editor: github.com/robinsch/WDBXEditor/releases/tag/2.0.3a MPQ Browser: www.zezula.net/en/mpq/download.html HeidiSQL: www.heidisql.com/download.php TrinityCore Wiki: trinitycore.atlassian.net/wiki/spaces/tc/overview?homepageId=2129935
Modding With Magic #1 - Introduction
Просмотров 1,2 тыс.2 месяца назад
The first episode of a new series where I teach people about World of Warcraft modding, and an introduction to the TSWoW framework. Links: Installation Guide: tswow.github.io/tswow-wiki/install/repack.html GM Commands: trinitycore.atlassian.net/wiki/spaces/tc/pages/2130065/GM Commands
Mekgineer Thermaplugg
Просмотров 190Год назад
Mekgineer Thermaplugg
Wildthorn Cure
Просмотров 89Год назад
Wildthorn Cure
shapers_terrace.wmo
Просмотров 256Год назад
shapers_terrace.wmo
Shadowforge Miner
Просмотров 63Год назад
Shadowforge Miner
Large Human Farm
Просмотров 261Год назад
Large Human Farm
Frostmane Prisoners
Просмотров 73Год назад
Frostmane Prisoners
Jack in the Box
Просмотров 294Год назад
Jack in the Box
magic_farm.wmo
Просмотров 99Год назад
My first fully textured WMO
WMO cave test
Просмотров 104Год назад
WMO cave test
Verdan the Everliving
Просмотров 792 года назад
Verdan the Everliving
Stone of Elune
Просмотров 892 года назад
Stone of Elune
Mirkfallon Lake
Просмотров 1462 года назад
Mirkfallon Lake
Defense of Southshore
Просмотров 1772 года назад
Defense of Southshore
A Touch of Lightning
Просмотров 1372 года назад
A Touch of Lightning
Sha'gri
Просмотров 1062 года назад
Sha'gri
Lost Rams
Просмотров 2242 года назад
Lost Rams
Peace in Death
Просмотров 1632 года назад
Peace in Death
Vanishing Dust
Просмотров 582 года назад
Vanishing Dust

Комментарии

  • @NateB-n8b
    @NateB-n8b 17 часов назад

    Thank you for this episode! Can't wait for the next.

  • @NateB-n8b
    @NateB-n8b День назад

    Thank you for this!

  • @magic_wow
    @magic_wow 2 дня назад

    Not sure why my microphone volume was so quiet, but apologies for that! Might be a bit hard to hear me at some parts when I'm in game.

  • @fear2157
    @fear2157 2 дня назад

    incredible as always, but for next time please watch out for the game sound, it's like waaaaay to loud, compared to your voice <3

    • @magic_wow
      @magic_wow 2 дня назад

      Thanks for the feedback! I think my microphone volume was set low or something this time. Will watch that for future episodes.

  • @jvos724
    @jvos724 7 дней назад

    I've toyed with WoW server modding in the past, but the combination of discovering your videos and TSWoW has been amazing. The inspiration is alive again. Keep up the great work, it is very appreciated! 👍

  • @NateB-n8b
    @NateB-n8b 7 дней назад

    Figured out how to add the blue circles/are on the map where the mob's can be found. I added the below to the last lines of my quest. In this case the mobs can be found in 2 locations. //Adds mobs spawn area/s to the map .POIs.add(0,[ {map:1,x:-1968.640503,y:-733.324280,z:-12.937941,o:5.430924}, {map:1,x:-1998.528442,y:-825.852417,z:-8.144210,o:3.348048}, {map:1,x:-2066.521973,y:-839.478577,z:-6.286963,o:1.631952}, {map:1,x:-2107.413330,y:-777.865479,z:-15.912374,o:1.492939}, {map:1,x:-2110.244385,y:-814.155273,z:-8.843261,o:1.492939}, ]) .POIs.add(0,[ {map:1,x:-2373.043457,y:-638.239990,z:-6.130135,o:4.673018}, {map:1,x:-2384.213135,y:-760.629700,z:-0.913942,o:0.006968}, {map:1,x:-2558.673340,y:-755.950684,z:-3.308625,o:4.742133}, {map:1,x:-2562.364746,y:-631.882019,z:-9.176999,o:3.117929}, ])

  • @SwinginDigz
    @SwinginDigz 12 дней назад

    Thank you Magic!

  • @NateB-n8b
    @NateB-n8b 12 дней назад

    I copied the code and replaced magic-core with my core name. The shard is in game, but I am not getting the auras or procs.

    • @magic_wow
      @magic_wow 12 дней назад

      Make sure to run: build livescripts I haven't covered livescripts in my series yet but they are different from datascripts and build separately.

    • @NateB-n8b
      @NateB-n8b 12 дней назад

      @@magic_wow Thank you! I figured it was something easy and not my inability to copy/paste... Which sometimes I fail at.

    • @magic_wow
      @magic_wow 12 дней назад

      @@NateB-n8b No worries, just remember if you ever delete the item / script to run: clean livescripts to remove the script from the core, otherwise you'll get errors on realm start.

  • @AA-jv6ob
    @AA-jv6ob 12 дней назад

    Shard of Affinity

  • @BsetXOXO
    @BsetXOXO 13 дней назад

    Shard of Affinity

  • @magic_wow
    @magic_wow 13 дней назад

    Code is in the description if anyone wants to see it!

  • @MalcomJPrince
    @MalcomJPrince 13 дней назад

    <3

  • @stertothetop
    @stertothetop 13 дней назад

    Shard of Affinity

  • @biggamer920
    @biggamer920 13 дней назад

    Shard of Affinity

  • @Deavhrmordhau
    @Deavhrmordhau 13 дней назад

    Shard of Affinity

  • @NateB-n8b
    @NateB-n8b 14 дней назад

    Getting the Creature Name from the Loot Entry ID is so much easier this way. vs dealing with Join statements in SQL. Thank you for the video Magic.

    • @magic_wow
      @magic_wow 14 дней назад

      No problem! I always appreciate your feedback!

  • @SwinginDigz
    @SwinginDigz 16 дней назад

    two episodes back to back - love it Magic!

  • @adam516
    @adam516 17 дней назад

    Thanks for the videos! Some other possible video topics: * Advanced Quests * daily/weekly/monthly quests * repeatable quests (e.g. camp taraujo blood shard quests) * mailed item after completing quest * escort * create a spell * create crafted item & recipe * modify talent trees * skills * reputations * add flight path * dungeon/raid attunements * item sets/bonuses * boss encounter, abilities, timers, phases, etc. * achievements * portals * custom profession * custom class * locked doors and keys * world buff e.g. warchief's blessing * war effort type quest i.e. after n players turn in, some event triggers * add visual effect to your character e.g. after casting a fire spell, some fire visual effect is applied * triggering npc action when character is in proximity

    • @magic_wow
      @magic_wow 16 дней назад

      Thanks for all of the ideas!

  • @NateB-n8b
    @NateB-n8b 17 дней назад

    Would it be possible to cover/add the blue circles/area on the map where the npc’s can be found? Keep up the great work!

    • @magic_wow
      @magic_wow 16 дней назад

      I didn't cover that because it's really annoying to do sadly, but if you're interested the relevant table is quest_poi trinitycore.atlassian.net/wiki/spaces/tc/pages/2130262/quest_poi

  • @JoshMannon
    @JoshMannon 18 дней назад

    Obviously not basic functions but I would love information on objectify and stringify at some point. Great information as always.

    • @magic_wow
      @magic_wow 16 дней назад

      I believe I covered these functions in my items episode. Thanks!

    • @JoshMannon
      @JoshMannon 16 дней назад

      @magic_wow I'll double check that then, thank you.

  • @yuenasiaide488
    @yuenasiaide488 21 день назад

    I've been getting into tswow, and I wanna know, do you know if there is a good way, of changing already existing content using the datascripts.ts file?

  • @JoshMannon
    @JoshMannon 27 дней назад

    I'm really looking forward to the next in the series as I am learning so much from this.

  • @JoshMannon
    @JoshMannon 27 дней назад

    I am really excited for future episodes. I've been devouring these.

  • @ryanfp5701
    @ryanfp5701 Месяц назад

    can make a tuto how to create a shell of class?

  • @michaelcallaham1481
    @michaelcallaham1481 Месяц назад

    Nice work! please keep it up and thank you for doing this

  • @BsetXOXO
    @BsetXOXO Месяц назад

    Awesome tutorial. Weird request but can you run a de-esser on the audio as since the audio is a little treble heavy the s sounds kinda cut (I'm wearing headphones atm and normally wouldn't notice this) If you try that and think it sounds awful feel free to ignore. Thanks for your awesome guidance as always.

  • @NateB-n8b
    @NateB-n8b Месяц назад

    Once again, a great tutorial! My patrol path is smooth for 75% of the time. There is 1 leg where the npc jumps up and down as it moves between waypoints. Thoughts or ideas?

    • @magic_wow
      @magic_wow Месяц назад

      You can try running the command: build mmaps in the terminal. This should generate pathing for NPCs in the world. It will probably take an hour or two to finish.

    • @NateB-n8b
      @NateB-n8b Месяц назад

      @@magic_wow That did the trick. Patrol is now smooth 100%. Took little over an hour. Thank you.

  • @NateB-n8b
    @NateB-n8b Месяц назад

    Great content! I also stumbled across your "Modding with Magic: Rares" and "Bugs" on the Project Epoch channel. Keep up the outstanding work! Can't wait for the next video and to see where the series goes.

  • @lanewoodard6868
    @lanewoodard6868 Месяц назад

    Thanks for the help

  • @zyggurat-gj4vu
    @zyggurat-gj4vu Месяц назад

    Something you don't really find, thank you. You have a clear, good voice for tutorials

  • @zyggurat-gj4vu
    @zyggurat-gj4vu Месяц назад

    Finally some.. Thank i want to start în to modding. Please make more videos. No discord or reddit? You should make

  • @ChrisGuy
    @ChrisGuy Месяц назад

    POGGERSSSSS

  • @DrBeefy
    @DrBeefy Месяц назад

    WOOOO!

  • @MalcomJPrince
    @MalcomJPrince Месяц назад

    ❤ nice thank you for this guides.

  • @Kromush1995
    @Kromush1995 Месяц назад

    Sometimes my server is offline after I'm running "build data", do you have any idea why?

    • @magic_wow
      @magic_wow Месяц назад

      Check your node.conf folder and make sure Autostart.Realms is set to your module. For example mine is: AutoStart.Realms = ["magic-core.realm"] If this doesn't work you can also manually start the realm with the command: start realm

  • @Kromush1995
    @Kromush1995 Месяц назад

    [SOLVED] I don't have my patch-A.MPQ folder in my client, I followed the steps, ran npm start as it should, twice, still no folder. Edit: Matter of fact is, I don't have any .dbc files in my workspace. Edit 2: I solved this later in the video when I ran "build data" after creating the datascripts folder

    • @rayew0621
      @rayew0621 Месяц назад

      thank you goat i wondered where i went wrong

  • @leewheelz5196
    @leewheelz5196 Месяц назад

    Very interesting tutorial! I hope it will continue, thank you! Can I use other people's forks of trinity as the base core?

    • @magic_wow
      @magic_wow Месяц назад

      Yes! You can use other cores, you just need to compile yourself and not use the repack. I will probably do a tutorial on this in the future.