Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

WibboEmulator + Client websocket engine

Newbie Spellweaver
Joined
Feb 7, 2014
Messages
55
Reaction score
9
Butterfly Emulator edit Kodamas - PRODUCTION-201705012204-567246680

Hello, i share my emulator which is an edit of Butterfly and Plusemu (Multi-language fr, en, br), has a roleplay mode activatable from the table roleplay.
With the client who integrates the websocket writes with typescript and scss (Use webpack)

ROLEPLAY : ( )

- Activation of the roleplay mode from the roleplay table (applies to all the apartments of the owner)
- Life bar (green)
- Energy bar (yellow)
- Money - Ammunition - Level
- Projectile system, weapons in melee and distance
- RP inventory system and RP item exchange
- Command :pan to shoot from a distance (sends a projectile)
- Command :cac x to hit hand-to-hand
- Command :givemoney x to transfer money to a player
- Bot PVP (roleplay_enemy table) (Team, Aggro, drop money or item, lifepoint, weapon cac and distance, and other)
- Purchase item RP and/or equipment
- Time system (1h = 24h) with day and night cycle (change of moodlights and color of the decor)

COMMAND :

- Command :superbot count (shows up x bot of your character)
- Command :dupliroom (duplique the room with Wired config, teleport, pet, bot)
- Command :mazo (luck game)
- Command :janken x (Rock paper scissors)
- Command :autofloor (remove the square without furniture)
- Command :maxfloor (Floor to 50x50)
- Command :hidewireds (makes visible or invisible the Wireds present in the room)
- Command :bot (transf bot)

FOOT :

- Old foot - New Foot :)oldfoot) the ball is quite similar to that of Habbo

WIREDS :

- almost all the Wireds fix
- Superwired effect and condition (a lot of functionality, RP also)

WEBSOCKET CLIENT :

- YoutubeTV (Show and edit)
- Alert and advertising tool
- New alert and game alert
- Roleplay fonctionnaly (Hud, Inventory, UseItem RP, Exchange item RP, Buy item RP)
- Notif alert
- User walking with keyboard or gamepad

SCREENSHOTS
- ( TvYoutube )
-
EcT3H6Q - WibboEmulator + Client websocket engine - RaGEZONE Forums
( Tool )
-
vXdMmeb - WibboEmulator + Client websocket engine - RaGEZONE Forums
( RP inventory, buy and use item RP )
-
4kPYFEf - WibboEmulator + Client websocket engine - RaGEZONE Forums
(PVP or Player vs bot shoot :pan )
- ( Game alert )
- ( Ball shoot )
- ( :superbot )

And many other things

Habbo.swf:
Pack SWF:
Client engine:
Emulator + db:
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jan 28, 2013
Messages
157
Reaction score
104
Awesome release! I hardly ever see any typescript projects on here. And besides that, I haven't seen a CMS that directly reads packets. My upcoming project has that, but I haven't seen anyone use something like that in production, nice work!
 
Newbie Spellweaver
Joined
Jan 16, 2016
Messages
11
Reaction score
0
I didn't really understand where to put the Client-Master...
 
Newbie Spellweaver
Joined
Mar 30, 2014
Messages
8
Reaction score
0
Hello Jason,
I tried to function the web socket but in vain, impossible for me without a tutorial from you,
I hope you can help us.
 
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
55
Reaction score
9
Hello Jason,
I tried to function the web socket but in vain, impossible for me without a tutorial from you,
I hope you can help us.

Hello, If you used https you need to create a websocket proxy with ngnix and cloudflare.




Code:
[COLOR=#212121]
[/COLOR]server {
    listen 2053 ssl;
    server_name _; 
    ssl_certificate /etc/nginx/ssl/nginx.crt;
    ssl_certificate_key /etc/nginx/ssl/nginx.key;
     location / {        
      proxy_pass http://IPemulator:527;
       proxy_http_version 1.1; 
       proxy_set_header Upgrade $http_upgrade; 
       proxy_set_header Connection "upgrade"; 
       proxy_set_header Host $host;
       proxy_connect_timeout 1d; 
       proxy_send_timeout 1d; 
       proxy_read_timeout 1d; 
   }
}[COLOR=#212121]
[/COLOR]


and reconfig /api/getssoticketweb.php

You also need to activate the hide extension .php or put the .php in build.js (getclientconfig, getclientdata, getssoticketweb)


In the client file (index.html) must also be added <script>var roomId = 0;</script>
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
55
Reaction score
9
Müşteri Websocket Engine için bir eğitim hazırladınız mı? Peki Api klasörü nerede?
Hangi cms kullanmalıyım lütfen yardım

Discord : Yavuz#9018
Here you have the base files (API folder + Client file) :
And you have a basic cms here :
 
Initiate Mage
Joined
May 8, 2019
Messages
3
Reaction score
0




I installed the system with the LikeCms and API files you gave.butwebsocket does not appear in the console and does not connect ws://myvdsipadress:527
Do we need to open a port? Please help me
Do we need to open a port? Please help me.
 
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
55
Reaction score
9
I installed the system with the LikeCms and API files you gave.butwebsocket does not appear in the console and does not connect ws://myvdsipadress:527
Do we need to open a port? Please help me
Do we need to open a port? Please help me.

Port 527 for websocket
"ws://" = no ssl,
"wss://" for ssl
 
Initiate Mage
Joined
May 8, 2019
Messages
3
Reaction score
0
Cannot connection websockets with revcms. I'm sure the connections are straight.LikeCMS connects, but when I enter the cliente it sends back to the index this is a problem. Also LikeCMS is in very poor condition. Please do a tutorial or suggest cms to work.



Wibbo comes to the console websocket connections. But my hotel does not come with revcms.
 
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
55
Reaction score
9
I'm really afraid how the authentication was performed on this.

It's just a test client, replaced $_GET['id'] by $_SESSION['id'] for example and there is no problem. It depends on the cms



Cannot connection websockets with revcms. I'm sure the connections are straight.LikeCMS connects, but when I enter the cliente it sends back to the index this is a problem. Also LikeCMS is in very poor condition. Please do a tutorial or suggest cms to work.



Wibbo comes to the console websocket connections. But my hotel does not come with revcms.

I would like to do a tutorial but I'm not very good at English and tutorial creation
 
Initiate Mage
Joined
May 8, 2019
Messages
3
Reaction score
0
It's just a test client, replaced $_GET['id'] by $_SESSION['id'] for example and there is no problem. It depends on the cms





I would like to do a tutorial but I'm not very good at English and tutorial creation



Language problem cannot be French. I think the problem can you please talk about the answer above
 
Newbie Spellweaver
Joined
Mar 30, 2014
Messages
8
Reaction score
0
Hi Jason,I allow myself to come back to ask for your help,
could you do a tutorial, even if he and not in English but at least we showed of a - z the creation,
because the without explanation it is impossible to make turn, add me on Discord to discuss it if you want.My discord is: dylan_brnd#9682
 
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
55
Reaction score
9
Hi Jason,I allow myself to come back to ask for your help,
could you do a tutorial, even if he and not in English but at least we showed of a - z the creation,
because the without explanation it is impossible to make turn, add me on Discord to discuss it if you want.My discord is: dylan_brnd#9682

Hi, yes I will try to make a pack all in one easier when I will have finished the update
 
Newbie Spellweaver
Joined
Mar 30, 2014
Messages
8
Reaction score
0
hi jason,
did you know when you would make this pack easier to use?
 
Back
Top