hmm in theory it should be very possible
i just looked into inititem.txt
and it should be possible with little changes
PHP Code:
(item(name 681)(Index 481)(Image "shop015")(desc 228)(class general charm)(code 3 7 21 0)(country 0 2)(use 1)(plural 1)(buy 150000)(specialty(protect))) // polish
(item(name 531)(Index 332)(Image "item017")(class general charm)(code 3 5 12 0)(country 0 1 2)(use 1)(plural 1)(buy 0)(sell 1500)(specialty(Changeprefix weapon 29 90 85 91))) // talisman
just add new prefixes and everything is done ;)
a "hybrid" :P which is a normal tali ^_^
PHP Code:
(item (name 531) (Index 332) (Image "item017") (class general charm) (code 3 5 12 0) (country 0 1 2) (use 1) (plural 1) (buy 0) (sell 1500) (specialty (Changeprefix weapon 100 200 ) ) )
Where 100 is the tali % chance
and 200 the prefix
hope im right didn't work with kal files for long time
and this is just 1 part talisman not with 2 parts
and for removing the bound you could make a new talisman with
PHP Code:
(Changeprefix weapon 100 0 )
and put a rule in stored procedure
if (x == 0) then blablabla
hope you understood
if by chance you test this tell me if it does work ^_^