Search found 107 matches

by Menser
04 Dec 2007, 05:47
Forum: Server Side Extension Development
Topic: Problems entering non-default room
Replies: 6
Views: 9104

Heya-

Yea you make a good point there Lapo, though it would be nice if there was some mention of needing to use sendRoomList when using a custom login since i know it caused me HOURS of headaches until i realized the problem. It appears others have run into this as well.

_-Menser-_
by Menser
03 Dec 2007, 01:09
Forum: Server Side Extension Development
Topic: Problems entering non-default room
Replies: 6
Views: 9104

Heya- When using a custom login, you have to use the _server.sendRoomList() function after you use the _server.loginUser() function. Why? Cause smart fox doesn't allow you to join a room, until you have been sent the room list. Why doesnt it just send it for you? NO CLUE! Im betting if you did a bit...
by Menser
29 Nov 2007, 22:18
Forum: Server Side Extension Development
Topic: Need to access global variables for MMORPG
Replies: 10
Views: 20093

Heya- You dont need to compress everythin down to a single room, you just have to have all your code in a single zone extension. You can still use multiple rooms. For instance, You have room 1, which correlates to map 1. You have your zone extension load the map, and push it off into a room variable...
by Menser
29 Nov 2007, 15:10
Forum: Server Side Extension Development
Topic: Extension don't see when user leave room.
Replies: 4
Views: 7753

Heya- I could be wrong, but i dont actually ever see you leaving a room in the code you provide. Granted you join another room, which im guessing you are assuming will make you leave the previous one. This is not the case however, as i understand it you can be join to multiple rooms at once. SO all ...
by Menser
29 Nov 2007, 15:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: joinRoom command not working properly.
Replies: 4
Views: 7399

Heya-

THought i would chime in.

Yes Lapo is correct(of course), this means that if you are using a custom login, you will be unable to properly join rooms until you fir the sendRoomList function.

So if your using a custom login, that could be your problem to.

_-menser-_
by Menser
29 Nov 2007, 03:20
Forum: Server Side Extension Development
Topic: Need to access global variables for MMORPG
Replies: 10
Views: 20093

Heya- If you do it properly, you shouldn't have to loop through anymore people then you do already. You still make use of rooms. and you can access the rooms (And all its properties such as players) from the zone level. So you can send messages to specific rooms where only certain groups of people a...
by Menser
29 Nov 2007, 01:16
Forum: Server Side Extension Development
Topic: Need to access global variables for MMORPG
Replies: 10
Views: 20093

Heya- Sucks doesnt it? I ran into the same problem where i wanted various extensions to talk to each other. Guess what, its a no no pretty much. While the separation of everything into different extensions seems logical, it is actually less efficient when using smart fox. Why? 1) Extensions cant tal...
by Menser
29 Nov 2007, 00:51
Forum: Features Wish List
Topic: Some Ideas
Replies: 9
Views: 15552

Heya- SO i know its been awhile, but im ready to post my response, lol. Ok, so to cover my other two Suggestions. Saving of Dynamic Zones and Rooms: The reasons i think this should be included in the server itself, and not something that people do themselves through a DB are Centralization, and Simp...
by Menser
29 Nov 2007, 00:37
Forum: Features Wish List
Topic: Reference Guide - Functions list
Replies: 2
Views: 7163

Heya- Maybe i smoked crack this morning, maybe i didnt smoke enough, but isnt what your asking for basically the documentation that is included when you download the server? Im sure there are a few things that are missing from it (such as the dynamic zone creation), but for the most part its all rig...
by Menser
19 Nov 2007, 15:00
Forum: Server Side Extension Development
Topic: extension architecture
Replies: 4
Views: 7672

Hello-

You can still do what you want. Simply make use of Intervals. This will allow you to execute a function ever X amount of time.

_-Menser-_
by Menser
16 Nov 2007, 16:32
Forum: Features Wish List
Topic: Some Ideas
Replies: 9
Views: 15552

Hey Lapo- Thanks for responding. I did not realize that you could do #include for actionscript, i kept trying to import (filename). Im also looking forward to some documentation on dynamic creation of zones , glad to hear that is already in. As for my other two suggestions, im about to leave for wor...
by Menser
15 Nov 2007, 09:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Changing the name displayed in the chat room list...
Replies: 9
Views: 13286

Hey JC- Ok, if i understand what your saying. You want two people to log in with the same name, well call it Bob. So user 1 logs in as Bob and user2 logs in as Bob. That what you want so far? If so, im not sure if SmartFox will let you do that or not, havent test it. BUT if it does, then YES you can...
by Menser
15 Nov 2007, 09:31
Forum: Features Wish List
Topic: Persistent Dyanmic Rooms comes true!
Replies: 7
Views: 15191

variables and function to copy to your other extensions. var defMaxUser = 50; var defMaxSpec = 5; function newCreateRoom(rName, rPass, rGame, rMaxU, rMaxS, sUpdate, bEvt, rxName, rxClass) { var roomObj = {} if ((rName == null) || (rName == ""))...
by Menser
15 Nov 2007, 09:29
Forum: Features Wish List
Topic: Persistent Dyanmic Rooms comes true!
Replies: 7
Views: 15191

DynRooms.as /************************************************************************* * Created By: Menser * Date: Nov 15th, 2007 * Email S t r i k e B a c k S t u d i o s @ g m a i l . c o m (without all the spaces) * Aim: CyphonWork * * Requires: SmartFox Server 1.4.5 or higher * * Purpos...
by Menser
15 Nov 2007, 09:28
Forum: Features Wish List
Topic: Persistent Dyanmic Rooms comes true!
Replies: 7
Views: 15191

Persistent Dyanmic Rooms comes true!

Hey Everyone- So since a few others seemed interested in dynamic rooms that persist over server reboots, and i don't like waiting for things, i decided to write a little code to do just that. THis seemed like a good place to put it. There is two parts. The first is a a zone extension that handles th...

Go to advanced search