• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Buying Anti Dupe Sytem

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
I need a good anti-dupe system for tfs 0.4, i use trunk 3777.
Also i need and anti dupe system and a fix in some tfs problems.
Pm me if interested
 
I think it's to avoid donated items duplication.
 
Edit your shop.lua to add action id's to all donation items bought and then make a global event to delete items with the same action id's. If they are "duplicated" then the items should have similar action id's, right?

Is this how it works?
 
Edit your shop.lua to add action id's to all donation items bought and then make a global event to delete items with the same action id's. If they are "duplicated" then the items should have similar action id's, right?

Is this how it works?
Yes :)
 
or devianceone ;)
Not for sale, sorry :P

Edit your shop.lua to add action id's to all donation items bought and then make a global event to delete items with the same action id's. If they are "duplicated" then the items should have similar action id's, right?

Is this how it works?
Not quite, checking hundreds of players items, depots and houses often with LUA is not a good idea. This also wouldn't prevent players who have duped items which are offline.
 
Not for sale, sorry :P


Not quite, checking hundreds of players items, depots and houses often with LUA is not a good idea. This also wouldn't prevent players who have duped items which are offline.

This guy > All
 
That's why it's possible and easier via PHP, I hope I can finish mine to release it ^_^
 
yup, luas too slow for it
That's why it's possible and easier via PHP, I hope I can finish mine to release it ^_^
you mean you use SQL, but it's scripted in PHP? if yes, then yeah it's a better idea. it also shouldn't cause freezes to the server, unlike the queries executed by TFS in lua
 
Not quite, checking hundreds of players items, depots and houses often with LUA is not a good idea. This also wouldn't prevent players who have duped items which are offline.

I assumed that as well. I was just curious of what he was looking for.
 
Hmm when items are 'duped' the special description is replicated too right?
 
Back
Top