• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Special Description

KylerXX

Active Member
Joined
Jun 24, 2010
Messages
439
Reaction score
30
Where I can find the doSetItemSpecialDescription function?
 
Yes yes But I need put a special description not a normal description, example:

you see x. description. special description.
 
It's 'getPlayerSpecialDescription(cid)' and 'doPlayerSetSpecialDescription(cid, desc)' (only for players, creatures?, other?).

Here's a list of all the wonderful stuff you can do with 'doItemSetAttribute':
Code:
doItemSetAttribute(uid, key, value)
-attribute key "aid" = return the action id
-attribute key "uid" = return the unique id
-attribute key "name" = return the item name
-attribute key "pluralname" = return the item plural name (gold coin -> gold coins)
-attribute key "description" = return the item description
-attribute key "article" = return the item article
-attribute key "text" = return the item text
-attribute key "writer" = return the item writer
-attribute key "date" = return the item data where was writed
-attribute key "depotid" = return the item depot id
-attribute key "weight" = return the item weight
-attribute key "attack" = return the item attack
-attribute key "defense" = return the item defense
-attribute key "extraattack" = return the item extra attack
-attribute key "extradefense" = return the item extra defense
-attribute key "armor" = return the item armor
-attribute key "attackspeed" = return the item attackspeed
-attribute key "hitchance" = return the item hitchance
-attribute key "shootrange" = return the item shoot range
-attribute key "charges" = return the item charges
 
Last edited:
Back
Top