SoD spell page update

Mongrel

Dalayan Beginner
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.
 
Why do I keep getting

Code:
Forbidden
You don't have permission to access /Class:Shaman on this server.

Apache/1.3.28 Server at sod.camongrel.de Port 80
?

I'm a sad shaman :(
 
Probably because this site hasn't been updated for over a year and shows no signs of it.
 
Spells now on SoD Resourcarama

Spell lists are on http://sod.nemesis2.com/ - I haven't had time to get the spell effects listed for each one, but at least you can see the spells for each class, their levels, mana, duration, casting time, and a description.

- Sheck
 
It appears that most bard spells aren't showing up on Sheck's database because he has removed spells which cost zero mana. This makes sense for most classes, so as to remove aa abilities, but it's more harm than good on the bard page :) You probably already know this, but incase you didn't, I just wanted to point it out in case you hadn't. I looked at the other post in the tome of knowledge and didn't see anything about bard songs.

Also, I think it would be great if, on the ltem's listing, you would bold the Damage/Delay, or separate the +attributes and +hp/mana from the damage/delay. I find it difficult to view the items quickly and i think this would make the database much more convenient. Overalll, the site looks much better and is much easier to use now than when I used it a month ago, good work!
 
Oh yeah - you are correct, I hid zero-mana spells because of AA's. Forgot about Bard songs. I fixed it so Bard songs show up.

Also, I agree with your suggestion about the damage/delay/ratio fields, so now they show at the top of stat list and there's a space between them and the other stats.

Thanks for the suggestions!

- Sheck
 
Back
Top Bottom