Issue information

Issue ID
#7320
Status
Working as Intended
Severity
None
Started
Xgear
Jun 2, 2013 22:28
Last Post
Ind
Jun 6, 2013 23:59
Confirmation
N/A

Xgear - Jun 2, 2013 22:28

Clones trigger item bonuses and the bonus goes to the master.

Aka: Autocast Blessing on yourself by X chance, Slave starts attacking -> You get blessed.

Ind - Jun 6, 2013 23:33

clones are not official features so its more like, is this intended or not?

Ind - Jun 6, 2013 23:34

Actually this is a optional configuration[code=auto:0] if (md && battle_config.summons_trigger_autospells && md->master_id && md->special_state.ai) { //Pass heritage to Master for status causing effects. [Skotlex] sd = map_id2sd(md->master_id); src = sd?&sd->bl:src; } [/code]