• 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!

[Great Idea] New exhaust system

Fresh

Quack!
Joined
Oct 21, 2009
Messages
1,855
Solutions
18
Reaction score
671
Hello.
I have an good idea for my server but i dont know how to do that:
- new exhaust system:
all spells have points ex.
- exura gran - 3 points
- utani gran hur - 2 points
- utamo vita - 4 points

We can do combo like:
- exura gran + exura gran + exura gran = 3+3+3 = 9 points
and we have exhausted if we have 10 points

We can do that combo (spam) after maximum points we have exhausted for 2-3 seconds (depend on spell)

We can do another combo like:
- exura gran + utamo vita + utani gran hur = 3+2+4 = 9 points
and have exhausted if we have 10 points too

Anyone know how to do that ? :D :blink:
 
LUA:
exhaustion.check(cid, storage)
exhaustion.get(cid, storage)
exhaustion.set(cid, storage, time)
exhaustion.make(cid, storage, time)
You might use this.
 
How he can do that, if the TFS exhaustion system still workin ?
To make this work, he need to remove the TFS exhaustion for spells, or something else that he want
to use the new system.
WITHOUT the TFS exhastion, he can make a new system with ur functions.
 
How he can do that, if the TFS exhaustion system still workin ?
To make this work, he need to remove the TFS exhaustion for spells, or something else that he want
to use the new system.
WITHOUT the TFS exhastion, he can make a new system with ur functions.

rep + for teaching him a valuable lesson :)
 
How he can do that, if the TFS exhaustion system still workin ?
To make this work, he need to remove the TFS exhaustion for spells, or something else that he want
to use the new system.
WITHOUT the TFS exhastion, he can make a new system with ur functions.

Your answer:

or just set the exhaustion of every spell to 0?
----------------------------------------------------------------------------------------
rep + for teaching him a valuable lesson :)

Yea, that I'm right, and he doesn't know shit about what he's saying. :3
 
1. My Answer ? Hmmm... Have u tryed to do that ? No ?
So, go and try, you see... OMG! Thats impossible! ): Because TFS have some bug in exhausted of spells that turn the MIN ehxuasted time to 1000 ms.

2. I don't know what i'm saying ? Just read /\ ^^

3. Thanks perfection.
 
1. My Answer ? Hmmm... Have u tryed to do that ? No ?
So, go and try, you see... OMG! Thats impossible! ): Because TFS have some bug in exhausted of spells that turn the MIN ehxuasted time to 1000 ms.

2. I don't know what i'm saying ? Just read /\ ^^

3. Thanks perfection.

Just did, works perfectly. 0.3.6 And trust me, I have skills required to make this only by lua, so don't think you're a hub of the universe and knows everything.
 
Last edited:
I just saw that its impossible to make this in TFS 0.4

Yep, in 0.3.6 it works because the exhaustion system is an older version, but of course that he will not use 0.3 to open the server.
 
No i'm not hub, and i don't know everything, i just saw that its impossible to make this in TFS 0.4

Yep, in 0.3.6 it works because the exhaustion system is an older version, but of course that he will not use 0.3 to open the server.

Maybe not, but tbh 0.3.6 is the only stable distro now. Mock thinks the same, so I stick to the bear. :p
 
Sincerly teckman, 0.3 sucks, i have four servers, all in 0.4... Just some examples:

(small map, size of evolutions)
0.3 in windows: lag, 10hrs- uptime
0.4 in windows: lag, 48hrs+ uptime

0.3 in linux: almost no lag, 24hrs+ uptime
0.4 in linux: NO lag, 20days+ uptime
 
Even in 0.4, it is pretty easy change, I just did it in like 30 seconds and it's working fine on my 0.4(only had to change 4 numbers from 1000/2000 to 0)
And I wouldnt call it a bug, its deliberately done like that, if you don't like it, just change it :p


Also, don't start going offtopic, this isnt a "What is the most stable distro" discussion :)
 
I'm just explaining why i preffer 0.4
And what rev of tfs u use ? Maybe its fixed in newer revs.

I'm trying to do that right now, and changing the exhausted to 0 it still 1000ms. (Tested in 3777, 3847 and 4002)
 
Sincerly teckman, 0.3 sucks, i have four servers, all in 0.4... Just some examples:

(small map, size of evolutions)
0.3 in windows: lag, 10hrs- uptime
0.4 in windows: lag, 48hrs+ uptime

0.3 in linux: almost no lag, 24hrs+ uptime
0.4 in linux: NO lag, 20days+ uptime

If your servers lags with small map and 10h uptime, then IMO it's the fault of your dedicated server.
 
Back
Top