Search found 45 matches

by shaka
22 Jun 2013, 10:58
Forum: SFS2X Questions
Topic: [help] missing lib?
Replies: 5
Views: 7626

Re: [help] missing lib?

EDIT: nvm. weird, I had to import the swc in flash cs5.5 instead of flashdevelop, even though I don't have any code there (and despite everything else working fine without importing the swc there). Works for now, so no complaints. Thanks for your help, Lapo!
by shaka
22 Jun 2013, 04:46
Forum: SFS2X Questions
Topic: [help] missing lib?
Replies: 5
Views: 7626

Re: [help] missing lib?

Any solution for this? I'm running into the same problem. I'm using flash CS5.5, but editing my code with FlashDevelop. I've imported a new version of the AS3 API. FlashDevelop knows that the LeaveRequestHandler exists and what it needs (it autofills it when I try), but when I try to compile the cod...
by shaka
25 Dec 2011, 06:30
Forum: SFS2X Questions
Topic: SmartFoxServer 2X and the RightScale platform
Replies: 38
Views: 58322

I successfully put up a SFS2x server ~5 months ago, but today, I tried again and can't replicate it. Whenever I launch the server, the security groups disappear (and thus won't let me launch). I didn't change anything from before, so I'm not sure what's the problem.
by shaka
29 Sep 2011, 18:43
Forum: SmartFoxBits for SFS 2X
Topic: Stack overflow from UserList and/or RoomList
Replies: 3
Views: 13231

Hi bax, thanks for your help. I fixed the problem, I think this is why it happened:

The stack overflow was caused by my extension having a ZoneJoinEventHandler, which is already handled by the smartfoxbits. However, I still need a LoginEventHandler. Anyways, it works now, so thanks!
by shaka
29 Sep 2011, 03:47
Forum: SmartFoxBits for SFS 2X
Topic: Stack overflow from UserList and/or RoomList
Replies: 3
Views: 13231

Stack overflow from UserList and/or RoomList

Hi all, I'm getting the same error as this topic http://www.smartfoxserver.com/forums/viewtopic.php?t=7600 , only that it's in SFS2X Bits. This hasn't happened when I didn't use custom login - now that I've implemented custom login in my app, my scene which contains ChatBox, RoomList, and UserList s...
by shaka
19 Sep 2011, 17:18
Forum: SFS2X Questions
Topic: Extension-based login using smartfoxbits loginbox?
Replies: 1
Views: 3780

Extension-based login using smartfoxbits loginbox?

Hey all, I'm currently using the LoginBox for login (no password needed). I want to make custom login for my players. I've already set up my database and connected it to smartfox successfully, but I'm a bit confused on how to start making the custom login. Firstly, I'm a bit concerned of using the b...
by shaka
07 Sep 2011, 03:54
Forum: SFS2X Questions
Topic: Computer controlled player
Replies: 9
Views: 14000

Hey key,

Thanks for your pointers, I'll struggle with this now~
by shaka
05 Sep 2011, 17:33
Forum: SFS2X Questions
Topic: Computer controlled player
Replies: 9
Views: 14000

Hey key, thanks for your reply! I totally didn't think of simply integrating the AI into the extension. I think I know what I need to do now :D @clientside AI - Information about characters' actions are stored and processed on the server - the client just displays the actions. It's done this way bec...
by shaka
05 Sep 2011, 04:45
Forum: SFS2X Questions
Topic: Computer controlled player
Replies: 9
Views: 14000

I'd prefer things if it was serverside.
by shaka
04 Sep 2011, 01:36
Forum: SFS2X Questions
Topic: Computer controlled player
Replies: 9
Views: 14000

Computer controlled player

Hi everyone, I currently have a game that can be played multiplayer. I'd like to let players be able to play against a computer-controlled opponent, but am not really sure how to do it. I've learned that there are pretty much two ways to do it: createNPC or make a room extension. However, I'm not re...
by shaka
30 Aug 2011, 19:37
Forum: SFS2X Questions
Topic: [Solved] Doubled messages in debug mode
Replies: 5
Views: 8496

Thanks mente, I removed ConsoleAppender and the doubled messages stopped appearing.
by shaka
29 Aug 2011, 23:06
Forum: SFS2X Questions
Topic: [Solved] Doubled messages in debug mode
Replies: 5
Views: 8496

Hi, does anyone have a solution to this problem or have ran into it? This happens when I run the smartfox standalone as well.
by shaka
24 Aug 2011, 00:35
Forum: SFS2X Questions
Topic: Amazon's SimpleDB for custom login?
Replies: 19
Views: 25070

hum.. Sorry, i cant help much further as my sfs simply closes after getting some error that isn.t logged (maybe because i dont have an aws server). Maybe if we could do teamviewer or something like that, i could try to help. No problem, thanks for all your effort and help! However, if you're motiva...
by shaka
23 Aug 2011, 17:45
Forum: SFS2X Questions
Topic: Amazon's SimpleDB for custom login?
Replies: 19
Views: 25070

This is interesting. When i added simple jdbc to the lib of my sfs2x, i started getting double logs, so i got, for example, 2 times the SFS2x Ready message :lol: BTW, when i opened the simple jdbc tar.gz file, i found that it has all the dependencies in the lib folder, so maybe you should add all o...
by shaka
23 Aug 2011, 03:12
Forum: SFS2X Questions
Topic: Amazon's SimpleDB for custom login?
Replies: 19
Views: 25070

I'm still stuck on this. Can anyone help me please? Right now, my zone's database manager has: <databaseManager active="true"> <driverName>com.beacon50.jdbc.aws.SimpleDBDriver</driverName> <connectionString>jdbc:simpledb://sdb.amazonaws.com</connectionString> <userName>(amazon access k...

Go to advanced search