Search found 16 matches

by PeredereevBoris
01 Apr 2011, 11:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Do NPC users take part into SmartFox users limit?
Replies: 3
Views: 6040

There is no error message. String npcUserName = HOME_MAP + destinationUserLogin + i; if (destRoom.getUserByName(npcUserName) == null) { npc = ExtensionHelper.instance().createNPC(npcUserName, "127.0.0.1", port, currZone.getName()); } else { npc = destRoom.getUserByName(npcUserName); } if (...
by PeredereevBoris
31 Mar 2011, 21:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Do NPC users take part into SmartFox users limit?
Replies: 3
Views: 6040

Do NPC users take part into SmartFox users limit?

We use SmartFox Pro free edition. In our game we create rooms with NPC users. But sometimes NPC users do not creates (we receive null in Java side). We have a question - Do NPS users takes into limit of users of Smart Fox (20 for free edition)?
by PeredereevBoris
25 Jan 2011, 11:48
Forum: OpenSpace v1 discussions and help
Topic: OpenSpace & NPCs
Replies: 24
Views: 56840

Hi Paolo. Thank You for server side implementation of avatar appearing.
All works properly but I have a problem avatar appear in the bottom part of screen. How can we set centerViewport = true from server side?
by PeredereevBoris
13 Jan 2011, 19:47
Forum: BlueBox
Topic: how to disable bluebox
Replies: 9
Views: 25202

How disable calls to BlueBox from flash side (client)

We have exceptions into the client side (flash). When client try to connect to server and server is busy client try to connect to BlueBox but it's disabled, we want to turn off this behaviour. How can we do this?
by PeredereevBoris
10 Dec 2010, 13:24
Forum: OpenSpace v2 discussions and help
Topic: Storing map, inventory and library in database
Replies: 8
Views: 13483

FInd unsver the length of zone name could be fixed by using <MaxRoomNamesLen> inside Zone definition. It works :)
by PeredereevBoris
10 Dec 2010, 08:58
Forum: OpenSpace v2 discussions and help
Topic: Storing map, inventory and library in database
Replies: 8
Views: 13483

Zone name should be short
by PeredereevBoris
10 Dec 2010, 08:57
Forum: OpenSpace v2 discussions and help
Topic: Storing map, inventory and library in database
Replies: 8
Views: 13483

Map name must be less then 20 characters

I have also problem with this mechanic and want to say that name of map can't be more then 20 symbols, if it more the Smart Fox truncate it.
by PeredereevBoris
17 Nov 2010, 12:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: VM Max memory question
Replies: 1
Views: 4605

VM Max memory question

How i can configure size of VM Max memory...currently I have 2 GB and only one application SmartFox server, why it set 66 MB max memory of VM? |::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::| | | | ...::: SmartFoxServer :::... | | Multiplayer Socket Server | | version 1.6.6 | | --- | |...
by PeredereevBoris
21 Sep 2010, 16:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Jetty Statistics
Replies: 1
Views: 4172

Jetty Statistics

I want to know how often and what files where downloaded from my HTTP server which is the part of SmartFox.

Thanks In advance
by PeredereevBoris
17 Sep 2010, 15:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Help - Error in Config Files!
Replies: 12
Views: 20474

!!!

I have the same trace with JDBC bla bla.
Server is not run I cant run him. OS is unix.
This is terrible.
by PeredereevBoris
10 Sep 2010, 09:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to distinguish what product SmartFox You using?
Replies: 3
Views: 6097

How to distinguish what product SmartFox You using?

SmartFox server have 3 sorts - LITE, BASIC PRO.
I should check what sort using my boss, where I should looking, in what file?
Help me please.
by PeredereevBoris
18 Aug 2010, 12:27
Forum: Server Side Extension Development
Topic: [TUTORIAL] How to add new libraries (.jar files)
Replies: 7
Views: 57281

Unix

When You add library onto start.sh be attentive after last library also should be ":" symbol
by PeredereevBoris
12 Aug 2010, 14:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How To See Jetty Logs
Replies: 4
Views: 7040

Jetty could not be started

No it has another worse design. When You deploy an servlet into Jetty and You start the SmartFox server You see the regular console trace and all looks fine. But when You try to run Your servlet You see the message into browser Service is unavailable and console is still good. What a problem? What t...
by PeredereevBoris
10 Aug 2010, 11:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How To See Jetty Logs
Replies: 4
Views: 7040

Wrong log

This is http requests log but I need Java log with exception stack trace if needs

Go to advanced search