×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Bugs
  • /
  • Unusual Bug (Click to find out more)
Unusual Bug (Click to find out more)
Xinaug
« Citoyen »
1384623840000
    • Xinaug#0000
    • Profil
    • Derniers messages
    • Tribu
#1
  0
So today I was derping in tribe house (I'm the only one there anyway) making gods with all sorts attached to an apple with a b anchor on it (part of my totem). I was also running some lua code for fun at the same time so while I was fooling around I noticed:


http://i.imgur.com/oZvoL8D.png
So as said, I checked to see if the number will go down, and it did everytime I spawned a box or a plank. Then when both ran out, they look like those skills that were already used up (like apples and such).

(And also I didn't check when the numbers appeared.)

The boxes, anvils and planks were still usable when you use hotkeys though.

I have never seen anything like it so yeah. Is it the lua code that was running?

Anyway, here's the lua code I was talking about:

a dit :
function eventNewPlayer(name)
tfm.exec.bindKeyboard(name,32,true,true)
end

for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end

function eventKeyboard(name,key,down,x,y)
if key==32 then
tfm.exec.movePlayer(name,0,0,true,0,-50,false)
end
end

function eventLoop()
tfm.exec.addShamanObject(tfm.enum.shamanObject.ball, math.random()*800, 30)
end


for name,player in pairs(tfm.get.room.playerList) do
system.bindMouse(name, true)
end

function eventMouse(name, x, y)
tfm.exec.addShamanObject(tfm.enum.shamanObject.littleBox, x, y, 0, 0, 0, false)
end

-- tfm.enums: http://kikoo.formice.com/doku.php?id=module_api_documentation#tfmenumshamanobject_package
-- exact enums: http://kikoo.formice.com/doku.php?id=enums#objects_anchors


function eventEmotePlayed(playerName,emote)
if emote==3 then
tfm.exec.giveCheese(playerName)
end
end

-- emote IDs: http://kikoo.formice.com/doku.php?id=enums#emoticons

for name,player in pairs(tfm.get.room.playerList) do
tfm.exec.giveMeep(name)
end


for name,player in pairs(tfm.get.room.playerList) do
system.bindMouse(name, true)
end

function eventMouse(name, x, y)
tfm.exec.movePlayer(name, x, y, false, 0, 1, false)
end

tfm.exec.disableAutoNewGame(true)
tfm.exec.setGameTime(0)

function eventPlayerDied (playername)
tfm.exec.respawnPlayer (playername)
end
Xanmeow
« Citoyen »
1384656600000
    • Xanmeow#0000
    • Profil
    • Derniers messages
    • Tribu
#2
  0
no im pretty sure it is know from the map 69 bug
Xinaug
« Citoyen »
1384659300000
    • Xinaug#0000
    • Profil
    • Derniers messages
    • Tribu
#3
  0
Xanmeow a dit :
no im pretty sure it is know from the map 69 bug

Map 69? But I was in Map 0 all this while when derping about @_@
Hixed
« Citoyen »
1384671480000
    • Hixed#0000
    • Profil
    • Derniers messages
    • Tribu
#4
  0
Xanmeow a dit :
no im pretty sure it is know from the map 69 bug

There aren't any cannons in map 69. Along with the other items.
Anyways, doesn't this happen with arrows too when using hotkeys? I think that might be the problem.
Xinaug
« Citoyen »
1384685820000
    • Xinaug#0000
    • Profil
    • Derniers messages
    • Tribu
#5
  0
Hixed a dit :
There aren't any cannons in map 69. Along with the other items.
Anyways, doesn't this happen with arrows too when using hotkeys? I think that might be the problem.

I dunno lol, I was using the hotkeys while making gods with planks, boxes, anvils and many other things
Tailtong
« Citoyen »
1384687560000
    • Tailtong#0000
    • Profil
    • Derniers messages
    • Tribu
#6
  0
Tig probably recoded all the shaman items and made them limited (which is your bug), should've probably been for some shaman skills though.
Crystaliluv
« Citoyen »
1384750680000
    • Crystaliluv#0000
    • Profil
    • Derniers messages
    • Tribu
#7
  0
If you restarted the tribe house, would it still be like that?
Xinaug
« Citoyen »
1384784760000
    • Xinaug#0000
    • Profil
    • Derniers messages
    • Tribu
#8
  0
Tailtong a dit :
Tig probably recoded all the shaman items and made them limited (which is your bug), should've probably been for some shaman skills though.

I know <_>

Crystaliluv a dit :
If you restarted the tribe house, would it still be like that?

I didn't restart the tribe house; after all I'm sure i won't get this bug again >_> plus im on Map 0, the code allows me to respawn and the timer is always at 0:00 as part of the code
Mikuhl
« Citoyen »
1384821840000
    • Mikuhl#3311
    • Profil
    • Derniers messages
    • Tribu
#9
  0
I believe there is a certain limit of objects you can spawn, but due to another bug, you can just spawn more using the hotkeys.
Xinaug
« Citoyen »
1384839540000
    • Xinaug#0000
    • Profil
    • Derniers messages
    • Tribu
#10
  0
Jaackster a dit :
I believe there is a certain limit of objects you can spawn, but due to another bug, you can just spawn more using the hotkeys.

Hmmm... Yeah I did spawn LOTS of anvils and planks and boxes with the hotkeys XD
  • Forums
  • /
  • Transformice
  • /
  • Bugs
  • /
  • Unusual Bug (Click to find out more)
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27