SphereServer BugTracker - SphereServer | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001546 | SphereServer | executable - generic | public | 02-11-08 22:57 | 16-11-08 20:31 |
Reporter | mert | ||||
Assigned To | |||||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | unable to reproduce | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Nightly Version | 09-09-2008 | ||||
Experimental Flags | None | ||||
Option Flags | None | ||||
Internal Build Number | |||||
Summary | 0001546: Instant Cast when ACTDIFF is changed. | ||||
Description | When 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|