SphereServer BugTracker - SphereServer
View Issue Details
0001674SphereServerexecutable - genericpublic15-11-09 14:5113-12-09 01:22
xantier 
MrSugarCube 
normalminoralways
resolvedfixed 
0.56c Nightly 
0.56c Nightly 
Not Available
None
None
0001674: pin.#
It is about scripting structure of sphereserver. Pin function on maps gives errors on console even you try to check..

For example :
if (<pin.1>)
..
endif

If there is no 1st pin on the map :
15:18:ERROR:(xx.scp,29)Can't resolve <pin.1>
15:18:ERROR:(xx.scp,29)Undefined symbol ''

You can't check the pin..

No tags attached.
Issue History
15-11-09 14:51xantierNew Issue
15-11-09 14:51xantierNightly Version => Not Available
15-11-09 14:51xantierExperimental Flags => None
15-11-09 14:51xantierOption Flags => None
07-12-09 05:08ShiryuXNote Added: 0000326
07-12-09 05:29xantierNote Added: 0000327
07-12-09 12:12ShiryuXNote Added: 0000328
13-12-09 01:22MrSugarCubeStatusnew => resolved
13-12-09 01:22MrSugarCubeFixed in Version => 0.56c Nightly
13-12-09 01:22MrSugarCubeResolutionopen => fixed
13-12-09 01:22MrSugarCubeAssigned To => MrSugarCube
13-12-09 01:22MrSugarCubeNote Added: 0000332

Notes
(0000326)
ShiryuX   
07-12-09 05:08   
Are you using the typedef i posted in the forums? Try removing that code and test the pin functions again, maybe it's a problem with that.
(0000327)
xantier   
07-12-09 05:29   
pin is hardcoded thing.. it's not about typedef or anything else.
(0000328)
ShiryuX   
07-12-09 12:12   
I'm asking because it also overrides the opening of the gump (it cancels the default and sends the custom packet), so far it seems to be good, but I don't know if Sphere likes it. Anyway, it should.
(0000332)
MrSugarCube   
13-12-09 01:22   
I've added a PINS property so you can check how many pins are present before accessing the pins themselves.