Search found 19 matches

by jah2488
31 May 2009, 23:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Problems with Editing the Config.xml file
Replies: 4
Views: 7450

Problems with Editing the Config.xml file

I have SFSPRO 1.6.6 and i've had no problem up to now with SFS other than some syntax errors on my side. Recently i've decided to add my account to the <Mailer> node I then tried to add my own custom <zone> I have also tried to setup the <database manager> in my zone and in the dbZone. All of those ...
by jah2488
31 May 2009, 16:25
Forum: Server Side Extension Development
Topic: [TUTORIAL] Debug Smartfox at runtime
Replies: 32
Views: 135054

hrmm i've been using Eclipse for all my editing thus far (Actually i'm using Flex Builder 3, but its the same thing) and I have just added the entire Java library so i can edit my SSEs in Flex as well, but I am having a lot of trouble trying to add the actual java source files for Flex into my docum...
by jah2488
30 May 2009, 22:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Custom Log4j logger problem
Replies: 4
Views: 8087

Still no reply. Should I make things more clear? I have posted the question after searching the existing forums. Please help me with this. I state the problem again in brief: The Log4J does not work with wrapper. I wish I could help you out, but I really just dont know the answer. You might need to...
by jah2488
29 May 2009, 02:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: autoReconnect=true
Replies: 3
Views: 6209

hrmm this bring up an interesting design question when it comes to programming persistent worlds. Does the SQLDB connection stay active as long as the player is logged in and should be just pinged and updated regularly and then the connection closed when the user logs off... or should the DB connect...
by jah2488
29 May 2009, 02:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to create sql backup of h2 database BuddyList 2.0
Replies: 10
Views: 17936

hrmm, this is all very interesting. I have been very excited about the H2 DB functionality in SMSPro and was intending to implement it this weekend, but if I will simply be changing to MYSQL later on in development I may opt to do that now and forgo the migration hassle. Is there any reason everyone...
by jah2488
29 May 2009, 02:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: 25 message per second
Replies: 10
Views: 12975

although I am far from an expert on this, I can only imagine that it is just an immense load on the servers. Hrmm, my thoughts would be along the lines of Gnoll's Try writing a SSE to do the process (if you havn't already) and ensure all the info being sent is in raw text format and not in XML, that...
by jah2488
22 May 2009, 16:15
Forum: Server Side Extension Development
Topic: { NEW } The Java Extensions CookBook
Replies: 27
Views: 85178

Thanks again for the info, I'd best get used to Java then :P

hrmm.. although I suppose I could use python, i do know more of that then Java, but then again Java/AS3 are very similar. Stupid decisions...
by jah2488
22 May 2009, 02:59
Forum: Server Side Extension Development
Topic: { NEW } The Java Extensions CookBook
Replies: 27
Views: 85178

does the new sfsPRO still not allow AS3 Server Side?
by jah2488
16 May 2009, 17:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Recreation of the Examples in AS3 and in Flex?
Replies: 0
Views: 3881

Recreation of the Examples in AS3 and in Flex?

I know this maybe a stretch, but has anyone done a remake or adaptation of the AS2 Examples for SFS (BASIC and PRO) using Flex and AS3? I'm trying to do it myself, but as I am new to AS in general and have only been exposed to AS3 and the Flex Framework I get lossed easily going through the differen...
by jah2488
11 May 2009, 19:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Dynamic Scrolling Map with User location
Replies: 3
Views: 6414

I hate to just be giving this a "bump" but I would like to get some more input from the other geniuses on the forums :D What I am thinking now is that when I establish/initialize the map I should assign a unique user ID to each Tile, and that way it will be easy to send exactly where each ...
by jah2488
11 May 2009, 01:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Dynamic Scrolling Map with User location
Replies: 3
Views: 6414

Ok, so to keep stationary you are doing something like map.x -= 1 rather than user.x += 1, Either you could send the map.x & map.y and use the negative of this as the users location, or to make it easier to code have a X&Y variable on the user (Not their actual position but theoretical, and...
by jah2488
11 May 2009, 01:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Dynamic Scrolling Map with User location
Replies: 3
Views: 6414

Dynamic Scrolling Map with User location

Hello, I have more of a theoretical question than an actual coding problem, but it is sure to become one soon. It also is probably a mixture of AS3 practice along with SFS API.... What would be the best way to go about establishing the connection between user position on the client and then back aga...
by jah2488
09 May 2009, 22:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Building MMO Virtual Worlds
Replies: 10
Views: 28949

I didn't realize this MMO guide was soo old. I was hoping for an update soon, lol, just wishful thinking I guess, its great as is. :lol:
by jah2488
05 May 2009, 17:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Help // Example Help // Syntax Errors
Replies: 8
Views: 10654

Its finally working, ahaha soo happy. Thanks again guys. Lets hope there are no more slip ups from here on.
by jah2488
05 May 2009, 17:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Help // Example Help // Syntax Errors
Replies: 8
Views: 10654

Why don't you simply start from our code? It seems you are just fighting against simple AS3 syntax errors. If you are not too familiar with AS3 take a look at the examples, they will put you on the right track. I had been, but even the example code given wasn't working correctly, I will try that ag...

Go to advanced search