View Single Post
  #1  
Old 01-24-2003, 02:20 PM
ExeterIsLame
Fire Beetle
 
Join Date: Dec 2002
Location: Oklahoma
Posts: 14
Default Item Editor: Worn Items

Can anyone pass on some pointers about creating items that have "while worn" effects. I have a sword I am building that I want to cast DE illusion when equipped. No matter how much I dink with it I cannot get it to work correctly. Is this a problem with the specific spell or is there a way I am overlooking.

Here is the SQL for that item if anyone wants to look it over... the stats are unrealistic because I was dinking with them for fun.

[code]
REPLACE INTO items (id,raw_data) VALUES (25981,'Anger Tainted Khopesh\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ 0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0Anger Tainted Khopesh\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ 0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ 0\0\0\0\0\0\0\0\0\0\0\0\0IT10622\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
Reply With Quote