Hi All.
I am actually trying to use dotnet with EQ1. However I am hoping there are similarities with IXSEQ2.
Does anyone know how to memorize a spell to a specific gem?
EQCharacter me = new EQCharacter()
me.gem("some spell") gives me the slot it is memmed in.
me.gem(slot#) gives me the spell name in the given slot.
I can access the actual spell object
EQSpell spell = new EQSpell("some spell")
This provides me a number of options but no way to attach this spell to a gem.
There is a ExecuteCommand object that takes a single string, or ExecuteCommandEx which accepts multiple inputs.
Unfortunately there is no tutorial (that I have found) which indicates what commands work with these methods.
I've tried multiple combinations of ExecuteCommandEx("mem", "gem2", "spell name") but It doesn't work nor do I get an error message.
Any ideas? Point me to a tutorial, an example .. something ..
I am actually trying to use dotnet with EQ1. However I am hoping there are similarities with IXSEQ2.
Does anyone know how to memorize a spell to a specific gem?
EQCharacter me = new EQCharacter()
me.gem("some spell") gives me the slot it is memmed in.
me.gem(slot#) gives me the spell name in the given slot.
I can access the actual spell object
EQSpell spell = new EQSpell("some spell")
This provides me a number of options but no way to attach this spell to a gem.
There is a ExecuteCommand object that takes a single string, or ExecuteCommandEx which accepts multiple inputs.
Unfortunately there is no tutorial (that I have found) which indicates what commands work with these methods.
I've tried multiple combinations of ExecuteCommandEx("mem", "gem2", "spell name") but It doesn't work nor do I get an error message.
Any ideas? Point me to a tutorial, an example .. something ..