Search found 44 matches

by falcan
24 Feb 2011, 21:29
Forum: SFS2X Questions
Topic: Word Filter kick/ban
Replies: 4
Views: 7686

I was just fiddling with word filter customization myself - worth nothing is you can always grab the word filter from a zone and then force it to filter anything it seems :) IWordFilter wordFilter = ext.getParentZone().getWordFilter(); I'm using it in my custom zone filter, where the...
by falcan
30 Aug 2010, 18:51
Forum: Server Side Extension Development
Topic: Java DATAROW_INTKEY first column starts at 1?
Replies: 2
Views: 5557

Hi Lapo, the javadoc still says: DATAROW_INTKEY: allows to retrieve data by field index (starting at zero). Spent half of the day looking for bug in my own code before I found this thread...
by falcan
31 May 2010, 16:03
Forum: Server Side Extension Development
Topic: server-owned user variables?
Replies: 1
Views: 3920

server-owned user variables?

Hi, is it possible to have "server-owned" user variable? Means I would setup the user variable on the server, it gets broadcasted like normal user variable but it doesn't allow modifications from client. Reason is I have one user variable that I don't want ppl to possibly hack from client....
by falcan
31 Mar 2010, 20:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Integrating My buddy list from DB with SmartFox buddy list
Replies: 18
Views: 24338

bump?

I hope I can do :)
by falcan
25 Mar 2010, 22:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Integrating My buddy list from DB with SmartFox buddy list
Replies: 18
Views: 24338

Related

Hey Lapo, this is related, I've got facebook friends and want to make them buddies by auto. I can pull the facebook friends nicknames from my database now, that's fine. Now what do you suggest would be the best way to achieve this merge? Btw. I want to mix fb friends with in-game buddies added later...
by falcan
14 Jan 2010, 23:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can i integrate game developed using SFS into facebook
Replies: 13
Views: 26705

how I did it

Hey just thought I could share something on this. I bet there will be growing demand for how to integrate facebook due the popularity of fb social worlds. This talk is on TIGHTER integration with facebook(e.g. getting your friends portraits and their score inside your game for instance, not just run...
by falcan
03 Jan 2010, 12:51
Forum: Server Side Extension Development
Topic: setInterval and class?
Replies: 4
Views: 6424

solution

Hi there, I thought I would bump this thread because I've solved this class timer problem through a small workaround..if you want to use a "class timer" for whatever reason(which means object having its own timer, even usually its better to have one timer to handle more objects because of ...
by falcan
17 Jun 2009, 13:38
Forum: OpenSpace v1 discussions and help
Topic: help with getAvatarMovieClipById
Replies: 9
Views: 23421

Ah ok, we are on our way to buy it in the next few days so I'm looking forward to that function :-)
by falcan
17 Jun 2009, 11:52
Forum: OpenSpace v1 discussions and help
Topic: help with getAvatarMovieClipById
Replies: 9
Views: 23421

doesn't work:(

When trying to use this method, I'm getting 1061: Call to a possibly undefined method getAvatarMovieClipById through a reference with static type com.smartfoxserver.openspace:OpenSpace. I need this method for several things, mainly to tell my custom avatar class some extra stuff...so I need to get m...
by falcan
17 Jun 2009, 10:50
Forum: OpenSpace v1 discussions and help
Topic: Serious bugs of OpenSpace
Replies: 10
Views: 16988

bug 1

About the first bug, not sure if it's - but if you are using TRIAL version check if openSpace logo is fully visible, otherwise it will randomly shut down openSpace(the demo version checks this in time intervals). Then it will act as you describe, the user is not visible(because some of the OS variab...
by falcan
25 May 2009, 12:05
Forum: Server Side Extension Development
Topic: setInterval and class?
Replies: 4
Views: 6424

solution

Nevermind, thought I solved it but it only calls the functions directly instead of delaying..anyone having solution?
by falcan
25 May 2009, 11:49
Forum: Server Side Extension Development
Topic: Multiple Instances
Replies: 5
Views: 8035

Ha, this is interesting. At first glance it seems to me you are trying to send commands through private messages acting as comands between the clients. That is not how things are done. I think you should look at the general architecture of mmos and smartfox before coding, look at "White papers&...
by falcan
24 May 2009, 18:02
Forum: Server Side Extension Development
Topic: setInterval and class?
Replies: 4
Views: 6424

setInterval and class?

How do I call ActionScript class method from setInterval? Normally outside of class I would do setInterval("blabla", 5000);, but I need to do something like setInterval("this.blabla", 5000), to call that function only for my object, which doesn't work. I saw somewhere they use th...
by falcan
24 May 2009, 17:43
Forum: OpenSpace v1 discussions and help
Topic: Avatar skin question...
Replies: 4
Views: 8834

Not sure what you want to do exactly, but if you want to add any other stuff on the avatar, why don't you just extend/modify the class that implements the IAvatar interface..there is the "display" method that puts together the movieclips in the sample, so you can add your stuff there, put ...
by falcan
18 May 2009, 13:47
Forum: OpenSpace v1 discussions and help
Topic: This is driving me crazy
Replies: 2
Views: 6738

This is driving me crazy

Dont worry, I solved it :D For other people who might encouter this, if you place OS component in a stupid way like I did, on coordinates like 25.5, 35.5, your avatar might get clothes layers placed misplaced by one pixel, even in flash editor it looks right(e.g. shirt fits precisely on your avatar)...

Go to advanced search