Search found 26 matches

by zain
25 Apr 2012, 05:32
Forum: SFS2X ActionScript 3 API
Topic: How to manage room for big virtual world MMORPG
Replies: 7
Views: 11419

Re: How to manage room for big virtual world MMORPG

Thanks for your reply, that really help me One last question about room: when player1 and player2 join in 2 same room A and B, if player1 set uservariable, is sfs2x send 2 update or just 1 update to player2? Sory if I ask question to much >_< for this my last question, i found we only get 1 update ...
by zain
14 Aug 2011, 05:45
Forum: SFS2X Questions
Topic: How to code server check: client A want to attack client B
Replies: 2
Views: 4874

How to code server check: client A want to attack client B

I'm building as3 client mmorpg with sfs2x RC2 java on serverside. I want cek when a client, let's call it client A send a request to server to attack client B. Then I want the java server cek if client B in range of client A. how to make it? 1. What command should I type on client A as3 to make requ...
by zain
05 Jul 2011, 14:31
Forum: SFS2X Questions
Topic: How to create multi room for mmorpg from server side(Java)?
Replies: 1
Views: 3690

How to create multi room for mmorpg from server side(Java)?

i have read http://docs2x.smartfoxserver.com/DevelopmentBasics/join-and-create-rooms but i couldn't find how to create new room from server side(java). How to write this client side(as3) code smartFox.send(new CreateRoomRequest(settings)) as server side code? i need create multiple r...
by zain
22 Jun 2011, 07:28
Forum: SFS2X ActionScript 3 API
Topic: How to manage room for big virtual world MMORPG
Replies: 7
Views: 11419

Thanks for your reply, that really help me
One last question about room: when player1 and player2 join in 2 same room A and B, if player1 set uservariable, is sfs2x send 2 update or just 1 update to player2? Sory if I ask question to much >_<
by zain
16 Jun 2011, 00:59
Forum: SFS2X ActionScript 3 API
Topic: How to manage room for big virtual world MMORPG
Replies: 7
Views: 11419

so we need to separate to many room then?
am i need to build buffer room when switching to another location(due to delay to join another room)?

and how many user a sfs2x's room can handle?

ty for reply
by zain
16 Jun 2011, 00:54
Forum: SFS2X ActionScript 3 API
Topic: How to build global chat?
Replies: 2
Views: 5553

How to build global chat?

I want to create global chat while a user join in a room
but, i don't want send unused variable to global chat(like my avatar's position). can i send a SetUserVariablesRequest() to only one of my multi joined room?

i'm using as3.0 and sfs2x

thx
by zain
14 Jun 2011, 16:52
Forum: SFS2X ActionScript 3 API
Topic: How to manage room for big virtual world MMORPG
Replies: 7
Views: 11419

How to manage room for big virtual world MMORPG

i doing my gradual test project by make mmorpg game based on sfs2x and flash as 3.0 desktop game. i confuse how to manage room to make it seamless and only people in certain area that get sync with other people on that area. but they can move from an area to other area without loading nor portal sys...
by zain
01 Mar 2011, 13:26
Forum: SFS2X ActionScript 3 API
Topic: RTMP in SmartFoxServer 2x?
Replies: 5
Views: 8831

Ok, tQ for the confirmation. I'll learn it deeper~
There is no big different in usage between sfs and sfs2x about userVariable right?
by zain
01 Mar 2011, 09:40
Forum: SFS2X Questions
Topic: How do I provide Real-Time Player Updates efficiently?
Replies: 6
Views: 9275

Oh, ic
tQ :D
by zain
01 Mar 2011, 08:02
Forum: SFS2X Questions
Topic: How do I provide Real-Time Player Updates efficiently?
Replies: 6
Views: 9275

Mr. Thomas, where i can find the example about that in sfs2x? link please [urgent]
by zain
01 Mar 2011, 06:37
Forum: SFS2X ActionScript 3 API
Topic: RTMP in SmartFoxServer 2x?
Replies: 5
Views: 8831

Is it by using userVariable?
by zain
28 Feb 2011, 15:44
Forum: SFS2X Questions
Topic: [Feedback] dbManager.executeQuery(sql) can't load NULL data
Replies: 2
Views: 4873

i'm looking forward for it :D
tQ
by zain
28 Feb 2011, 13:56
Forum: SFS2X Questions
Topic: How do I provide Real-Time Player Updates efficiently?
Replies: 6
Views: 9275

i still finding the most efficient way like u. but for now, i just interesting with Flash->User Variable (still learning about it)
by zain
28 Feb 2011, 09:43
Forum: SFS2X Questions
Topic: [Feedback] dbManager.executeQuery(sql) can't load NULL data
Replies: 2
Views: 4873

[Feedback] dbManager.executeQuery(sql) can't load NULL data

after a few hour i looking in my code, i can't find why sfs detect null assign to a SFSObject. Then i found one field of the database is null, i think this command:
ISFSArray res = dbManager.executeQuery(sql);
should automatically convert a null data from database with putNull()

Go to advanced search