This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [TC 3.3.5]Creating spells  (Read 1697 times)

Bradwin

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
[TC 3.3.5]Creating spells
« on: March 09, 2017, 04:43:41 pm »
What SQL and .dbc files must I edit when making a new spell, and in which order?

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [TC 3.3.5]Creating spells
« Reply #1 on: March 09, 2017, 06:42:47 pm »
That depends a LOT on what you want to achieve. Spell.dbc (only). Or dozen of DBCs and database tables. But I'd say it should be obvious that you need to take a look in general on database and DBC tables with "spell" in their name...
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [TC 3.3.5]Creating spells
« Reply #2 on: March 10, 2017, 08:22:11 am »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Bradwin

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [TC 3.3.5]Creating spells
« Reply #3 on: March 11, 2017, 05:13:09 pm »
Thanks for pointing me towards this tool. I got it, configured it, and made a new spell. The spell itself works succesfuly, but the character stats and abilities won't show. I also get a lagspike whenever I cast the ability. http://imgur.com/a/3i3xc
It's a simple instant melee spell dealing 125% weapon damage on a 2.5 sec cooldown.
I only replaced the Spell.dbc in the core DBC folders, and put the new Spell.dbc inside my custom patch.
« Last Edit: March 11, 2017, 07:04:17 pm by Bradwin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [TC 3.3.5]Creating spells
« Reply #4 on: March 12, 2017, 03:40:29 pm »
Did you put the dbc into your local patch?
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Bradwin

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [TC 3.3.5]Creating spells
« Reply #5 on: March 12, 2017, 08:38:32 pm »
Local patch? Do you mean the patch that contains my new content (patch-4.MPQ)? Or the  DBCs in the Server bin>Release? I replaced the server spell.dbc with my new one, then put the same spell.dbc I replaced serverside in my patch, in the DBFilesClient folder. I solved the lag issue (had to turn .gm off)

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [TC 3.3.5]Creating spells
« Reply #6 on: March 12, 2017, 09:44:24 pm »
You have the patches in data and some in your local folder. The locals overwrite the stuff contained in the corresponding non local patches. The local folder is depending on your language named different. Dede enus frfr and so on.

All interface files and dbcs should go into a local patch. Dede 4 for me.
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Bradwin

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [TC 3.3.5]Creating spells
« Reply #7 on: March 13, 2017, 09:18:07 am »
I made a new patch, patch-enGB-4.MPQ. Put my edited Interface and DBFilesClient folders in it and then put it in my data/enGB folder. Tried renaming it to just enGB-4.MPQ, and it still didn't work. Also discovered that I can't open my talent and achievement tabs.