• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TibiaGamesHub

czouski

Banned User
Joined
Nov 2, 2024
Messages
166
Solutions
1
Reaction score
64
Thread for discussion of Tibia Game Hub

About the hub: place where players can partake in minigames inside of tibia engine.

Today I decided to work on a version of fallguys.

I had an idea of doing infinite push delay so u can push players with like low latency and very fast
and it struck me that I can make fall guys version in the hub


here is example


player dies when steppin on lava the floor will eventually break as players step on it
players can also push each other.

I have few more gamemodes which im gonna explore
I want to make new games inside the engine which can be fun and not demanding of player constant grind 24/7




Push Guys - The tibia version of fall guys.
Players are put in arena where tiles break until lava.
players can push each other into the tiles that are lava and kill others!
there can be the rune presented in video in some instances e.g every 30 seconds player get one charge or something :D
 
Last edited:
I include part of the code for running lobby of game through out whole game state. if anybody has any questions or improvements let me know

-- Global Tables
PUSHGAME_WAITING = PUSHGAME_WAITING or {}
PUSHGAME_PLAYING = PUSHGAME_PLAYING or {}
PUSHGAME_LAST_WINNER = PUSHGAME_LAST_WINNER or nil


globals i am not sure if im still using them
 

Attachments

Back
Top