As a pre-requisite, you will need the following programs: TortoiseSVN 2.4.6 Visual Studios (2003, 2005, or 2008) Any Good Text Editor (I recommend EditPlus) Introduction This is a pretty basic guide. Many of you have edited the source of a DLL and want to compile your own version, no problem. But I'll have to say this now guys, this isn't easy to grasp, but it isn't hard to learn. In this guide we will be compiling the GlobalNPC i made. I will also be using Visual Studios 2003. Let's Begin. Legend Bold - Examples or Refrences Orange - Pictures and Screenshots Green - Very Important Note In the same folder, you will also see Makefile.am
Open it and you will see:
Code:
SUBDIRS = GossipScripts InstanceScripts ServerStatusPlugin SpellHandlers
All you have to do is add a space and then "GlobalNPC" to look like this:
Code:
SUBDIRS = GossipScripts InstanceScripts ServerStatusPlugin SpellHandlers GlobalNPC
Once you are ready, and made sure it is set to Release, right click on "Solution 'GlobalNPC2003' (1 Project)" and click Build.
When it has finished compiling, your DLL will be found in \Trunk\bin\release\script_bin\