[Script] Wedding! |
Angelaffff « Citoyen » 1435810980000
| 0 | ||
I did it and I hit submit but it didn't load it and the lua was transparent in the backround |
Italonx « Citoyen » 1444665180000
| 0 | ||
It's very glitchy. I have to fix it every time I use it. |
Gokumitinhao « Citoyen » 1444826220000
| 0 | ||
http://prntscr.com/8r6rr7 |
Sprinklet 1444894800000
| | ||
[Modéré par Shamousey, raison : Spam.] |
Lilytenten « Citoyen » 1447280160000
| 0 | ||
The script isn't working...? :( angelaffff a dit : Same with me! ....Is it because I tried to do it in *#utility ?? Dernière modification le 1447280520000 |
Prooskiller « Citoyen » 1447281840000
| 0 | ||
it does not work i got the code but i don't know what to do help? |
Shamousey « Consul » 1447284240000
| 0 | ||
Lilytenten a dit : You need to do it inside your tribe house. |
Denmarklemons « Citoyen » 1447715640000
| 0 | ||
Cant you just go to utility and say !map wedding |
0 | ||
skywarpmouse a dit : this script adds alot more than just roaming around a wedding map |
Occxii « Citoyen » 1448163660000
| 0 | ||
im having trouble.. i changed the groom and bride names but it doesnt work.. i pasted it on lua and clicked submit but what to do next? im so confused edit: i just realized notepad ruins the script, ms word is better Dernière modification le 1448242680000 |
Lilytenten « Citoyen » 1448292360000
| 0 | ||
Shamousey a dit : Oh, okay. Thank you!!! By the way, are all tribe members able to do it within the tribe house??? |
Shamousey « Consul » 1448302560000
| 0 | ||
Lilytenten a dit : Only people who have the "Can load a map (/np @code)" tribe rank. |
Lilytenten « Citoyen » 1448306580000
| 0 | ||
Shamousey a dit : Ah, okay! Thank you. :) Basically, this is how I do it? (if I have the rank) *go to tribe house *type in /lua *enter the paste data into the box *then BOOM, it's done RIGHT? Because it's not working. :( Dernière modification le 1448307000000 |
Pastelcoke « Citoyen » 1450817460000
| 0 | ||
Where do you put the code to make it work? |
Lilytenten « Citoyen » 1450820640000
| 0 | ||
alexiwings9 a dit : You have to be in your tribe house, and you must say '/lua' to bring up the text-box. |
Retrouvaille « Citoyen » 1450855440000
| 0 | ||
Italian translation here. Last time i checked it was working groom='*Souris_1e918' bride='Xprima' f=400 e=350 a=0 t=0 p=0 finale=0 groomanswer=0 brideanswer=0 positiongroomlock=1 positionbridelock=0 bridewalking=0 stop=5 tfm.exec.disableAutoShaman(true) tfm.exec.disableAutoTimeLeft(true) tfm.exec.disableAfkDeath(true) tfm.exec.disableAutoNewGame(true) tfm.exec.newGame('@5014080') function eventNewGame() tfm.exec.movePlayer(groom,1350, 290,offset,0,0,offset) tfm.exec.killPlayer(bride) end function eventNewPlayer(a) tfm.exec.respawnPlayer(a) end function eventLoop(currentTime,timeRemaining) t=t+1 if positiongroomlock==1 then tfm.exec.movePlayer(groom,1350, 290,offset,0,0,offset) end if positionbridelock==1 then tfm.exec.movePlayer(bride,1350, 290,offset,0,0,offset) end if t==60 then ui.addTextArea(1,"Uhm. Possiamo cominciare?",nil, 1350, 180,150,40, color,color,Alpha,false) end if t==80 then ui.addTextArea(1,"Che entri la sposa!",nil, 1350, 180,150,40, color,color,Alpha,false) tfm.exec.respawnPlayer(bride) tfm.exec.movePlayer(bride,400, 350,offset,0,0,offset) bridewalking=1 stop=0 end if stop==0 then if bridewalking==1 then tfm.exec.movePlayer(bride,f, 350,offset,0,0,offset) f=f+10 end if f > 1145 then e=e-3.5 tfm.exec.movePlayer(bride,f, e,offset,0,0,offset) end if f==1350 then stop=1 bridewalking=0 positionbridelock=1 ui.addTextArea(1,"Eccola qui!",nil, 1350, 180,150,40, color,color,Alpha,false) t=1000 end end if t==1006 then ui.addTextArea(1,"Che la cerimonia abbia inizio.",nil, 1350, 180,150,40, color,color,Alpha,false) end if t==1012 then ui.addTextArea(1,"Siamo qui riuniti per celebrare",nil, 1350, 180,150,40, color,color,Alpha,false) end if t==1018 then ui.addTextArea(1,"L'unione eterna di queste due anime.",nil, 1350, 180,150,40, color,color,Alpha,false) end if t==1024 then ui.addTextArea(1,"In ricchezza e in povertà in salute e in malattia",nil, 1350, 180,150,40, color,color,Alpha,false) end if t==1030 then ui.addTextArea(1,"Finchè morte non vi separi",nil, 1350, 180,150,40, color,color,Alpha,false) end if t==1036 then ui.addTextArea(1,'Vuoi tu '..groom..'. prendere questo topo come tua sposa?',nil, 1350, 160,150,70, color,color,Alpha,false) groomanswer=1 end if groomanswer==1 then ui.addTextArea(2,'<a href="event:groomanswer"><p align="center">Lo voglio</p></a>',groom ,830,350,100,40,0x3c5064,0x3c5064,alpha) end if groomanswer==2 then ui.addTextArea(3,"Lo voglio",nil ,1300,200,100) t=2000 groomanswer=3 end if t==2006 then ui.removeTextArea(3,nil) ui.addTextArea(1,'E vuoi tu '..bride..'. prendere questo topo come tuo sposo?',nil, 1350, 160,150,70, color,color,Alpha,false) ui.addTextArea(2,'<a href="event:brideanswer"><p align="center">Lo voglio</p></a>',bride ,830,350,100,40,0x3c5064,0x3c5064,alpha) end if brideanswer==1 then ui.addTextArea(3,"Lo voglio. Ora e per sempre",nil ,1300,200,100) t=3000 brideanswer=2 end if t==3006 then ui.removeTextArea(3,nil) ui.addTextArea(1,'congratulazioni! Vi dichiaro marito e moglie. Adesso puoi baciare la sposa',nil, 1350, 180,150,50, color,color,Alpha,false) end if t==3012 then ui.removeTextArea(3,nil) tfm.exec.movePlayer(groom,1380, 290,offset,0,0,offset) tfm.exec.movePlayer(bride,1320, 290,offset,0,0,offset) finale=1 positiongroomlock=0 positionbridelock=0 end if t==3020 then ui.addTextArea(1,"Now lets partyyy!",nil, 1350, 180,150,40, color,color,Alpha,false) end end function eventTextAreaCallback(id, player, callback) if callback=='groomanswer' then ui.removeTextArea(2,groom) ui.removeTextArea(1,nil) groomanswer=2 end if callback=='brideanswer' then ui.removeTextArea(2,bride) ui.removeTextArea(1,nil) brideanswer=1 end end |
Pastelcoke « Citoyen » 1450895940000
| 0 | ||
The website name for the code? |
0 | ||
|
Fennecfoxy « Citoyen » 1453089180000
| 0 | ||
My friends and I like to go into the coding and edit what the priest, groom and bride say xD |