Aller au contenu

Messages recommandés

Posté(e)

Tiens voila:

 

Ca devrais marcher :D

 

on death:
   if victim is zombie:
      if victim is in world "defense"
           cancel event
           drop 2 gold at player


on death:
   if victim is skeleton:
       if victim is in world "defense"
           cancel event
           drop 3 gold at player

on death:
   if victim is spider:
       if victim is in world "defense"
           cancel event
           drop 4 gold at player

Posté(e)

on death:
   if victim is zombie:
       if world of victim is "defense":
           drop 2 gold ingot at location of victim

on death:
   if victim is skeleton:
       if world of victim is "defense":
           drop 3 gold ingot at location of victim

on death:
   if victim is spider:
       if world of victim is "defense":
           drop 4 gold ingot at location of victim

 

Voila code testée ! :D ca marche :P

Posté(e)

Tien c'est large plus simple et aussi éfficace.

on death:
   if victim is zombie:
       if world of victim is "defense":
           clear drop
           drop 2 gold to player


on death:
   if victim is skeleton:
       if world of victim is "defense":
           clear drop
           drop 3 gold to player

on death:
   if victim is spider:
       if world of victim is "defense":
           clear drop
           drop 4 gold to player

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.