View Single Post
  #4  
Unread 12-14-2006, 05:39 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

I seam to recall a version that used a separate datasource for each class and debuff type. Items in a given datasource listed the spell name to be cast at each level. It then used DynamicData for class and level to reference the corisponding spell from the datasource for the useability command.

You'll have to find which mod is setup this way. I didn't set mine up this way for several reasons.

1) Editing the spell list becomes much more of a hasle. You have to include a spell name for every level, even if its the same spell.

2) It wont automatically attempt the variants of the cure unless you list those at every level also.

3) The code is WAY more complicated, making it much more likely a novice user will mangle the code attempting to change the spell list.

4) This implementation depends on concatination, which wasn't posible when I first released ClickCures.

The only real advantage is that it cuts down on most of the "can't find that spell" spam.
Reply With Quote