![]() |
![]() ![]() « Citoyen » 1615750320000
| 0 | ||
how add random maps ? i try map rotation but it's not working |
![]() ![]() « Consul » 1615786200000
| 0 | ||
Haytam a dit : Code Lua 1 tfm.exec.newGame("#17") for example this will open racing maps randomly |
![]() ![]() « Citoyen » 1615921680000
| 0 | ||
thanks you but not that what I'm looking for i have a list of map i want it to run random that way when i try map rotation nothing really happen |
![]() ![]() « Citoyen » 1616054760000
| 0 | ||
Hi friends I have question After adding conjuration, can I get its properties? Like coordinates. I want to make minigame where we must click on spawning conjurates but I don't know how to get its coords, without writing it all static. |
![]() ![]() « Citoyen » 1617188760000
| 0 | ||
I want script that makes by command "!start" random player is killer but other players can't see this. Killer can pressing spac kill player near to him but can't kill shaman. Sorry for bad english, but i am from Poland. |
![]() ![]() « Censeur » 1617210120000
| 1 | ||
Haytam a dit : You might be looking for something like this Liberrate a dit : There is no way to access conjuration properties through the tfm.get tree. But you can do this simple thing :P Code Lua 1 2 3 4 5 6 7 local conjurations = {} -- this is basically the table that stores all the conjuration coordinates. Dernière modification le 1618377420000 |
0 | ||
King_seniru a dit : this will crash, because you're attempting to access a table in eventMouse that doesn't exist :P |
![]() ![]() « Citoyen » 1617541620000
| 0 | ||
King_seniru a dit : that what i'm trying to say i try [Module API] [Tutorial] Map Rotation but it's not working |
![]() ![]() « Citoyen » 1618848720000
| 0 | ||
how can I get nearest player name(playerB) next to playerA(selected mouse)? |
0 | ||
can anybody give me a script to freeze anybody with me in the tribe house if i writed his name? |
![]() ![]() « Censeur » 1619022960000
| 1 | ||
Haytam a dit : What is not working exactly? Did you try to follow up the tutorial Adasmusio123 a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 function dist(x1, y1, x2, y2) Kaido a dit : Code Lua 1 2 3 4 5 6 7 function eventChatMessage(name, message) |
![]() ![]() « Citoyen » 1619515740000
| 0 | ||
Does anyone know how to start code by clicking the image? (I solve it with friend, in front of the picture must be text area with space and event) Dernière modification le 1619535420000 |
![]() ![]() « Citoyen » 1623872460000
| 1 | ||
Can I set map by XML in lua, without tfm.exec.newGame()? When someone enters tribe house, he is not on map when map was loaded by tfm.exec.newGame(). How can I fix it? edit: OK, I just added respawnPlayer() method after newGame(). Dernière modification le 1623877680000 |
![]() ![]() « Consul » 1627011540000
| 1 | ||
perhaps a game show? any is fine |
![]() ![]() « Citoyen » 1630236600000
| 0 | ||
there any scirpt for four in a row minigame ؟ |
![]() ![]() « Consul » 1630505700000
| 0 | ||
is there a script for like, calculating masses of certain items like cannons or stuff |
![]() ![]() « Censeur » 1643817660000
| 0 | ||
Yahyabe1 a dit : Really late, but yes there is one here by Ninguem#0095 Meowie a dit : Not really sure why you need this, but here is a list of masses of all the shaman items. The same wiki might have the masses for stuff like mice and shamans too. |
![]() ![]() « Censeur » 1644351840000
| 0 | ||
i can use this in the tribe? tfm.get.room.playerList["Wizardamani#6277"] look : 1;0,0,0,0,0,0,0,0,0 and how? idk how pls help : ) |
0 | ||
A script when we press space near something Starts a dialog table |
![]() ![]() « Censeur » 1645026420000
| 0 | ||
Wizardamani0 a dit : https://atelier801.com/topic?f=6&t=781139&p=19#m363 G484 a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 math.pythag = function(x1, y1, x2, y2) Dernière modification le 1645026600000 |