View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001517SphereServerexecutable - genericpublic11-09-08 00:1408-02-09 16:14
ReporterTerrikate 
Assigned ToMrSugarCube 
PrioritynormalSeveritycrashReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version20-09-2009, 0.56b Prerelease 
Summary0001517: Polymorph doesn't work
DescriptionMsg: Target is not in line of sight
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone, WalkCheck, Script_Profiler, Size_Optimise
Option FlagsCommand_Sysmsgs, FileCommands, NoPrefix
Internal Build Number
Attached Files

- Relationships
related to 0001449resolvedBeyonder Damage spells backfire when selecting summon while casting 

-  Notes
(0000090)
Incanus (reporter)
11-09-08 15:02

ACT seems to get cleared, when the Polymorph menu is closed.
I fixed it this way on my server:


[Spell 56]
...

ON=@Start
TIMERF 0, f_fix_poly
RETURN 2

[FUNCTION f_fix_poly]
IF <ACT>!=<UID>
    IF <ACTION>==skill_magery
        IF <ACTARG1>==56
            ACT <UID>
        ENDIF
    ENDIF
ENDIF
(0000093)
Coruja (developer)
16-09-08 05:03

The problem is on the function 'POLY c_somenthing' I think. I'm using a custom polymorth (osi-like) dialog, and it open the dialog without problems. But when I click on some button, the function 'POLY c_something' will be called and the player will wait the spell delay to just get the msg SKILL CANCELED after the delay. The spell never fail, it auto-cancel after delay, and it's strange.
There's no reason to get this problem, ACTDIFF is ok (700), and 80% of the use of this spell got problems, other 30% works fine, and its a random chance to get these results (theres no time/reason to get the problem, it just works sometimes and not work after this).

- Issue History
Date Modified Username Field Change
11-09-08 00:14 Terrikate New Issue
11-09-08 00:14 Terrikate Nightly Version => 09-09-2008
11-09-08 00:14 Terrikate Experimental Flags => None, WalkCheck, Script_Profiler, Size_Optimise
11-09-08 00:14 Terrikate Option Flags => Command_Sysmsgs, FileCommands, NoPrefix
11-09-08 15:02 Incanus Note Added: 0000090
16-09-08 05:03 Coruja Note Added: 0000093
08-02-09 16:14 MrSugarCube Status new => resolved
08-02-09 16:14 MrSugarCube Fixed in Version => 0.56c Nightly
08-02-09 16:14 MrSugarCube Resolution open => fixed
08-02-09 16:14 MrSugarCube Assigned To => MrSugarCube
08-02-09 16:14 MrSugarCube Relationship added related to 0001449


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker