Author Topic: DD System V2.65 - Chat and Place types - ?RIP LOL?  (Read 20302 times)

Everyone got disconnected when I updated the server.
Now you may only chat once every two seconds.

Note that my Host Name joinGUI modification does not work properly with this add-on.
Neither does the search bar...unless that's what it is...

Neither does the search bar...unless that's what it is...
Well I suppose the idea of this mod would be to make something like that not necessary.
Now you could organize places by their type.
(if more people used the mod)




I feel special.

I was selected in the snapshot.

The next version, V2.5 , which should be coming out later today should add:

Welcome message back, it accidently got disabled when back around V1.7 $SSDD::pref::showwelcome turned into $SSDD:c:pref::showwelcome
A help button and gui.
The ability to use /query to get the what version of the mod other uses are using. (obvious for people with 2.5 and above only)
Other bug fixes.
More moderator commands and support for more moderators than myself.

Haha wow

You're an idiot
Say what you want your just jealous :)
« Last Edit: July 18, 2010, 06:01:06 PM by DoctorPwn »

Say what you want your just jealous :)
You're now a moderator.
The second one including me.
There are only two moderator command at the moment.
They are /shout and /announce commands.
The shout is blue text the announce is red.
Later on there will be a /kick command that kicks and adds a short ban and possibly others.

Nice!, but i don't like that only users who have downloaded this mod can only chat with them on this mod..

Nice!, but i don't like that only users who have downloaded this mod can only chat with them on this mod..
Ya but it's kinda obvious that you'd need the mod to chat, right?


Also here is the place types code, which is my latest in a series of attempts to get it to work, I think I have finally succeeded:

Code: [Select]
$SSDD::var::placetype = "UND";
$SSDD::var::ptconnected = false;
$SSDD::var::placetypestable = false;

new TCPObject(DDSTS);


function PreparePlaceType()
{
if(!isObject(DDSTS))
{
echo("SYJDD Making new object.");
new TCPObject(DDSTS);
}

DDSTS.connect("66.240.176.166:4526");
}

function serverCmdchangeservertype(%client,%type)
{
if(strlen(%type) < 4)
{
$SSDD::var::placetypestable = false;
$SSDD::var::placetype = %type;
PreparePlaceType();
messageall('',"Attempting to change place type.");
}
else
messageclient(%client,'',"Place types must be less than 4 characters long.");
}

schedule(1000,0,PreparePlaceType);


function DDSTS::onConnected(%this)
{
DDSTS.send("SYJ SVT "@$SSDD::var::placetype@"|");
$SSDD::var::ptconnected = true;
messageall('',"Connect to place types server.");
}



function DDSTS::onLine(%this,%line)
{
if(getsubstr(%line,0,7) $= "SYJ REV")
{
messageall('',"Place type changed to "@$SSDD::var::placetype);
DDSTS.disconnect();
$SSDD::var::placetypestable = true;
}
}




function DDSTS::onDisconnect(%this)
{
$SSDD::var::ptconnected = false;
}






Nice!, but i don't like that only users who have downloaded this mod can only chat with them on this mod..
You have to download rtb to chat on irc don't you?

You're now a moderator.
The second one including me.
There are only two moderator command at the moment.
They are /shout and /announce commands.
The shout is blue text the announce is red.
Later on there will be a /kick command that kicks and adds a short ban and possibly others.
Thank you,i will not abuse i promise just give me the rules.


Does anyone mind if i sign my post here?

Version 2.6 will change the colors of the names of moderators in the users list to blue among other things. It will also add a separate sound for when you get a PM that you can enable and disable.