Tópico de Dúvidas |
Stheblindd « Citoyen » 1403391960000
| 0 | ||
Bolodefchoco a dit : Você nem criou a parte de trocar de mapa. Mesma coisa que ter um carro sem motor e não saber porque não anda. Dernière modification le 1403392140000 |
Robonado « Citoyen » 1403392140000
| 0 | ||
Bolodefchoco a dit : você usou o disableAutoNewGame... |
+Thogabriel « Citoyen » 1403398320000
| 0 | ||
Ta aqui o script, eu sou um cara legal, diferente desses chatos ^ tfm.exec.disableAutoNewGame(true); mapas={"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"} function nextRound() tfm.exec.newGame(mapas[math.random(#mapas)]); end function eventNewGame() vivo=0 for name,player in pairs(tfm.get.room.playerList) do vivo=vivo+1 end end function eventPlayerDied(name) vivo=vivo-1 end function eventPlayerWon(name) vivo=vivo-1 end function eventLoop(tempoPassado, tempoFaltando) if vivo == 0 or tempoFaltando < 1000 then nextRound(); end end nextRound(); Robonado a dit : sabe de nada inocente Dernière modification le 1403398380000 |
Bolodefchoco « Sénateur » 1403400120000
| 0 | ||
Vlw, eu perdi tudo depois do reset ;-; Dernière modification le 1403400900000 |
+Thogabriel « Citoyen » 1403400480000
| 0 | ||
Bolodefchoco a dit : denada |
Bolodefchoco « Sénateur » 1403400960000
| 0 | ||
Ainda continua com o Bug do tempo acabar e não prosseguir com nada, nem bug nem nada... Vejam o script admin=("Bolodefchoco") tfm.exec.disableAutoNewGame(true) maps=[["@120806"],["@126092"],["@131444"],["@151712"],["@155582"],["@155982"],["@156966"],["@158280"],["@159709"],["@164663"],["@165741"],["@166138"],["@168872"],["@169710"],["@171093"],["@171097"],["@172357"],["@173231"],["@179968"],["@182878"],["@183705"],["@183740"],["@183760"],["@186482"],["@187059"],["@187088"],["@188821"],["@199112"],["@199265"],["@200017"],["@213781"],["@215312"],["@219032"],["@234373"],["@239860"],["@239941"],["@245354"],["@249255"],["@250889"],["@251052"],["@273581"],["@308787"],["@317521"],["@326777"],["@348365"],["@355562"],["@357214"],["@357644"],["@360778"],["@364544"],["@364688"],["@365734"],["@367747"],["@371007"],["@379805"],["@382841"],["@384181"],["@392150"],["@398828"],["@404226"],["@413242"],["@416324"],["@420875"],["@421185"],["@421195"],["@423670"],["@426398"],["@427273"],["@431506"],["@433332"],["@436128"],["@437313"],["@438271"],["@442098"],["@444118"],["@452653"],["@452773"],["@453948"],["@455820"],["@458677"],["@460646"],["@461925"],["@467799"],["@470160"],["@474113"],["@474477"],["@484159"],["@490175"],["@497021"],["@500471"],["@504166"],["@504567"],["@509320"],["@515250"],["@517344"],["@524924"],["@528954"],["@576319"],["@576456"],["@584430"],["@598394"],["@607131"],["@617225"],["@743739"],["@772825"],["@773147"],["@776051"],["@798052"],["@812808"],["@853788"],["@901990"],["@909734"],["@923878"],["@953233"],["@1031070"],["@1061308"],["@1124454"],["@1139501"],["@1150596"],["@1193841"],["@1196336"],["@1233889"],["@1341479"],["@1346981"],["@1347532"],["@1360297"],["@1372143"],["@1377965"],["@1381446"],["@1400684"],["@1406626"],["@1476450"],["@1510908"],["@1519938"],["@1570590"],["@1584280"],["@1596859"],["@1615397"],["@1622242"],["@1641473"],["@1655360"],["@1696123"],["@1697034"],["@1728174"],["@1732919"],["@1752164"],["@1754420"],["@1796428"],["@1836964"],["@1845748"],["@1871593"],["@1900914"],["@1927549"],["@1937184"],["@1964128"],["@1965721"],["@2087280"],["@2104751"],["@2113338"],["@2151169"],["@2199656"],["@2406202"],["@2417669"],["@2462668"],["@2465963"],["@2577135"],["@2579134"],["@2587007"],["@2597411"],["@2630179"],["@2645143"],["@2661109"],["@2668819"],["@2693292"],["@2703778"],["@2722183"],["@2782301"],["@2847459"],["@2905546"],["@2907925"],["@2915515"],["@2927599"],["@2932610"],["@2957283"],["@2957682"],["@3008334"],["@3016804"],["@3017381"],["@3024969"],["@3028325"],["@3043400"],["@3047886"],["@3049560"],["@3060750"],["@3097109"],["@3112222"],["@3147428"],["@3168488"],["@3310640"],["@3532970"],["@3534630"],["@3583744"],["@3593731"],["@3617459"],["@3798375"],["@3799806"],["@3820670"],["@3837616"],["@3932849"],["@3971113"],["@3981622"],["@3996892"],["@3997006"],["@3997083"],["@3997117"],["@3998852"],["@3999440"],["@4007168"],["@4012245"],["@4062696"],["@4087743"],["@4127339"],["@4141157"],["@4367103"],["@4530334"],["@4624694"],["@4657760"],["@4767239"],["@4818624"]] function eventLoop(time,remaining) if remaining<=0 then tfm.exec.newGame(maps[math.random(#maps)]) end end function eventNewPlayer(Netwise) tfm.exec.bindKeyboard(Netwise,32,true,true) end for Netwise,player in pairs(tfm.get.room.playerList)do eventNewPlayer(Netwise) end function eventKeyboard(playerName,key,down,x,y) if key==32 then tfm.exec.movePlayer(playerName,0,0,true,0,-50,false) end end tfm.exec.setShaman("Bolodefchoco") function eventPlayerDied(playername) tfm.exec.setGameTime(1) end Me ajudem ;-; |
+Thogabriel « Citoyen » 1403401800000
| 0 | ||
Pra que essa tabela O.o É só você colocar os mapas no script que eu passei. Pro teleport funcionar você tem que blind/bind(seila como se escreve) o jogador |
Kennerato « Citoyen » 1403402160000
| 0 | ||
+thogabriel a dit : Eu sei, só que eu quero - Rotação de Mapas P4 + Shaman + Vampire (mas deixa off essa part) e + Fly , não é teleport - -------- Escrevi na fake, sorry z.z Dernière modification le 1403402280000 |
Bolodefchoco « Sénateur » 1403402340000
| 0 | ||
Pronto ''-'' Da pra arrumar pra mim? ou é bug de alguma coisa, sla '-' |
+Thogabriel « Citoyen » 1403404800000
| 0 | ||
Kennerato a dit : Me passa todos os mapas por mp que eu te dou. Dernière modification le 1403410140000 |
Bolodefchoco « Sénateur » 1403408820000
| 0 | ||
+thogabriel a dit : ? Todos os mapas? Okay [["@120806"],["@126092"],["@131444"],["@151712"],["@155582"],["@155982"],["@156966"],["@158280"],["@159709"],["@164663"],["@165741"],["@166138"],["@168872"],["@169710"],["@171093"],["@171097"],["@172357"],["@173231"],["@179968"],["@182878"],["@183705"],["@183740"],["@183760"],["@186482"],["@187059"],["@187088"],["@188821"],["@199112"],["@199265"],["@200017"],["@213781"],["@215312"],["@219032"],["@234373"],["@239860"],["@239941"],["@245354"],["@249255"],["@250889"],["@251052"],["@273581"],["@308787"],["@317521"],["@326777"],["@348365"],["@355562"],["@357214"],["@357644"],["@360778"],["@364544"],["@364688"],["@365734"],["@367747"],["@371007"],["@379805"],["@382841"],["@384181"],["@392150"],["@398828"],["@404226"],["@413242"],["@416324"],["@420875"],["@421185"],["@421195"],["@423670"],["@426398"],["@427273"],["@431506"],["@433332"],["@436128"],["@437313"],["@438271"],["@442098"],["@444118"],["@452653"],["@452773"],["@453948"],["@455820"],["@458677"],["@460646"],["@461925"],["@467799"],["@470160"],["@474113"],["@474477"],["@484159"],["@490175"],["@497021"],["@500471"],["@504166"],["@504567"],["@509320"],["@515250"],["@517344"],["@524924"],["@528954"],["@576319"],["@576456"],["@584430"],["@598394"],["@607131"],["@617225"],["@743739"],["@772825"],["@773147"],["@776051"],["@798052"],["@812808"],["@853788"],["@901990"],["@909734"],["@923878"],["@953233"],["@1031070"],["@1061308"],["@1124454"],["@1139501"],["@1150596"],["@1193841"],["@1196336"],["@1233889"],["@1341479"],["@1346981"],["@1347532"],["@1360297"],["@1372143"],["@1377965"],["@1381446"],["@1400684"],["@1406626"],["@1476450"],["@1510908"],["@1519938"],["@1570590"],["@1584280"],["@1596859"],["@1615397"],["@1622242"],["@1641473"],["@1655360"],["@1696123"],["@1697034"],["@1728174"],["@1732919"],["@1752164"],["@1754420"],["@1796428"],["@1836964"],["@1845748"],["@1871593"],["@1900914"],["@1927549"],["@1937184"],["@1964128"],["@1965721"],["@2087280"],["@2104751"],["@2113338"],["@2151169"],["@2199656"],["@2406202"],["@2417669"],["@2462668"],["@2465963"],["@2577135"],["@2579134"],["@2587007"],["@2597411"],["@2630179"],["@2645143"],["@2661109"],["@2668819"],["@2693292"],["@2703778"],["@2722183"],["@2782301"],["@2847459"],["@2905546"],["@2907925"],["@2915515"],["@2927599"],["@2932610"],["@2957283"],["@2957682"],["@3008334"],["@3016804"],["@3017381"],["@3024969"],["@3028325"],["@3043400"],["@3047886"],["@3049560"],["@3060750"],["@3097109"],["@3112222"],["@3147428"],["@3168488"],["@3310640"],["@3532970"],["@3534630"],["@3583744"],["@3593731"],["@3617459"],["@3798375"],["@3799806"],["@3820670"],["@3837616"],["@3932849"],["@3971113"],["@3981622"],["@3996892"],["@3997006"],["@3997083"],["@3997117"],["@3998852"],["@3999440"],["@4007168"],["@4012245"],["@4062696"],["@4087743"],["@4127339"],["@4141157"],["@4367103"],["@4530334"],["@4624694"],["@4657760"],["@4767239"],["@4818624"]] Dernière modification le 1403408940000 |
0 | ||
Por quê os tópicos trancados da seção demoram a sair? |
+Thogabriel « Citoyen » 1403454480000
| 0 | ||
Eshkation a dit : Eles deixam 1 dia para q quem levou mute veja |
0 | ||
Alguém me diz os números de spawns dos novos itens de sha? |
Rafatimaoaff « Citoyen » 1403460060000
| 0 | ||
alguem me passa o topico ou o script dos futuros novos itens de shaman pf :/ |
Rufflesdqjo « Citoyen » 1403463240000
| 0 | ||
Eshkation a dit : +thogabriel a dit : Eu costumo deixar até 3 dias. |
Kombizinha « Citoyen » 1403477460000
| 0 | ||
como poe imagem em um mapa? |
Stheblindd « Citoyen » 1403484900000
| 0 | ||
Kombizinha a dit : Na tag <P> do XML você bota isso: D="imagem#x,y" Lembrando que a imagem precisa estar hospedada em transformice.com/images/ Dernière modification le 1403484960000 |
Kombizinha « Citoyen » 1403485560000
| 0 | ||
Stheblindd a dit : Valeu :3 |