Thread: The / List
View Single Post
  #43  
Unread 05-22-2005, 08:29 AM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

Quote:
/inventory equip # this one is a bit more tricky because from 1 to 200 the slot are randomly given from bank slot to inventory, and once one number used in a line command it doesnt work anymore for some reason.
The reason this only works 1 time, is that it's a sort of 'index item number' not associated with a particular item.

The maintained spells window works the same way. It's a sort of check that is in place to prevent abuse I believe, or it just happends that it works really well at keeping the index random.

It works like this. For the maintained spells.
the frist time you use a spell it gets an index of 0 or 1, I can't remember, the second time it gets an index of 2, then 3, then 4 etc..
So you would have to have a way to track how many times you have cast 'that particular spell' if you wanted to reference it with a command like /cancel_maintained #
Check my abandoned project post on maintained_spell window.
http://www.eq2interface.com/forums/s...ead.php?t=1928

Anyway, the really ticky part is that all of the index numbers get re-set when you zone.
__________________
Kosmos
Qeynos Ranger (Retired)
Lucan D'Lere

Last edited by Kosmos : 05-22-2005 at 08:33 AM.
Reply With Quote