View Single Post
  #1  
Unread 02-10-2010, 12:16 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default Seeking help compiling a list of spells and ID

I am in the process of reviving eXtreme and part of it is letting you define what spells you can cast from the quick cast buttons in the group and raid windows with in the game and it saving per character. What I need is an entire list of castable spells/ca and AA and their ID's from each class.

Once I have list I will put it out as a plugin app for other authors to use so it will
benefit every one.

You can get the spells/ca spell ID by linking it and reading your log file and the number in the link is the spell ID.

I need it in the format of
It'ed would really help if they are listed in alpha order and numerical order. But hey, I'll take it any way I can get it.

[SubClass]
spellname : ID

If you are feeling real inspired you can go ahead and format it :P

<DataSource Name="SubClass">
<Data Name="Spell#" Text="Spell Name" ID="SPell ID" />
...
</DataSource>
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 02-10-2010 at 12:53 AM.
Reply With Quote