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: 8 Oct 2009 21:56:44 -0000

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





--- Comment #10 from Jaka Kranjc <svn AT lynxlynx.info> 2009-10-08 16:56:43 ---
Not sure -> test it. Broken -> fix it. :)
Like I said before, you're not checking the trigger hash (one or the other,
they're reciprocal), so this is bound to overflow - you're adding succesful
checks to the processed count, but not updating the total (which should
account
for all triggers).

Don't use global vars for temporary data.

About the +1 thing. I'd just delete the output in pass_four. Unless you hit a
long check_self trigger chain (not likely), you'll get a new progress message
soon, as the next spell starts to cast or the whole process ends. Rather
message it where the term title is set and there'll be no additional addition.

--
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