Extrodus
|| Blazera.net ||
So I recently had an idea to create a different styled online training system for Aragon, and I looked around for examples of where I could some ideas of how to do it. So from this example of an online trainer system, I could accomplish what I want to do with the same methods.
So the idea is, player steps on the tile; from the example it uses a globalevent to check all players for the storage every 60 seconds but I wonder if in TFS 1.2 there would be a way to just add a timer to the player in the script instead of needing a global event/extra processing. But again thats why I am here, so anyways; every 1 minute, instead of soul points it would remove 1 minute of offline training time and train the skills by 1 try depending on the vocation.
So my questions here are:
1. If I update that script to TFS 1.X, and kept it default with the global event. What function would I use to remove 1 minute of offline training time?
2. Is it possible to remove the global event and use a timer instead that begins when the player steps on the tile?
Thanks for your time, I'm sure theres a way; I just have been very busy with doctor appointments, etc so I figured asking to get more ideas so when I sit down and I can do it with everything already figured out.
So the idea is, player steps on the tile; from the example it uses a globalevent to check all players for the storage every 60 seconds but I wonder if in TFS 1.2 there would be a way to just add a timer to the player in the script instead of needing a global event/extra processing. But again thats why I am here, so anyways; every 1 minute, instead of soul points it would remove 1 minute of offline training time and train the skills by 1 try depending on the vocation.
So my questions here are:
1. If I update that script to TFS 1.X, and kept it default with the global event. What function would I use to remove 1 minute of offline training time?
2. Is it possible to remove the global event and use a timer instead that begins when the player steps on the tile?
Thanks for your time, I'm sure theres a way; I just have been very busy with doctor appointments, etc so I figured asking to get more ideas so when I sit down and I can do it with everything already figured out.