Need original MUL files, click HERE
0 Members and 1 Guest are viewing this topic.
Last Lifted ID?Direction : HAMRONDAchievement : GADZZMDSingularity : LWUBNNDPrecision : CDGDTRD
Display Get ID and Type $$ Target your Item/MonsterSet #targcurs 1TargetRepeat{}Until #TargCurs = 0FindItem #LTargetIDDisplay TargetType: #FindType $ TargetID: #LTargetID $halt
Quote from: kryptonite on January 08, 2010, 09:01:55 PMLast Lifted ID?Direction : HAMRONDAchievement : GADZZMDSingularity : LWUBNNDPrecision : CDGDTRDNo, you will need the ItemType and not the ItemID.The ItemID you get wth "Last Lift ID" is the unique ID of theItem you just moved.You can use this to get the ItemType from an Item or what ever ...Code: [Select]Display Get ID and Type $$ Target your Item/MonsterSet #targcurs 1TargetRepeat{}Until #TargCurs = 0FindItem #LTargetIDDisplay TargetType: #FindType $ TargetID: #LTargetID $halt