Log in

View Full Version : Click effect ID list


lanileb
07-09-2007, 01:50 PM
Hey, I used the search function and couldn't find anything regarding this. In the items table it has a column for clickeffect (ID#) but I can't find any lists with the various ID numbers for different click effects. I was wondering if any has a list with these or knows where I can find one?

ChaosSlayer
07-10-2007, 03:21 AM
this list prety much includes ALL spells in game

you can find this list in your spell_us.txt file in eq folder along with ID numbers

lanileb
07-10-2007, 08:17 AM
ah ok thank you!

John Adams
07-10-2007, 04:20 PM
Not sure if this is what you're looking for, but in the `items1 table, there are columns related to click effects for various items.

Assuming you have PEQ database loaded somewhere, run this in a query window:
select id,name,clicktype,clicklevel2,clicklevel,clickeffe ct from items where clickeffect > 0

Should see a bunch of items w/clickie effects. Not sure what all the -1 clickeffects values are.