Search found 5 matches

by _jrn
19 Oct 2011, 13:47
Forum: OpenSpace v2 discussions and help
Topic: OpenSpace 2.04 and SFS2X RC3 issue
Replies: 9
Views: 15388

indeed, it was the error message generated using older version. however, it is still present after the update: TypeError: Error #1009: Cannot access a property or method of a null object reference.    at com.smartfoxserver.openspace.engine.control::OpenSpaceController2X/onExtensionResponse(...
by _jrn
20 Jul 2011, 07:05
Forum: OpenSpace v2 discussions and help
Topic: Custom Parameters for Inventory Items
Replies: 5
Views: 8374

In overridden method getInventoryItemsList I call super.getInventoryItemsList() to get the full list of items and then filter it. The list is fine except not having custom parameters defined in OpenSpace Editor.
by _jrn
19 Jul 2011, 12:58
Forum: OpenSpace v2 discussions and help
Topic: Custom Parameters for Inventory Items
Replies: 5
Views: 8374

At first i tried to get the parameter using ItemProperties method

Code: Select all

getProperties().get( "yName" )
but it didn't work so i set the breakpoint to browse the list using debugger and search for my custom parameters with no success.
by _jrn
18 Jul 2011, 13:28
Forum: OpenSpace v2 discussions and help
Topic: OpenSpace 2.04 and SFS2X RC3 issue
Replies: 9
Views: 15388

another problem

Hello, i've just updated SFS2X to RC3 and OpenSpace to 2.04 (both client and serverside) and got the error after loading the openspace map: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.smartfoxserver.openspace.engine.control::OpenSpaceController2X/onE...
by _jrn
18 Jul 2011, 12:00
Forum: OpenSpace v2 discussions and help
Topic: Custom Parameters for Inventory Items
Replies: 5
Views: 8374

Custom Parameters for Inventory Items

Hello, I have a problem with setting custom parameters for inventory items. When overriding OpenSpaceExtension getInventoryItemsList method i'm browsing the items list in the debugger but none of items has these fields defined in properties hashmap. All i have is: [null, null, null, null, null, null...

Go to advanced search