Module API FAQ |
Mousechris « Censeur » 1382923500000
| 0 | ||
you could just line up all the maps for PX in a map rotation, extra work but gets the job done |
Sertankul 1382952960000
| | ||
[Modéré par Whiskypickle, raison : Spam] |
Legendlar « Citoyen » 1382954460000
| 0 | ||
So I was messing around with Lua having fun with an edited module code and I was curious if you can make objects spawned transparent? (I'd like to have some more fun with anti-spirit if possible) |
0 | ||
Legendlar a dit : tfm.exec.addShamanObject(Int objectId, Int xPosition, Int yPosition, Int angle, Int xSpeed, Int ySpeed, Boolean ghost) |
Cincle « Citoyen » 1382979060000
| 0 | ||
Blah,how to make lua bot? |
Beachking « Citoyen » 1382979180000
| 0 | ||
Cincle a dit : Yeah Idk if it was an actualy lua bot. Bush loaded a script throught the bot but Idk how. |
Cincle « Citoyen » 1382979300000
| 0 | ||
Beachking a dit : LIKE A HAXOR! (lol joking) |
Bloqenorte 1383003240000
| | ||
[Modéré par Katburger] |
Letmentaalis 1383004260000
| | ||
[Modéré par Katburger, raison : Spam] |
0 | ||
Beachking a dit : it wasn't really a bot even, he was playing for a while on that acc xD |
Denismose « Citoyen » 1383061980000
| 0 | ||
What are room for pokemon? sourse: cheese.formice album. |
Shamousey « Consul » 1383062220000
| 0 | ||
Denismose a dit : The Pokémon thing was just an image test when the image related functions were added to the Module API, there's no room for it. |
Letatsus « Citoyen » 1383068280000
| 0 | ||
What is the code to fly ? |
Hophipmice « Citoyen » 1383068280000
| 0 | ||
Letatsus a dit : a dit : . Next time ask for it here: Topic-462959 |
Siuker « Citoyen » 1383111660000
| 0 | ||
In motion,will tfm.exec.movePlayer() going to be improved? I barely learned this code by interest and I found that 1.your speed is not uniform velocity,it seems to have a speed of rune to push you at back.So when I press it madly,I can run faster than what it was supposed to be. Also, when I hit something that reduces speed,the speed back to normal. 2.it's not excuted immediately.Even 10 addition speed can hinder me from wj and I wj like dumb is it the purpose of hack prevent? |
Makinit « Citoyen » 1383127800000
| 0 | ||
Siuker a dit : You can set speeds to a specific value by using an offset argument of false: tfm.exec.movePlayer(name, 0, 0, true, vx, vy, false) Siuker a dit : Well, that's just physics doing what it's supposed to do. Siuker a dit : There will always be a delay in module actions because they run server-side. For example, a client sends a keypress to the server -> eventKeyboard is called which calls tfm.exec.movePlayer -> the server sends back an update of the player's speed to the clients. The delay depends on your ping. |
0 | ||
My friend who knows about lua said he was going to make a script. So pasted it into the chat and this was it: tfm.exec.movePlayer(String playername) Is this a valid function? -- tfm.exec...? He asked me what to add to find the necessary functions so he could make a script to teleport in the Tribe House. He knows a bit of Lua. |
0 | ||
Swirlfire a dit : This is the full function: a dit : |
Marliaaa « Citoyen » 1383321600000
| 0 | ||
how to make a minigame |
Makinit « Citoyen » 1383323760000
| 0 | ||
Marliaaa a dit : Look at the documentation and examples in this subforum and try stuff. |