Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
attr_identified
Author Message
Elmortis
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2012
Reputation: 0



Post: #1
attr_identified
How works this flags?

attr_identified 00001 // this is the identified name. ???
01-14-2013 09:16 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: attr_identified
It used the display the fullname of a magic item .

01 attr_identified Someone has used the Item ID skill on this item so it will display the full magic name "+7 Sword of Ruin of Flamestrike".
01-15-2013 12:04 AM
Find all posts by this user Like Post Quote this message in a reply
Elmortis
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2012
Reputation: 0



Post: #3
RE: attr_identified
I wont make item id with clilock. when chrecter found some magic item. he must indefinity this item. when he wont know what this item can give him. sorry for my bad english
01-15-2013 09:00 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #4
RE: attr_identified
This trigger will show the word "unidentified" in red text when you move the mouse over the item:

Code:
ON=@ClientToolTip
   SRC.ADDCLILOC 1042971,<NAME>
   IF !(<ATTR> & attr_identified)
      SRC.ADDCLILOC 1041522,<DEF.HTML_REDTEXT>,#1038000,<DEF.HTML_WHITETEXT>
   ENDIF

To hide the magic properties of an item you could use the same concept...
01-15-2013 09:37 AM
Find all posts by this user Like Post Quote this message in a reply
Elmortis
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2012
Reputation: 0



Post: #5
RE: attr_identified
thank
01-22-2013 06:37 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)