Originally Posted by
stoneharry
Well to make all off the ~3000 quests (or whatever) Blizzard has properly would take you a very long time.
It's really a simple matter of going through every single one and seeing if it works properly. Kill/gather, are items dropped correctly, etc.
Then you get to a point where you have to escort - ArcEmu doesn't actually have any escort AI functionality yet. However you could code this yourself.
Use a gameobject/item/talk to creature, these are all done through simple scripts.
More advanced quests that involve scripted events - well you have to script these.
Actually scripting them - you can do it in C++ or Lua. You can look at ArcEmu's methods of scripting via looking at the questscript project etc, see how they handle it, code it yourself... Intellisense will help you get the syntax and methods right. There's not a lot more I can say, if you know how to code then you will be able to fix/code them as you will. If you don't you will struggle. :/