Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10022] need a way to see how many spells are left in a cast process

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 10022] need a way to see how many spells are left in a cast process
  • Date: 7 Oct 2009 21:21:30 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10022


Bor Kraljič <pyrobor AT ver.si> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #7390|0 |1
is obsolete| |




--- Comment #8 from Bor Kraljič <pyrobor AT ver.si> 2009-10-07 16:21:28 ---
Created an attachment (id=7391)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7391)
get cast progress. version 2.1

Well I think we need that +1. Because during cast of first spell it would be
nice to have in term title (1 of n) and not (0 of n). And also at the cast of
the last spell term title should be "casting spell [$spell] (n of n)" and not
(n-1 of n). So we need that +1.
The other message is at the end of the cast. There we have the right count. So
we don't need that +1. And because of that I decided to use one parameter.
Despite now that I think about it... We don't really need this message since
the information is very nicely available in the term title... On the other
hand... term title isn't shown in ttyX... or is it?

Failed triggers are problematic. Didn't yet study the triggers but I can share
what was my observation. If the trigger fails. The spell is casted so it shows
on success list. That would mean that I am counting it twice... Don't know if
this is with all triggers but summing also the check_trigger_failed I got too
big of number of already processed spells. And at the end looked something
like
that: (13 of 11)

OK lets use arrays. I also tried to use arrays with the other wc's I but I
failed. I guess you already knew that only n_total is possible to transform to
using arrays simple. I am learning with every line I write :)

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



Archive powered by MHonArc 2.6.24.

Top of Page