View Single Post
  #5  
Old 06-14-2002, 12:26 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

From rightclicking on the item info and selecting view source:

Code:
<script type='text/javascript'>var spell_url='http://www.magelo.com/eq_spell_info.html';</script><script>var num_icon='0005';</script>Spell: Lesser Conjuration: Earth
<br>Effect: <script type="text/javascript">if(typeof(spell_url)!="undefined") document.write("<a href='"+spell_url+"?num=624' target='_parent'>Lesser Conjuration: Earth</a>  (Combat)"); else document.write("Lesser Conjuration: Earth");
</script><br>WT:  0.1    Size: SMALL<br>Class: MAG <br>Race: NONE<br>
so:
Item number was used to get the info,
icon='0005'
Spell: Lesser Conjuration: Earth
spell_num=624
Lesser Conjuration: Earth (Combat)
WT: 0.1
Size: SMALL
Class: MAG
Race: NONE
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote