Was currently looking at a C++ script a while back here that would present to us an npc that would ENCHANT your gear instead of you having to do it all yourself! I thought the concept itself was amazing but it was in C++ and only for arcemu, so I thought "Why didn't they have a Lua version? It would be more lightweight and probably a smaller script" So I set out for nearly an entire day thinking up how to do it. I may not be the best but finally I came up with it, something different and original instead of another teleporter npc or something.
So I present my ORIGINAL enchanter npc in Lua
[Lua] EnchanterNPC - Pastebin.com
That said, a few others whom of which are better than I presented a smaller even better script, I reccomend you use it and mine as just an educational tool. You may find it HERE:
[Lua] Foereaper's item enchant system ~ Fixed - Pastebin.com
It was written by Foereaper and assisted by Rochet2 and Neglected.
And now anyone running an arcemu server can just throw it in their scripts folder!Enjoy everybody!