| |
| 0 | ||
Dramatotala a dit : I made some assumptions that you wanted the object to only damage you if they were moving Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 local defaultMaxHealth = 20 Dernière modification le 1486750440000 |
| « Consul » 1485332760000
| 0 | ||
Onkei a dit : do not go, do not appear nothing, no life bar |
| 0 | ||
Dramatotala a dit : Are you sure you've copied everything? It works for me. |
| « Consul » 1485362220000
| 0 | ||
Onkei a dit : I tried again and life bar appears just as you are not subtracted from the 20 life nothing is attempted when throwing snowball or other inventory items |
| 0 | ||
Dramatotala a dit : Welp. I assumed you were talking about shaman objects (e.g. Anvils). I don't think it's possible (someone pls check) to detect inventory items as far as I know, can't help you there. |
| « Consul » 1485366000000
| 0 | ||
Onkei a dit : sorry i do not know, I tried and it worked thanks a lot ^^ (Still can not combine with scripts spawn? All are objects shaman) |
| « Citoyen » 1486039200000
| 0 | ||
| Hello i am here to request a tribe bot, for my tribe :) I want one that can chat. |
| 0 | ||
Ajnoobz a dit : If you want to use the bot to say something manually, do !say and a popup for you to type in something will appear. Do !close to stop the popup from appearing again. There's also a built-in chat messages thing that prints out a response from the bot if the mice types out a triggered message. You can add and see these messages from the code. e.g. ![]() I basically added some more functionality from Brenower's old bot messages script which is no longer available. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 --[[ Dernière modification le 1486060140000 |
| « Citoyen » 1486111920000
| 0 | ||
Onkei a dit : THANKS !!!!! :) It works really well. But is the bot just a chat at the bottom or can it be an actual mouse bot? Just asking. |
| 0 | ||
Ajnoobz a dit : Don't think it'd be possible to make an actual mouse bot without using images, so it's not possible unless you make a tribe house map using the mouse cjobject. welp |
| « Citoyen » 1486164840000
| 0 | ||
| How do I have the person who gains the highest score mentioned through chatMessage? Dernière modification le 1486241580000 |
| « Consul » 1486307580000
| 0 | ||
| Hi, I'm looking for a script that you can give powers gender Mice admin: dramatotala and kmaaz when one of them write! Powers x have the power to give or spawn objects! y fly fly (like utility for example) |
| « Citoyen » 1486409940000
| 0 | ||
| please can anyone help me i want script popup answer if the answer is "yes" give cheese to player if answer "no" kill the player and thank you |
| 0 | ||
Zzabadi a dit : Code Lua 1 2 3 4 5 6 7 8 9 function eventPopupAnswer(id, n, answer) |
| « Consul » 1486470900000
| 0 | ||
Dramatotala a dit : |
| 0 | ||
| I need how to create lists of names when I click on name = change map |
| « Citoyen » 1486677000000
| 0 | ||
| what code for this ![]() |
| 0 | ||
Unlocker001 a dit : I only created the list of names part since I don't exactly know what maps you would like when you click on name Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 local admin = {Onkei = true, Unlocker001 = true} Dernière modification le 1486735320000 |
| 0 | ||
Onkei a dit : No this is a list of players name in room I don't need this I need list of names for example List of planet < Earth when I click on Earth = change map to @7046447 ... Etc |
| « Consul » 1486722240000
| 0 | ||
Zzabadi a dit : Example code Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 local x = 0 |