×

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
  • /
  • Abdeltif's scripts
« ‹ 4 / 6 › »
Abdeltif's scripts
Abdeltif
1388360040000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#61
[Modéré par Mausibiene]
Abdeltif
« Citoyen »
1388425980000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#62
  0
Small tribehouse manager
Someone asked for more commands days ago, and I finally created it .
There is already a big one but this is a simple one to use .
• Edit the table "List" and add your names in it quoted and seperated by commas to make your self admin(ex : "Abdeltif", "Pawgold" ...)
• Commands of admins :
• !ban [playerName] to ban the player so he can't use any of normal commands(note that he can ban himself :p)
• !unban [playerName] to unban him .
• All of the normal commands
• Commands for mice and admins:
• !map @mapcode to run a map(if you don't add @mapcode it will run a rondom vanilla map )
• !spawn [object] [x] [y] : spawn an object at the specefied x and y // If an element is missing, it will spawn an arrow at 0,0
• !vampire ; sets the player as a vampire.
• !cheese ; give the player cheese
• !win ; you win ( if you don't have cheese already, it will automaticly give it to you.)
• !sham ; sets the player as a shaman(with skills)
• !mort ; the copy of /mort(since it don't work when a script is loading)

Enjoy

E// Also BeSmart is Maga edited with a help command
Justote
« Citoyen »
1388693340000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#63
  0
Error. :c
Abdeltif
« Citoyen »
1388943180000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#64
  0
New script :
Menu Pad
Menu Pad is simply some commands ordered in a text area
You don't need to !thing , you just press some botuns and whrite stuff in popups and it work !
Discover this your self .
MADE BY ABDELTIF AND HOPHIPMICE .
Bethdacat
« Citoyen »
1389825900000
    • Bethdacat#0000
    • Profil
    • Derniers messages
    • Tribu
#65
  0
New!
Pawgold is now Helper and Planner.
Abdeltif
« Citoyen »
1389901260000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#66
  0
Bethdacat a dit :
New!
Pawgold is now Helper and Planner.

Oh I forgot paw ;)
saving a script :
a dit :
Stuff = [[<font size="30" color="#BABD2F" face="soopafresh">Gonna pop it rock !</font>]]
ui.addTextArea(0, Stuff, nil, nil, nil, nil, nil, nil, nil, 0, true)
function eventChatCommand(p,c)
if p=="Abdeltif" then
if c:sub(0,1)=="p" then
ui.updateTextArea(0, [[<font size="30" color="#BABD2F" face="soopafresh">]]..c:sub(3)..[[</font>]], nil)
end
end
end

for i,v in pairs({"p"}) do
system.disableChatCommandDisplay(v, true)
end

.
Discretooo
1389939660000
    • Discretooo#0000
    • Profil
    • Derniers messages
    • Tribu
#67
[Modéré par Icewolfbob, raison : Please speak English here on the EN forums. Thank you!]
Mariusrasas
1390050300000
    • Mariusrasas#0000
    • Profil
    • Derniers messages
    • Tribu
#68
[Modéré par Ramenfrog, raison : Spam.]
Bethdacat
« Citoyen »
1390421460000
    • Bethdacat#0000
    • Profil
    • Derniers messages
    • Tribu
#69
  0
Oops! Seems like some people got in trouble. Our thread is saved!
Ilovejello
1391982300000
    • Ilovejello#0000
    • Profil
    • Derniers messages
    • Tribu
#70
[Modéré par Icewolfbob, raison : Off topic / spam]
Abdeltif
« Citoyen »
1392301020000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#71
  0
It have been a while from the last time I shared a code ;)
a dit :

--[[Config]]--
PTA = 1
PBD = 1
DOD = 3000
--[[ ]]

--[[Tables]]--
pressed = {}
force = {}
id = {}
--[[ ]]

--[[TConfig]]
function eventNewPlayer(i)
tfm.exec.bindKeyboard(i, 32, true, true)
tfm.exec.bindKeyboard(i, 32, false, true)
force = PBD
end
for k,v in pairs(tfm.get.room.playerList) do
eventNewPlayer(k)
end
--[[ ]]
--[[GamePlay]]--
function eventKeyboard(playerName, keyCode, down, x, y)
if keyCode == 32 then
if down then
pressed[playerName] = true
else
if tfm.get.room.playerList[playerName].isFacingRight then
table.insert(id, {tfm.exec.addShamanObject(10, x, y, 0, force[playerName], 1, false), os.time()} )
else
table.insert(id, {tfm.exec.addShamanObject(10, x, y, 0, -(force[playerName]), 1, false), os.time()} )
end
pressed[playerName] = false
end
end
end

function eventLoop()
for k,v in pairs(pressed) do
if v then
force[k] = force[k] + PTA
else
force[k] = PBD
end
end
for i,n in pairs(id) do
if n[2] <= os.time()-DOD then
tfm.exec.removeObject(n[1])
end
end
end
--[[ ]]

A small version of ratapult
Hold space then relase it to shoot the canon.
PTA = Power To Add, you can change this for the powerful the shot become per 1/2 second.
PBD = Power By Default, you may want your shot to be powerful/low just by pressing the space bar
1 by default
DOD = Delay Of Despawn, you may want the canon to despawn after 3000 milliseconds, you have it ! It works by milliseconds, not seconds.

☻HopeYouEnjoy☻
Safwanrockz
« Censeur »
1392370380000
    • Safwanrockz#0095
    • Profil
    • Derniers messages
    • Tribu
#72
  0
Too many variables o_x
Great work!
Justote
« Citoyen »
1392691440000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#73
  0
I love the scripts!!! o:

But it won't let me do it, Some type of error o.o
Abdeltif
« Citoyen »
1392834780000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#74
  0
Justote a dit :
I love the scripts!!! o:

But it won't let me do it, Some type of error o.o

The scripts work fine, try once more may you accedently pressed the backspace bottun ;)
Justote
« Citoyen »
1392835320000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#75
  0
Abdeltif a dit :
The scripts work fine, try once more may you accedently pressed the backspace bottun ;)

I keep trying over and over, but the particle show won't work ;-;
Abdeltif
« Citoyen »
1392913920000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#76
  0
Justote a dit :
I keep trying over and over, but the particle show won't work ;-;

Sorry, but it works fine , Just checked it
Don't copy all the page, copy only the script
So mice don't complain anymore, I'll post the raw version of it : http://pastebin.com/raw.php?i=AEyuAeBT
Copy everything in that page to make it work.
Justote
« Citoyen »
1392920280000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#77
  0
Abdeltif a dit :
Sorry, but it works fine , Just checked it
Don't copy all the page, copy only the script
So mice don't complain anymore, I'll post the raw version of it : http://pastebin.com/raw.php?i=AEyuAeBT
Copy everything in that page to make it work.

It works now, but how do you choose a diffrent particle thing? I forgot, I never done it in a LOOOOOOONG time :c
Abdeltif
« Citoyen »
1393073760000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#78
  0
Justote a dit :
It works now, but how do you choose a diffrent particle thing? I forgot, I never done it in a LOOOOOOONG time :c

!part partID
Abdeltif
1393519560000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#79
[Modéré par Mausibiene, raison : Double post]
Pawgold
« Citoyen »
1394390880000
    • Pawgold#0000
    • Profil
    • Derniers messages
    • Tribu
#80
  0
As from the information heard, Abdeltif has dropped the Besmart project, and now it is in my hands to make it updated and keep it going! ^.^
Besmart is now running for a short amount of time in /room *#besmart
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Abdeltif's scripts
« ‹ 4 / 6 › »
© Atelier801 2018

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

Version 1.27