Search found 17 matches

by pauloamorimbr
03 Jul 2012, 13:57
Forum: SFS2X Questions
Topic: Guide: Enable JSP in Jetty
Replies: 8
Views: 15037

Re: Guide: Enable JSP in Jetty

Now it doesn't work anymore....the link! :(
by pauloamorimbr
11 May 2012, 15:06
Forum: SFS2X Questions
Topic: Room broadcast from ZoneExtension
Replies: 3
Views: 5148

Re: Room broadcast from ZoneExtension

Hey, Bax...thanks....but, if I'm not mistaken, the send is only available inherited BaseClientRequestHandler, as you said, and I won't be able to use the function from other events from the server, like a timed process that ended or some new input on database. Do you know what I mean? I'd like to se...
by pauloamorimbr
11 May 2012, 01:10
Forum: SFS2X Questions
Topic: Room broadcast from ZoneExtension
Replies: 3
Views: 5148

Room broadcast from ZoneExtension

Hello. I have a need and just can't see how to solve it in a simple (and beautiful) way. I have a game room that needs to push information to the clients without depending on a user sending it. I was taking a look at all the options like sendAdminMessage, extensionResponse, etc...but none of them gi...
by pauloamorimbr
02 Jun 2011, 13:25
Forum: SFS2X Questions
Topic: multi db connection
Replies: 5
Views: 8296

Nevermind....i got my answer already on this topic:

viewtopic.php?p=46573&highlight=#46573

Thanks a lot!
by pauloamorimbr
02 Jun 2011, 12:58
Forum: SFS2X Questions
Topic: Game refresh best practice
Replies: 4
Views: 7097

Just for you to know, Gloryride said the same stuff I tried to in more developed way! But it DOES varies from game to game. Anyway, as a general rule you will ruin your network if you try to send every frame/animation/position/effect/whatever everytime through the net, so the commom sense (and some ...
by pauloamorimbr
02 Jun 2011, 12:45
Forum: SFS2X Questions
Topic: Best Practice on Server Side Variable Management
Replies: 6
Views: 9452

OMG!

I feel so dumb right now!
I've been looking for this "getParentExtension()" thing for some months already and never realized I could use it this way! Damn!

Thanks a ton udikantz! :D
by pauloamorimbr
01 Jun 2011, 18:07
Forum: SFS2X Questions
Topic: Best Practice on Server Side Variable Management
Replies: 6
Views: 9452

Well, sorry. Maybe I just missed some basics...but... Since I have a extension and I only get my code running when it's called by the whole SFS framework, all my logic is isolated on small classes and all my data is persisted on database....and I'm not sure it's the right thing to do. Lets compare t...
by pauloamorimbr
31 May 2011, 17:50
Forum: SFS2X Questions
Topic: IMPORTANT: Connection issues
Replies: 11
Views: 17378

Nope...I only have the errors I caused when trying to acces the DB. It returns to me a Null object where I should have a ResultSet. It makes me believe the connection with DB is having some problems. I'm guessing and trying to find out here if the DB server is going down during the night for any rea...
by pauloamorimbr
31 May 2011, 14:28
Forum: SFS2X Questions
Topic: Best Practice on Server Side Variable Management
Replies: 6
Views: 9452

So...what about server variables?

I mean...if I want to have a map on server memory and control the changes on it, or if I need to control the state of my game...not in a room, but on the whole server. How do I set/read some server/zone variable?
by pauloamorimbr
31 May 2011, 14:26
Forum: SFS2X Questions
Topic: Game refresh best practice
Replies: 4
Views: 7097

You should stick to sending only key information to other clients. Don't send it on a timer based event. Instead, send the information once you have a "new position" set to the character. This way you will reduce a lot the amount of data sent. Probably this will change a bit your logic, bu...
by pauloamorimbr
31 May 2011, 14:04
Forum: SFS2X Questions
Topic: IMPORTANT: Connection issues
Replies: 11
Views: 17378

Hey there. I'm having a issue here that may be connected to this one. I have a db connection set on Zone configuration. I start the server and everything goes well with no problem but after some time of inactivity - usually we see it happening on the next day morning - it looks like the db connectio...
by pauloamorimbr
31 May 2011, 13:58
Forum: SFS2X Questions
Topic: multi db connection
Replies: 5
Views: 8296

Hi there....I'm interested in this subject...

I've tried that, but I'm lost on how I can get acces to that DBManager later!

Can you give-me some light on that?
by pauloamorimbr
23 Feb 2011, 12:41
Forum: SFS2X ActionScript 3 API
Topic: Buddy State update
Replies: 2
Views: 5746

Oh, hey there, thanks for the answer! The enterframe stuff I'm using is for debugging only purposes, but it does show me that the variables are not changing. I will try listening to the events and making some tests too. If anyone has another info regarding this subject I'll be happy to hear! :) thanks
by pauloamorimbr
22 Feb 2011, 18:53
Forum: SFS2X ActionScript 3 API
Topic: Buddy State update
Replies: 2
Views: 5746

Buddy State update

Hi there all. I'm working on a friends list and started using the buddy list system. It all worked well for me until I tried to get online updates of buddy states. Server side: JAVA: Initializing buddy list Adding each friend (from a database) as TEMP FLASH: This runs on a ENTER_FRAME event... txtSt...
by pauloamorimbr
21 Dec 2010, 15:48
Forum: SFS2X Questions
Topic: Admintool not able to create new zones? :(
Replies: 9
Views: 11687

Same problem here!

Hey there! I've got the same problem. I created my zone and removed the other ones. I even connected sometimes, but when I created a second room into that zone it just stopped showing in the Zone Monitor listing, and my client says that the zone doesn't exist. Is there any bug on that? Any procedure...

Go to advanced search