Welcome Message Help?

Bran

mediocre graphics artist
Mar 13, 2017
1,721
1,524
okay so basically, when you go onto French Hotels they have this welcome message when you load up the client and get teleported to their welcome room, i was wondering how you do it and added your own message on it? @ZaneyRetros
1p71kEa.png
 

Attachments

  • upload_2018-2-17_18-37-33.png
    upload_2018-2-17_18-37-33.png
    282 KB · Views: 42

Jerry

not rly active lol
Jul 8, 2013
1,956
522
What they did was created a new text file in their gamedata/habbopages folder via the SWF folder.

Then you put this code:
Code:
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));

in the TryAuthenticate bool function in your GameClient.cs file and it should show up when people log in.
 

Bran

mediocre graphics artist
Mar 13, 2017
1,721
1,524
What they did was created a new text file in their gamedata/habbopages folder via the SWF folder.

Then you put this code:
Code:
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));

in the TryAuthenticate bool function in your GameClient.cs file and it should show up when people log in.
thank you!!
 

Wolverine

Member
Aug 1, 2014
87
3
What they did was created a new text file in their gamedata/habbopages folder via the SWF folder.

Then you put this code:
Code:
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));

in the TryAuthenticate bool function in your GameClient.cs file and it should show up when people log in.
where do u define this? there must be more to the function.
You must be registered for see images attach
 

Rebel

Spilling the tea, can't you read?🍵
Dec 24, 2015
186
161
I couldn't get it to work on mine but I liked the idea of it so I made it with PHP instead. Cba for dealing with packets and all that mess hmu if you need help here how I did mine
a6c4ce4cf26609fe4264d38b30238a17.gif

7e52786a2e59220d9b4f1429bdb80962.gif
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
425
638
I couldn't get it to work on mine but I liked the idea of it so I made it with PHP instead. Cba for dealing with packets and all that mess hmu if you need help here how I did mine
a6c4ce4cf26609fe4264d38b30238a17.gif

7e52786a2e59220d9b4f1429bdb80962.gif
Let me get home and I'll create a thread detailing how to add it with the events, ext. It's good to see you found an alternative though.
 

Rebel

Spilling the tea, can't you read?🍵
Dec 24, 2015
186
161
Let me get home and I'll create a thread detailing how to add it with the events, ext. It's good to see you found an alternative though.
Thank you appreciate it and ayee I suck at C++ and doing stuff alone had to think of another way :(
 

Users who are viewing this thread

Top