SphereCommunity

Full Version: MEMORYFINDTYPE in numbers?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
whats all the MEMORYFINDTYPE ?

SRC.MEMORYFINDTYPE.0400.LINK = Guildstone Number
SRC.MEMORYFINDTYPE.0400.NAME = Guild Name

whats guild abrev?
src.memoryfindtype.memory_guild.link.abbrev
on sphere_defs.scp you can find all memory_* values

you can also use directly these defs on the function, like MEMORYFINDTYPE.memory_guild instead MEMORYFINDTYPE.0400
51a!!!! you're both on dope!
MEMORY_NONE = 0
MEMORY_SAWCRIME = 0001
I can call the guards on them.

MEMORY_IPET = 0002
I am a pet. (this link is my master) (never time out)

MEMORY_FIGHT = 0004
Active fight going on now. May not have done any damage.

MEMORY_IAGGRESSOR = 0008
Iwas the agressor here. (good or evil)

MEMORY_HARMEDBY = 0010
I was attacked by them. (but they may have been retaliating)

MEMORY_IRRITATEDBY = 0020
I saw them snoop from me or someone.

MEMORY_SPEAK = 0040
We spoke about something at some point. (or was tamed)

MEMORY_AGGREIVED = 0080
I was attacked and was the innocent party here!

MEMORY_GUARD = 0100
Guard this item. (never time out)

MEMORY_ISPAWNED = 0200
I am spawned from this item. (never time out)

MEMORY_GUILD = 0400
This is my guild stone. (never time out)

MEMORY_TOWN = 0800
This is my town stone. (never time out)

MEMORY_FOLLOW = 1000
I am following this object. (never time out)
hmmm maybe


SRC.MEMORYFINDTYPE.0400.ABREV = Guild Abrev
Reference URL's