Whats done:
Summoning the items works but it should be abstracted from BeltofMoonSummon to something basic (like SummonItem) so it can be used for other spells that summon a temporary item into the players inventory.
I created the SQL entries for the moon staff and the moon mace. On live I saw there is also a Moon Warhammer (the hammer version). All of them share the same bonuses just a different item type (and maybe different weapon speeds) as far as I can tell.
What's not done:
- I couldn't get the "Moonlight" spell to quite work.
- I couldn't get the icons to show up for the spells on the items. (though the /use and /use2 seem to activate the spells properly)
- The Moon Warhammer sql entry needs to be created.
- Some characters should get the Warhammer, others should get the Moon Mace. I think all characters get the Moon Staff.
- I couldn't get the spells to show up in the items delve info.
- Need to add an event that when the player logs in that all summoned items are removed from his inventory because currently if the server crashes or is shut down while a summoned item is in a players inventory it will not be removed from his inventory like it's supposed to. Also if the player destroys the summoned item himself before logging out, there will be red text in the console (null reference exception).
Good luck to whoever feels up to it.
-Blu

