Version 0.2.3
IMPORTANT
This plugin is designed to detect forced teleports by GM's (for now), at the moment this is all it does. It still detects that going through a portal or using an NPC to warp is an unauthorized teleport. This will be fixed (hopefully) soon.
How it works
open your config.txt and add:
Code: Select all
icu {
teleportDetect 0 / 1
teleportCommands command 1, command 2, etc
teleportSound <path to .wav>
skillOnSelfDetect 0 / 1
groundSkillDistance <int> (blockDistance a ground skill has to be to trigger the commands)
skillOnSelfCommands command 1, etc
skillOnSelfSound <sound>
commandTimeout <int> (Wait X seconds before executing next command)
log 0 / 1
}
Code: Select all
icu {
teleportDetect 1
teleportCommands ai off, c wth?, e hmm
teleportSound C:\sounds\TeleportAlert.wav
skillOnSelfDetect 1
groundSkillDistance 4
skillOnSelfCommands ai off, c uhm?
skillOnSelfSound C:\sounds\SkillAlert.wav
commandTimeout 2
log 1
}
Coming soon
Detect GM's attacking your bot in PvP/GvG, skills being cast on monster that you are attacking or are attacking you.
Maybe coming...
Detect an online GM (maybe, not sure)
Why?
Cause someone said, and i quote, "not that you that skilled as you think"... well guess what? i am Very Happy
Plugin is at:
http://openkore.svn.sourceforge.net/vie ... ugins/ICU/
http://openkore.svn.sourceforge.net/vie ... unk/ICU.pl (right click url, save as)
0.2.2 changes:
use new hook to detected forced teleports better. Smile
0.2 changes:
Added DetectSelfSkill
Added Ground skill detection (NOT TESTED i dont have a char for this Sad )
Added timeouts on commands