×

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
  • /
  • Modules
  • /
  • [Script] Pet Mouse
« ‹ 2 / 4 › »
[Script] Pet Mouse
Iamconz
« Citoyen »
1382127360000
    • Iamconz#0000
    • Profil
    • Derniers messages
    • Tribu
#21
  0
Is there a way to activate this with a single person only with a !command?
Qadim
1382209740000
    • Qadim#0000
    • Profil
    • Derniers messages
#22
[Modéré par Takumisyn, raison : Not English]
Candrai
« Citoyen »
1382253420000
    • Candrai#0000
    • Profil
    • Derniers messages
    • Tribu
#23
  0
bug: if player out from tribe house, the pet will not invisible
Jeremiahmice
1383110760000
    • Jeremiahmice#0000
    • Profil
    • Derniers messages
    • Tribu
#24
[Modéré par Infactimacat]
Justote
« Citoyen »
1383789180000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#25
  0
Excuse me,is there a room name?
Shamousey
« Consul »
1383789300000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#26
  0
Justote a dit :
Excuse me,is there a room name?

No, you just run the script in your tribe house.
Justote
« Citoyen »
1383789540000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#27
  0
Shamousey a dit :
No, you just run the script in your tribe house.

I just don't get it
Pleasedontcopymyname
« Citoyen »
1383789660000
    • Pleasedontcopymyname#0000
    • Profil
    • Derniers messages
    • Tribu
#28
  0
Justote a dit :
I just don't get it

type /lua into the chatbox and paste the code in the box
Justote
« Citoyen »
1383789660000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#29
  0
Gamercp a dit :
type /lua into the chatbox and paste the code in the box

What code?
Pleasedontcopymyname
« Citoyen »
1383789780000
    • Pleasedontcopymyname#0000
    • Profil
    • Derniers messages
    • Tribu
#30
  0
Justote a dit :
What code?

this:

Issey a dit :

players={}
i=0

mouseLeft=[[
<ROSE>&lt;'J___)---
]]
mouseRight=[[
<ROSE>---(___C'>
]]

function eventNewGame()
tfm.exec.setUIShamanName("<CH>Script By: <BV>Issey")
tfm.exec.setUIMapName("<VP>Pet Mouse")
end

function eventNewPlayer(name)
players[name]={
x=tfm.get.room.playerList[name].x,
y=tfm.get.room.playerList[name].y,
id=i
}
print(players[name].x)
if(tfm.get.room.playerList[name].isFacingRight) then
mouse=mouseRight
else
mouse=mouseLeft
end
ui.addTextArea(players[name].id,mouse,nil,players[name].x,players[name].y,0,0,0xffffff,0xffffff,0.0)
i=i+1
end

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

function eventLoop(tc,tr)
for name,player in pairs(tfm.get.room.playerList) do
if not tfm.get.room.playerList[name].isDead then
local x= tfm.get.room.playerList[name].x
local y= tfm.get.room.playerList[name].y
if(tfm.get.room.playerList[name].isFacingRight) then
mouse=mouseRight
x=x+20
else
mouse=mouseLeft
x=x-20
end
y=y-10
if(x~=players[name].x) or (y~=players[name].y) then
ui.addTextArea(players[name].id,mouse,nil,x,y,0,0,0xffffff,0xffffff,0.0)
end
end
end
end

Justote
« Citoyen »
1383789780000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#31
  0
I don't understand it ;.;
Pleasedontcopymyname
« Citoyen »
1383790560000
    • Pleasedontcopymyname#0000
    • Profil
    • Derniers messages
    • Tribu
#32
  0
Justote a dit :
I don't understand it ;.;

First type this in the chat box and press enter

http://i.imgur.com/bJjMiGv.png
This should pop up:

http://i.imgur.com/Zad2qFo.png
Now copy and paste your desired code into the box:


http://i.imgur.com/WzagPJo.png
Justote
« Citoyen »
1383790800000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#33
  0
Ok,did it.i got a question,can you really be a pet?

If you can be a pet,just tell me.
Pleasedontcopymyname
« Citoyen »
1383790800000
    • Pleasedontcopymyname#0000
    • Profil
    • Derniers messages
    • Tribu
#34
  0
Justote a dit :
Ok,did it.i got a question,can you really be a pet?

Yes I believe there's a command to make someone your own pet, but I don't know what the actual code is.
Justote
« Citoyen »
1383791100000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#35
  0
Does anyone know what the code to be a pet is?
Shamousey
« Consul »
1383791340000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#36
  0
The script doesn't let you be a pet, it just displays some text next to your mouse.


http://i.imgur.com/mDhvrQW.png
Pleasedontcopymyname
« Citoyen »
1383791460000
    • Pleasedontcopymyname#0000
    • Profil
    • Derniers messages
    • Tribu
#37
  0
Shamousey a dit :
The script doesn't let you be a pet, it just displays some text next to your mouse.

There's a command in the Ultimate Tribe House Script that lets other mouse be your pets(or be attached to you)
Ygtyk
« Citoyen »
1384386420000
    • Ygtyk#0000
    • Profil
    • Derniers messages
    • Tribu
#38
  0
what room is it
Skinnyfatlegend
« Citoyen »
1384389360000
    • Skinnyfatlegend#2903
    • Profil
    • Derniers messages
    • Tribu
#39
  0
Ygtyk a dit :
what room is it

It's not a room it's a module. Gamercp explained how to use it c:
Tummnus
« Citoyen »
1384458600000
    • Tummnus#0000
    • Profil
    • Derniers messages
    • Tribu
#40
  0
I love this because of how simple it is *-*
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] Pet Mouse
« ‹ 2 / 4 › »
© Atelier801 2018

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

Version 1.27