SphereServer BugTracker - SphereServer
View Issue Details
0002095SphereServernew feature requestpublic31-08-12 11:4708-09-13 20:36
daskaras 
RanXerox 
normalfeatureN/A
resolvedno change required 
 
 
Not Available
None
None
0002095: New Trigger for Spells targon_char/targon_item
because we can“t asked the target before effect and success this would be very nice.
triggered after @select and/or @start/@spellcast
No tags attached.
Issue History
31-08-12 11:47daskarasNew Issue
08-09-13 20:35RanXeroxNote Added: 0001662
08-09-13 20:36RanXeroxStatusnew => resolved
08-09-13 20:36RanXeroxResolutionopen => no change required
08-09-13 20:36RanXeroxAssigned To => RanXerox

Notes
(0001662)
RanXerox   
08-09-13 20:35   
I don't think this is necessary... If you want the spell to be one that targets something, you just add the appropriate target FLAG(s). If you want to make up your own target message, you can define that in PROMPT_MSG. The @Start trigger has a reference to the targetted character or object and at that point you cancel the casting, or you can wait till @Success to abort it. We need a example use case where there is proof the current set of triggers is not sufficient.