Search found 100 matches

by Tree Line 1
13 Dec 2010, 18:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Ban Extention setup
Replies: 2
Views: 4510

Ban Extention setup

Hey guys I have figured out the ban and kick code for my game, but i need an extention for it. I got an extention and tried to set it up. This is what i have done: I went to "Server" "Config" and then i scrolled down a bit untill i found the extention part. Then i added this code...
by Tree Line 1
25 Nov 2010, 06:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extention help?
Replies: 9
Views: 10519

By "advanced login," if you mean custom login, they have a tutorial for that as well. 8.13 Or if you mean secure login, they have a tutorial for that too. 8.9 Or, if you want to use an extension as a custom login they have a tutorial for that as well. 8.5 Ok... I give up. I just wanna kno...
by Tree Line 1
25 Nov 2010, 05:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extention help?
Replies: 9
Views: 10519

coolboy714cp wrote:An extension actually isn't required to do this. The SmartFoxServer Docs (Chapter 8.12) have a tutorial on how to insert buddy list 1.0 into a chat. :P


Ok. How bout something like advanced login. Or any extentions
by Tree Line 1
25 Nov 2010, 05:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extention help?
Replies: 9
Views: 10519

coolboy714cp wrote:An extension has to be called from the client to handle buddy functions. What exactly are you wanting to do?


What i want to do is add buddies, and maybe a couple of others as i go along :P
by Tree Line 1
25 Nov 2010, 05:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extention help?
Replies: 9
Views: 10519

In your config.xml file, find these tags: <Extensions> <Extension name="ext" classname="lobbyExtension.as" type="script" /> </Extensions> That was copied and pasted off of the SmartFoxServer Docs. Anyway, after you find the <Extensions></Extensions> tags, add this line...
by Tree Line 1
25 Nov 2010, 05:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extention help?
Replies: 9
Views: 10519

Extention help?

Hey guys.

With my avatar chat i want some extentions in it. Like login buddies ect. But i dont know how to. I have read the docs on how to add extentions but that didn't help.

Please don't say to learn Actionscript or anything please just answer my question.

Thanks
by Tree Line 1
13 Nov 2010, 23:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Invintories/buying items
Replies: 4
Views: 6306

So you guys are just saying its going to be hard...
by Tree Line 1
13 Nov 2010, 21:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Invintories/buying items
Replies: 4
Views: 6306

Invintories/buying items

Hey its me again

With my MMO virtual world, i want to have invintories, or even just buying items. Can someone tell me how to do this please?
So when someone buys something or picks it up, it either gets added to their invintory or gets added to their player. A tut would be nice, with code
by Tree Line 1
13 Nov 2010, 20:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Loading name on Playercard?
Replies: 5
Views: 8252

rjgtav wrote:you could use the name that is already in the avatar mc


In my avatarchat theres nothing in the avatarMC?
by Tree Line 1
13 Nov 2010, 20:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Playercards
Replies: 6
Views: 8989

rjgtav wrote:
It was because he already asked many things that were already answered and i already told him to use the search function before


I already used it. I found some things BUT i dont get it much!
by Tree Line 1
13 Nov 2010, 18:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Playercards
Replies: 6
Views: 8989

Dyl89cp wrote:
rjgtav wrote:please use the SEARCH FUNCTION in the forums. This has already been ANSWERED.

-> viewtopic.php?t=8588&highlight=playercard



No reason to be rude, he was just asking.


Thanks for supporting me :)
by Tree Line 1
13 Nov 2010, 18:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Loading name on Playercard?
Replies: 5
Views: 8252

I would like to know this aswell. Can anyone help us?
by Tree Line 1
12 Nov 2010, 18:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Actions
Replies: 5
Views: 8296

mrnothersan wrote:Thats for openspace. You are not using that so it won't work.


Oh, so i cant do that on avatar chat?
by Tree Line 1
12 Nov 2010, 18:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Emotes
Replies: 13
Views: 17729

One way could be to have the button send a public message to the server like ": )" and basically just have the client handle that as a special case. Instead of adding that message to the chat window, you would have the client do something else - like play an animation on the avatar of the...
by Tree Line 1
12 Nov 2010, 03:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Emotes
Replies: 13
Views: 17729

ext0sus wrote:

Code: Select all

if(msg == "pie"){
gotoAndStop(22);
}


You need to close the if-statement with a }


I get this... But i made it so you had to say something like : ) for a smiley face to come up. How will i make it so when you click a button it comes??

Go to advanced search