Page 1 of 1

Features help

Posted: 18 Sep 2011, 18:02
by Buffy1011
Hey everyone!
I'm new to the sfs docs, so I have a few questions:
1) Is there any tutorials or basic lessons on how to make a inventory system?
2) Any tutorials on Mod Magic? - Whenever I try it, it doesn't work for some reason
3) How would I change rooms? Like, if I had a town shown when the user logs in, and when they go to a door or something, I'd want the room and the BG to change to the, say, drink shop or something.
Those are my main questions.
Thanks a lot! :)

Posted: 19 Sep 2011, 00:16
by BigFIsh
Sorry, but #1 is for you to figure out. I would recommend taking your time and study the excellent online tutorials as provided by the online documentation. Then you'll be able to figure it out. I had allowed myself two weeks studying the tutorials/examples before I became familiar with the system.

As for #2. No idea what Mod Magic is. If this is third party, we won't be able to help you on this.

As for #3. That's a pretty basic question which could have easily answered on your own after studying the tutorials.

Posted: 19 Sep 2011, 00:18
by Buffy1011
BigFIsh wrote:Sorry, but #1 is for you to figure out. I would recommend taking your time and study the excellent online tutorials as provided by the online documentation. Then you'll be able to figure it out. I had allowed myself two weeks studying the tutorials/examples before I became familiar with the system.

As for #2. No idea what Mod Magic is. If this is third party, we won't be able to help you on this.

As for #3. That's a pretty basic question which could have easily answered on your own after studying the tutorials.

Mod magic meaning, like, kicking/banning, and stuff like that.
Okay, but where would I look? I'm not sure where in it to look, which is why I asked.

Posted: 19 Sep 2011, 00:34
by BigFIsh
http://www.smartfoxserver.com/docs/

You'll need to interact with the database. This is covered in chapter 6 and 8. As for how to set up and interacting your database, you'll need to look elsewhere. I would recommend w3schools.com for basic SQL queries. As for sending the data to clients, use sendResponse method.

As for 'Mod Magic', search for 'Moderator' in the documentation's main page.

Posted: 19 Sep 2011, 00:35
by Buffy1011
BigFIsh wrote:http://www.smartfoxserver.com/docs/

You'll need to interact with the database. This is covered in chapter 6 and 8. As for how to set up and interacting your database, you'll need to look elsewhere. I would recommend w3schools.com for basic SQL queries. As for sending the data to clients, use sendResponse method.

As for 'Mod Magic', search for 'Moderator' in the documentation's main page.

Ah, okay. Thank you