View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001546SphereServerexecutable - genericpublic02-11-08 22:5716-11-08 20:31
Reportermert 
Assigned To 
PrioritynormalSeveritymajorReproducibilitysometimes
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001546: Instant Cast when ACTDIFF is changed.
DescriptionWhen ACTDIFF is changed on=@start for magery, it makes magery do weird things, like check los twice, and even allow instant cast!

here is an example of the script:

ON=@START
IF (<SRC.MAGERY> >= 105.0)
SRC.ACTDIFF=0 //always succeed the skill
ELSE
IF !(RAND(100))
SRC.ACTDIFF=<EVAL <SRC.MAGERY> +10> //force a fail
ELSE
SRC.ACTDIFF=0 //always succeed is rand != 0
ENDIF
ENDIF

So what this does is succeed the skill if 105.0 or more magery, or if rand != 0. I use this script for crafting skills, such as blacksmithing and carpentry but, when it comes to magery, the skill starts acting weird.
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000136)
MrSugarCube (administrator)
16-11-08 20:31

Seems fine here, no instant casting or additional sight checks using the script you provided.

- Issue History
Date Modified Username Field Change
02-11-08 22:57 mert New Issue
02-11-08 22:57 mert Nightly Version => 09-09-2008
02-11-08 22:57 mert Experimental Flags => None
02-11-08 22:57 mert Option Flags => None
16-11-08 20:31 MrSugarCube Status new => closed
16-11-08 20:31 MrSugarCube Note Added: 0000136
16-11-08 20:31 MrSugarCube Resolution open => unable to reproduce


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker