-
[ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Howdy,
I coded this simple welcome message for the 2nd version of ION and thats the Deltar server.
Also I know how simple this is, such as 1+1 xD
Why I did this?
Well because a beginner at C# also to contribute! :)
Download the framework (https://workspace.activestate.com/svn/iondeltar) and open this file:
/Configuration/ConfigurationModule.cs
Add this BEFORE "public string GetValue(string sKey)":
Code:
public bool GetBoolean(string sKey)
{
if (!mContent.ContainsKey(sKey))
return false;
return mContent[sKey] == "1";
}
Also go into /HabboHotel/Client/GameClient.cs and add this BEFORE " // Register handlers":
Code:
//This uses an IF statement and checks if it is enabled....
if (IonEnvironment.GetConfiguration().GetBoolean("projects.habbo.server.welcomemessage.enabled"))
{
mMessageHandler.GetResponse().Initialize(139); // "BK"
mMessageHandler.GetResponse().Append(IonEnvironment.GetConfiguration().GetValue("projects.habbo.server.welcomemessage.message"));
mMessageHandler.SendResponse();
}
Finally! Go into /bin/(server compiled)/settings and add this at the end:
Code:
# Welcome Message #
projects.habbo.server.welcomemessage.enabled=1
projects.habbo.server.welcomemessage.message=Welcome to ION r56+
Output:
http://img526.imageshack.us/img526/8...omemessage.png
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Yeah, thanks guy !
Worked 100%
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Nice Thanks guyy im using this now works great
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Woo hoo? I'm pretty sure Ash posted this exact tutorial when Hybrid-Core was still around and focused on Ion/Deltar.
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Quote:
Originally Posted by
paulo594
TROJAN ..
Thx Nillus :S
Lmao, you must have an fucked up virusscanner cuz there's no Trojan inside it dude >_>
Winterpartys, nice & easy release :P
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
where can i download ION/Deltar? I cant find it on google :S
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Hi Please Post Link download Server [ION/Deltar
Please . Thanks..
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Nice release alex ;P keep them badboys coming.
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
ION/Deltar is only a base fags, You'll need to code it into a real emulator yourself.
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
haha finally a alpha bitch
and awesome alex dont talk bullshit your not a beginner haha
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
It's nice to see some one trying in this section. Good contribution!
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Quote:
Originally Posted by
paulo594
TROJAN ..
Thx Nillus :S
i lol'd!
are you a retard? go through winterpartys' threads and see how much stuff he's released and how much is trusted.
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Thank you so much for all your wonderful support you guys,
Edited the thread of where to download ION:)
Get the client from uber or summat :)
---------- Post added at 12:51 AM ---------- Previous post was at 12:51 AM ----------
Edit: client.php
-
Re: [ION/Deltar, C#] Welcome Message, Enabled or Disabled Function
Hey MAN Thanks .. to Be Svn Ion Deltar..
Ion Deltar is Stabble?? .
Thanks !
Edit.
Crashed Link https://workspace.activestate.com/svn/iondeltar