Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI-Particle-Editor

Editor de Partículas para Otclient Redemption

# Instalar dependências
- Python 3.10+

py -m pip install -r requirements.txt

# Executar 
py main.py

Features:

  • Salva em .otps
  • Carrega Texturas externas
  • Modo Random
  • Modo Editor

Como usar?

no client:

# No otui:

  UIParticles
    id: particles
    effect: custom_effect
    anchors.fill: parent
    phantom: true	

no servidor:

player:attachParticleEffect("fire-aura")
monster:attachParticleEffect("poison-cloud")

-- Remover de criatura
player:detachParticleEffect("fire-aura")

-- Anexar em posição
Game.sendAttachParticleEffect("teleport-effect", position)

-- Remover de posição
Game.sendDetachParticleEffect("teleport-effect", position)
Screenshot_3

About

Editor de Partículas para Otclient Redemption

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages