Telric
Scavenger
Heya peeps. I'm looking for someone with information on the dialog system. What I'm wanting is for a dialog option to only appear if the player has a specific buff. I currently have it hidden with a
<requirement type="Buff" buff="testbuff" target="self" requirementtype="Hide"/>
but the option is always hidden no matter if i have the buff or not. I've tried every possible setting i can think of. i've tried id="testbuff", i've tried both targets having the buff, I've tried id="testbuff" value="1".. I've tried value="testbuff". None work. The option to say this specific dialog is always hidden. Has anyone checked out using a buff check to hide dialogs? Any info would be lovely!
<requirement type="Buff" buff="testbuff" target="self" requirementtype="Hide"/>
but the option is always hidden no matter if i have the buff or not. I've tried every possible setting i can think of. i've tried id="testbuff", i've tried both targets having the buff, I've tried id="testbuff" value="1".. I've tried value="testbuff". None work. The option to say this specific dialog is always hidden. Has anyone checked out using a buff check to hide dialogs? Any info would be lovely!