• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TradeTimes System TFS 1.3 ( 12x +)

Hi friends of Canary, I have opened a PR in the Canary repository, if it is merged I will take care of adding all the necessary events so that all my Revscripts start working, it is up to you to support the PR.
I don't use that engine, so this is your fight.
It's basically a PR to add EventCallback support. if it doesn't merge I doubt I'll stick with it as I don't have time to test it and update a forked repository for those who use my Revscripts
 
Hola amigos de Canary, he abierto un PR en el repositorio de Canarias, si se fusiona, me encargaré de agregar todos los eventos necesarios para que todos mis Revscripts comiencen a funcionar, depende de usted apoyar el PR.
No uso ese motor, así que esta es tu pelea.
Básicamente es un PR para agregar soporte de EventCallback. si no se fusiona, dudo que me quede con él, ya que no tengo tiempo para probarlo y actualizar un repositorio bifurcado para aquellos que usan mis Revscripts

Thanks for you help, I now to go your pull solution, but send anyone problem support revscript 1.3, good look your input
 
Thanks for you help, I now to go your pull solution, but send anyone problem support revscript 1.3, good look your input
I know.

Your solution is this: TradeTimes System TFS 1.3 ( 12x +) (https://otland.net/threads/tradetimes-system-tfs-1-3-12x.283448/#post-2712834)
Just make sure to enable the events:
data/events/events.xml
XML:
<event class="Player" method="onLook" enabled="1" />
<event class="Player" method="onLookInTrade" enabled="1" />
<event class="Player" method="onMoveItem" enabled="1" />
<event class="Player" method="onTradeRequest" enabled="1" />
<event class="Player" method="onTradeCompleted" enabled="1" />
 
Back
Top