Hey all,
Two main things have been added:
First, a spell search. It's still rather simple, but you can search by name (partial names are accepted, empty strings are not), by class and by spell range. It returns a simple, unsorted list (for now ... I'll work on it).
Second, I've changed the way the spell information is accessed to make access faster and more intuitive (all the previous ways still work though):
You can now use the following URLs:
http://sod.camongrel.de/Class:<classname>
Replace <classname> with the respective class (e.g. Ranger) to get the respective list of spells per class.
Example: http://sod.camongrel.de/Class:Shaman
http://sod.camongrel.de/Spell:<complete name>
Replace <complete name> with the full name of the spell you want to view (e.g. Lifespike) to get the respective spell details.
You can use spaces or underscores to form more complex names.
Example: http://sod.camongrel.de/Spell:Lifespike
Example: http://sod.camongrel.de/Spell:Spook the Dead
Example: http://sod.camongrel.de/Spell:Spook_the_Dead
http://sod.camongrel.de/Search:<search string>
http://sod.camongrel.de/Search(<classname>):<search string>
http://sod.camongrel.de/Search(<classname>,<level1>,<level2>):<search string>
Replace <search string> with the partial name of the spell you want to search for (e.g. Mend). Replace <classname> with the class. Replace <level1> with the lower end of the level range and <level2> with the upper end.
Example: http://sod.camongrel.de/Search:Spiritual
Example: http://sod.camongrel.de/Search(Shaman):Spiritual
Example: http://sod.camongrel.de/Search(Shaman,1,60):Spiritual
Next on my TODO list is to allow comments for each spell.
Two main things have been added:
First, a spell search. It's still rather simple, but you can search by name (partial names are accepted, empty strings are not), by class and by spell range. It returns a simple, unsorted list (for now ... I'll work on it).
Second, I've changed the way the spell information is accessed to make access faster and more intuitive (all the previous ways still work though):
You can now use the following URLs:
http://sod.camongrel.de/Class:<classname>
Replace <classname> with the respective class (e.g. Ranger) to get the respective list of spells per class.
Example: http://sod.camongrel.de/Class:Shaman
http://sod.camongrel.de/Spell:<complete name>
Replace <complete name> with the full name of the spell you want to view (e.g. Lifespike) to get the respective spell details.
You can use spaces or underscores to form more complex names.
Example: http://sod.camongrel.de/Spell:Lifespike
Example: http://sod.camongrel.de/Spell:Spook the Dead
Example: http://sod.camongrel.de/Spell:Spook_the_Dead
http://sod.camongrel.de/Search:<search string>
http://sod.camongrel.de/Search(<classname>):<search string>
http://sod.camongrel.de/Search(<classname>,<level1>,<level2>):<search string>
Replace <search string> with the partial name of the spell you want to search for (e.g. Mend). Replace <classname> with the class. Replace <level1> with the lower end of the level range and <level2> with the upper end.
Example: http://sod.camongrel.de/Search:Spiritual
Example: http://sod.camongrel.de/Search(Shaman):Spiritual
Example: http://sod.camongrel.de/Search(Shaman,1,60):Spiritual
Next on my TODO list is to allow comments for each spell.