Sneaky Diller
Member
- Joined
- Feb 27, 2016
- Messages
- 29
- Solutions
- 1
- Reaction score
- 10
Can someone convert this script to tfs 1.3? thanks
otland.net
Antibot for 0.4
this system work on 0.4 first go to creaturescript make file name antibot.lua local key = 125 function onKill(cid, target) if isMonster(target) and getPlayerLevel(cid) >= 250 and getCreatureMaxHealth(target) >= 500 and getCreatureMaster(target) == nil and getPlayerStorageValue(cid, 126) == -1...