SphereServer BugTracker - SphereServer
View Issue Details
0001925SphereServerexecutable - windows buildpublic08-03-11 13:0613-03-11 05:12
Shaklaban 
MrSugarCube 
normalminoralways
resolvedfixed 
win32windows 7
20-09-2009, 0.56b Prerelease 
0.56c Nightly 
Automated (specify build number)
None
None
1420
0001925: #1420
skillbest don't work correctly. returning new skills (imbuing, throwing).

example script:

[dialog sb_test]
100,100
resizepic 0 0 5054 200 350
gumppictiled 10 10 180 330 2624
checkertrans 10 10 180 330

local.x = 20
local.y = 20
for 1 10
    if <src.<skillbest.<local._for>>> > 0
        dtext <local.x> <local.y> 1152 <src.skillbest.<local._for>>
        local.y += 20
    endif
endfor
No tags attached.
Issue History
08-03-11 13:06ShaklabanNew Issue
13-03-11 05:12MrSugarCubeNote Added: 0000959
13-03-11 05:12MrSugarCubeStatusnew => resolved
13-03-11 05:12MrSugarCubeFixed in Version => 0.56c Nightly
13-03-11 05:12MrSugarCubeResolutionopen => fixed
13-03-11 05:12MrSugarCubeAssigned To => MrSugarCube

Notes
(0000959)
MrSugarCube   
13-03-11 05:12   
Fixed, but that "For 1 10" should also be "For 0 9". :)