-
Ilość zawartości
304 -
Rejestracja
Odpowiedzi społeczności
-
Arrd1337 odpowiedź w Problem z slot change: został oznaczony jako odpowiedź
Dobra sam juz dalem rade nikomu nie pokaze jak to sie rozwiazuje bo te forum jest strasznie slabe nikt nie pomaga...
Musialem wiele czasu spedzic na wykonanie poprawnego eventu dotyczace z bugowaniem tego
pamietajcie ze nawet cancel event na to nawet nie dziala wiec mozecie bugowac serwery na skriptach
-
Arrd1337 odpowiedź w Problem został oznaczony jako odpowiedź
@Anide
Prosze Testowalem:
if {drop.1.%player%} is true: if level of fortune of player's tool is not set: chance of 100%: give a random number between 1 and 2 of diamond to the player if level of fortune of player's tool is 1: chance of 100%: give a random number between 1 and 3 of diamond to the player if level of fortune of player's tool is 2: chance of 100%: give a random number between 1 and 4 of diamond to the player if level of fortune of player's tool is 3: chance of 100%: give a random number between 1 and 5 of diamond to the player Jezeli cos nie dziala to musi byc blad przed tym
-
Arrd1337 odpowiedź w Błąd ze skryptem na obrażenia został oznaczony jako odpowiedź
@LubieRPG
Nie używa się zmiennych tymczasowych jako globalnych prosze tak powinno byc!
on rightclick: if player's tool is clock: if name of player's tool is "&cTest DMG": set {testdmg} to true send "dmg ON" to player wait 3 seconds set {testdmg} to false send "dmg OFF" to player on damage: if {testdmg} is true: set damage to damage*5
