User Tools

Site Tools


cerea1:builders:generic_item_tags

Items

Have an item say something

Make the tag: SAYstring_to_say
Assing unique power self only.
Any creature using will way the string “string_to_say” with _ replaced by a space

Teleport PC

Make the tag: TeleportTARGET
or GroupjumpTARGET
Assing unique power self only.
Will teleport the user(for teleport) or party(groupjump) to Waypoint JumpTargetTARGET if in same navigator area. (4 first letters/numbers in the area tag)

Groupjump

As teleport above, but the whole party is affected.

Throw things

Make Tag starting with “throw”
Assing unique power
Will make the egg throwing text.

Eat stuff

Make Tag starting with “cu_food”
Assing unique power
Will make one of the 4 texts of how good the food was. using the name of the object.

Pickable Placeables

To create your own pickable items using it you must create :

  • The usable item named pdown_XXXX (both tag and resref), it has unique power.
  • The placeable named obj_XXXX (both tag and resref).
    The script OnUsed must be use_obj
  • The dialog named dlg_XXXX must have an entry named “pick up” or such with script pickup_obj
    Other entries interact with the placeable. add as much as you want.

summon

Will summon a creature with the resref given as the rest of the tag the local object “summoner” on the creature will point to the summoning PC

holywater

do holywaterthing with the next character after the holywater giving strength holywater1 normal (priests, M paladins, M rangers, M monks, SM laypeople) holywater2 strong (bishops, SM paladins, SM rangers, SM monks) holywater4 very strong (archbishops) holywater8 godly (gods)

CrazyPotion

do the random things like the crazypotionmakerpotion

castspell

Looks for the following two variables on the item:

  • Spell the SPELL_* value to cast on use
  • lvl the level to use on casting if not set, uses user total level

Set a variable to true

Item with unique power and tag: SETVAR_varname

Will set the Integer varname to TRUE(1) on the targeted object.

If the following variables are set in the item, will cause the following to happen

  • string TargetText target, if pc is sent this text Default: none
  • string SuccessText user is sent this on targeting object Default: used “Itemame” on “targetname”
  • string FailText user sent this text if no object targeted Default: please target the correct thing

Readable Items

New option when item with tag starting with READ are used either the rest of the tag or the contents of the variable READ on the item is sent to the reader as sendmessage.

Used by the writing system.

The folling 3 options to read tagged items were added in 086a
They have the collowing variable ints set to a DC

  • spellcraft
  • lore
  • spot

Will do a corresponding skill check at given DC or give a illegimate response on fail.

Exotic Guild Items

ztk_*_exotic

Anything weared in any of the item slots having this tag, will allow the wearer to use the exotic items having tag starting with “gi_” (i.e guild items). There is currently ztk_cloak_exotic, but some guilds might want to create rings or amulets or something else.

ztk_cg_gen_*

Anything weared in any of the item slots having this tag, will allow the crafting system to remove all class restrictions from the scrolls/wands user is making (with extra cost).

si_SSSSTLL_MM_CCCCCCCCCCC

Spell item with spell SSSS (not currently used), level LL, metamagic feats MM, and creator CCCC. If the spell is cast from this kind of item the level LL is used instead of the level tied to the spell normally. Also the metamagic is set to MM instead of 0 normally used. Note that the spell SSSS is currently ignred, and all spells cast from the item will have level LL and metamagic MM if there is multiple features in the item. The crafting system will create this kind of items automatically, but any item can have that kind of tag if needed. If you want to have multiple spells in the same item we need to add also the check for the SSSS, and use LL and MM only for that spell and use the defaults for the rest. There is special metamagic flag 64, which indicates that the item is general purpose item, i.e. created wearing the the ztk_cg_gen_* item. This only affects the output of the crafting guild examiner (ztk_cg_examiner), which will also print out the spell name, level, metamagic feats and the creator of the item. The T in the middle is the type of the item, w for wands, p for potions and s for scrolls. _ can be used for generic items.

Note that the price of the item in shops will be using the normal level and metamagic for the item, so it will be too low compared to the real price of the item (if it has metamagic or higher level), so put some cost adjustment to the item if creating those items manually. Normally each metamagic feat will double the price, and the normal cost of the item to create is innatelevel * itemlevel * itembasetypemultipler. So if the item is twice the level it is normally then the price should be twice also.

Cursed Items

They cannot be unequiped by a PC.

A cursed item is noted by a tag starting with Cursed or a local variable named Cursed on the item.
Remove curse sets a variable: ImmediateUncursed allowing unequipping, but on next equip the item will again be cursed.
The Remove curse will not work if the variable StrongCursed is set on the item.

Subrace limited items

the tags LIMIT_XXXX_YYYYY

Check for subrace if XXXX is text and for guild if number
if not correct… unequip. YYYY should be somwthing unique

Second way to do that is to set a variable “LimitedGuild” or “LimitedRace” on the object and then a variable “Allow_XXXX

if “LimitedGuild” will check through the items for a variable equal to any guild the pc is member in

LimitedRace” will check if there is a XXXX equal to the pc race

cerea1/builders/generic_item_tags.txt · Last modified: 2015/05/03 12:46 by 127.0.0.1