Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Alpha on April 23, 2013, 01:38:52 pm

Title: [SOLVED] C++ Script in Trinity Core
Post by: Alpha on April 23, 2013, 01:38:52 pm
Will the following script of a "custom boss" work in trinity core?

Code: [Select]
Well, I cant past any code, and I cant past any link, it says that it contens spam O.o
then u have here the link with the code: xD
pastebin.
com/
vfSxRkdg

I just write it looking a guide, but i think that it's for ArcEmu :3
Title: Re: [QUESTION] C++ Script in Trinity Core
Post by: Linwood on April 23, 2013, 05:32:22 pm
it's more like arcemu

one script looks like this in trinitycore : https://github.com/TrinityCore/TrinityC ... eature.cpp (https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Examples/example_creature.cpp" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] C++ Script in Trinity Core
Post by: Alpha on April 24, 2013, 04:03:50 am
Thanks, i just find a C++ trinity guide :D
Ill try again.

Relly thanks u ^^
Title: Re: [SOLVED] C++ Script in Trinity Core
Post by: Ascathos on April 25, 2013, 06:18:32 pm
Basing it on existing bosses would make your situation the easiest. For example, basing things on Maexxna helped me learn the boss system.