├── .gitignore
├── LICENSE.gnu2.0
├── README.txt
├── changelog.txt
├── installPageTibiaClient.ini
├── tibiaauto-kernel
├── CharDialog.cpp
├── CharDialog.h
├── ColorChooser.cpp
├── ColorChooser.h
├── ConfigCreatorUtil.cpp
├── ConfigCreatorUtil.h
├── ConfigCreatorUtilMultiParams.cpp
├── ConfigCreatorUtilMultiParams.h
├── ConfigDialogStatus.cpp
├── ConfigDialogStatus.h
├── DonationDialog.cpp
├── DonationDialog.h
├── LoadedModules.cpp
├── LoadedModules.h
├── OptionsDialog.cpp
├── OptionsDialog.h
├── PythonEngine.cpp
├── PythonEngine.h
├── PythonEngine_fun.cpp
├── PythonEngine_fun.h
├── PythonScript.cpp
├── PythonScript.h
├── PythonScriptsDialog.cpp
├── PythonScriptsDialog.h
├── ScriptConfigDialg.cpp
├── ScriptConfigDialg.h
├── StdAfx.cpp
├── StdAfx.h
├── TibiaDatReader
│ ├── Backup
│ │ ├── TibiaDatReader.sln
│ │ └── TibiaDatReader
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ ├── TibiaDatReader.csproj
│ │ │ ├── TibiaDataMainDialog.Designer.cs
│ │ │ ├── TibiaDataMainDialog.cs
│ │ │ ├── TibiaDataMainDialog.resx
│ │ │ └── TileData.cs
│ ├── Java Version for 8.4
│ │ ├── .classpath
│ │ ├── .project
│ │ ├── GameSprite.class
│ │ ├── GameSprite.java
│ │ ├── ImageSet.class
│ │ ├── ImageSet.java
│ │ ├── TibiaDatParse.class
│ │ ├── TibiaDatParse.java
│ │ ├── getInput.class
│ │ └── getInput.java
│ ├── TibiaDatReader.sln
│ ├── TibiaDatReader
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── TibiaDatReader.csproj
│ │ ├── TibiaDataMainDialog.Designer.cs
│ │ ├── TibiaDataMainDialog.cs
│ │ ├── TibiaDataMainDialog.resx
│ │ └── TileData.cs
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
├── creatures.h
├── doc.txt
├── docs
│ ├── VC6 Filetypes.txt
│ ├── tibia - memmap -1_5_6_1.xls
│ ├── tibia - memmap.xls
│ └── tibia czary kalk.xls
├── global.h
├── info.log
├── info.tex
├── res
│ ├── TA HighFi version.ico
│ ├── TA LowFi version Hidden.ico
│ ├── TA LowFi version.ico
│ ├── tibiaauto.ico
│ └── tibiaauto.rc2
├── resource.h
├── stats
│ ├── loot.mdb
│ ├── tibiaauto-stats-loot-head.txt
│ └── todo
│ │ ├── index.php
│ │ └── stat.bat
├── tacode.txt
├── tibiaAuto.cfg.Ghunus.xml
├── tibiaAuto.cfg.Maglirus.xml
├── tibiaAuto.cfg.Plan Gorian.xml
├── tibiaAuto.cfg.unknown
├── tibiaAuto.cfg.unknown.xml
├── tibiaauto-stats-loot.txt
├── tibiaauto.cpp
├── tibiaauto.h
├── tibiaauto.rc
├── tibiaauto.vcxproj
├── tibiaauto.vcxproj.filters
├── tibiaautoDlg.cpp
├── tibiaautoDlg.h
├── tibiaauto_util
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── ComboBoxSuper.cpp
│ ├── ComboBoxSuper.h
│ ├── CreaturesReader.cpp
│ ├── CreaturesReader.h
│ ├── GroupBoxEx.cpp
│ ├── GroupBoxEx.h
│ ├── HashMap.h
│ ├── IModuleInterface.cpp
│ ├── IModuleInterface.h
│ ├── IPCBackPipe.cpp
│ ├── IPCBackPipe.h
│ ├── InstallPath.cpp
│ ├── InstallPath.h
│ ├── IpcMessage.cpp
│ ├── IpcMessage.h
│ ├── MD5.h
│ ├── MemConstData.cpp
│ ├── MemConstData.h
│ ├── MemReader.cpp
│ ├── MemReader.h
│ ├── MemUtil.cpp
│ ├── MemUtil.h
│ ├── ModuleLoader.cpp
│ ├── ModuleLoader.h
│ ├── ModuleUtil.cpp
│ ├── ModuleUtil.h
│ ├── MyDialog.cpp
│ ├── MyDialog.h
│ ├── PackSender.cpp
│ ├── PackSender.h
│ ├── Queue.cpp
│ ├── Queue.h
│ ├── RepeatButton.cpp
│ ├── RepeatButton.h
│ ├── Skin.cpp
│ ├── Skin.h
│ ├── SkinLoader.cpp
│ ├── SkinLoader.h
│ ├── SliderCtrlEx.cpp
│ ├── SliderCtrlEx.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TAMiniMap.cpp
│ ├── TAMiniMap.h
│ ├── TibiaCharacter.cpp
│ ├── TibiaCharacter.h
│ ├── TibiaContainer.cpp
│ ├── TibiaContainer.h
│ ├── TibiaItem.cpp
│ ├── TibiaItem.h
│ ├── TibiaMap.cpp
│ ├── TibiaMap.h
│ ├── TibiaMapPoint.cpp
│ ├── TibiaMapPoint.h
│ ├── TibiaMapTile.cpp
│ ├── TibiaMapTile.h
│ ├── TibiaMapTileItem.cpp
│ ├── TibiaMapTileItem.h
│ ├── TibiaMiniMap.cpp
│ ├── TibiaMiniMap.h
│ ├── TibiaMiniMapLabel.cpp
│ ├── TibiaMiniMapLabel.h
│ ├── TibiaMiniMapPoint.cpp
│ ├── TibiaMiniMapPoint.h
│ ├── TibiaStructures.cpp
│ ├── TibiaStructures.h
│ ├── TibiaTile.cpp
│ ├── TibiaTile.h
│ ├── TibiaVIPEntry.cpp
│ ├── TibiaVIPEntry.h
│ ├── Tibiaauto_util.idl
│ ├── Tibiaauto_util.rgs
│ ├── TileReader.cpp
│ ├── TileReader.h
│ ├── Util.cpp
│ ├── Util.h
│ ├── VariableStore.cpp
│ ├── VariableStore.h
│ ├── XTabCtrl.cpp
│ ├── XTabCtrl.h
│ ├── creatures.h
│ ├── dlldata.c
│ ├── md5c.cpp
│ ├── md5class.cpp
│ ├── md5class.h
│ ├── res
│ │ └── tibiaauto_util.rc2
│ ├── resource.h
│ ├── tibiaauto_util.cpp
│ ├── tibiaauto_util.h
│ ├── tibiaauto_util.rc
│ ├── tibiaauto_util.vcxproj
│ ├── tibiaauto_util.vcxproj.filters
│ ├── tibiaauto_utilfun.h
│ └── xerces.lib
├── tibiaautoinject2
│ ├── IPCPipeBack.cpp
│ ├── IPCPipeBack.h
│ ├── MyMenu.cpp
│ ├── MyMenu.h
│ ├── MyMenuData.cpp
│ ├── MyMenuData.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SystemHooks.cpp
│ ├── SystemHooks.h
│ ├── TibiaHooks.cpp
│ ├── TibiaHooks.h
│ ├── deelx.h
│ ├── exp
│ │ ├── DDRAW.H
│ │ ├── NewIDirectDraw.cpp
│ │ ├── NewIDirectDraw4.cpp
│ │ ├── NewIDirectDrawSurface4.cpp
│ │ ├── cutoff.c
│ │ └── madCHook.h
│ ├── protocol.cpp
│ ├── protocol.h
│ ├── res
│ │ └── testproj.rc2
│ ├── resource.h
│ ├── tibiaautoinject2.cpp
│ ├── tibiaautoinject2.def
│ ├── tibiaautoinject2.h
│ ├── tibiaautoinject2.rc
│ ├── tibiaautoinject2.vcxproj
│ └── tibiaautoinject2.vcxproj.filters
├── tibiaautoinject3
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── tibiaautoinject3.cpp
│ ├── tibiaautoinject3.def
│ ├── tibiaautoinject3.vcxproj
│ └── tibiaautoinject3.vcxproj.filters
├── url.h
├── webbrowser2.cpp
└── webbrowser2.h
├── tibiaauto-pub
├── Skins
│ ├── Auburn.skin
│ ├── Black.skin
│ ├── Classic.skin
│ ├── CurrentSkin.skin
│ ├── Handyman.skin
│ └── Stylish.skin
├── a.txt
├── alice
│ ├── AimlProcessor.h
│ ├── AimlWriter.cpp
│ ├── AimlWriter.h
│ ├── BotProcessor.h
│ ├── BrProcessor.h
│ ├── Compat.h
│ ├── ConditionProcessor.h
│ ├── Config.h
│ ├── Element.cpp
│ ├── Element.h
│ ├── FlashResponder.cpp
│ ├── FlashResponder.h
│ ├── FormalProcessor.h
│ ├── GetProcessor.h
│ ├── HTTPProcessor.cpp
│ ├── HTTPProcessor.h
│ ├── Handler.cpp
│ ├── Handler.h
│ ├── IdProcessor.h
│ ├── ImpExpProcessor.h
│ ├── InputProcessor.h
│ ├── IrcProcessor.h
│ ├── IrcResponder.cpp
│ ├── IrcResponder.h
│ ├── JavaScriptProcessor.h
│ ├── Kernel.cpp
│ ├── Kernel.h
│ ├── LearnProcessor.h
│ ├── Logger.cpp
│ ├── Logger.h
│ ├── LowercaseProcessor.h
│ ├── Main.cpp
│ ├── Main.h
│ ├── Match.cpp
│ ├── Match.h
│ ├── NameProcessor.h
│ ├── NodeWalker.cpp
│ ├── NodeWalker.h
│ ├── Nodemapper.h
│ ├── Nodemaster.cpp
│ ├── Nodemaster.h
│ ├── NormalizeProcessor.h
│ ├── Parser.cpp
│ ├── Parser.h
│ ├── PersonProcessor.h
│ ├── Pointer.h
│ ├── PreParser.cpp
│ ├── PreParser.h
│ ├── PredicateEngine.cpp
│ ├── PredicateEngine.h
│ ├── RandomProcessor.h
│ ├── Resource.h
│ ├── Responder.h
│ ├── SaxParser.cpp
│ ├── SaxParser.h
│ ├── SecureProcessor.h
│ ├── SentenceProcessor.h
│ ├── ServerSocket.cpp
│ ├── ServerSocket.h
│ ├── SetProcessor.h
│ ├── Socket.cpp
│ ├── Socket.h
│ ├── SocketHandler.cpp
│ ├── SocketHandler.h
│ ├── SrProcessor.h
│ ├── SraiProcessor.h
│ ├── StarProcessor.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Stream.cpp
│ ├── Stream.h
│ ├── StringTokenizer.cpp
│ ├── StringTokenizer.h
│ ├── SubstituteProcessor.h
│ ├── Substituter.cpp
│ ├── Substituter.h
│ ├── SystemProcessor.h
│ ├── Template.cpp
│ ├── Template.h
│ ├── TemplateProcessor.cpp
│ ├── TemplateProcessor.h
│ ├── ThatProcessor.h
│ ├── ThatstarProcessor.h
│ ├── ThinkProcessor.h
│ ├── TimeKeeper.cpp
│ ├── TimeKeeper.h
│ ├── TokenProxyListener.cpp
│ ├── TokenProxyListener.h
│ ├── TopicstarProcessor.h
│ ├── UppercaseProcessor.h
│ ├── Utils.cpp
│ ├── Utils.h
│ ├── VersionProcessor.h
│ ├── XmlSocketResponder.cpp
│ ├── XmlSocketResponder.h
│ ├── alice.cpp
│ ├── alice.def
│ ├── alice.h
│ ├── alice.rc
│ ├── alice.vcxproj
│ ├── alice.vcxproj.filters
│ ├── res
│ │ └── alice.rc2
│ ├── wxwindows.cpp
│ └── wxwindows.h
├── data
│ ├── aiml
│ │ ├── 1.aiml
│ │ ├── 2.aiml
│ │ ├── 3.aiml
│ │ ├── 4.aiml
│ │ ├── 5.aiml
│ │ ├── 6.aiml
│ │ ├── 8.aiml
│ │ ├── 9.aiml
│ │ ├── A.aiml
│ │ ├── B.aiml
│ │ ├── C.aiml
│ │ ├── D.aiml
│ │ ├── E.aiml
│ │ ├── F.aiml
│ │ ├── G.aiml
│ │ ├── H.aiml
│ │ ├── I.aiml
│ │ ├── J.aiml
│ │ ├── K.aiml
│ │ ├── L.aiml
│ │ ├── M.aiml
│ │ ├── N.aiml
│ │ ├── O.aiml
│ │ ├── P.aiml
│ │ ├── Q.aiml
│ │ ├── R.aiml
│ │ ├── S.aiml
│ │ ├── T.aiml
│ │ ├── U.aiml
│ │ ├── V.aiml
│ │ ├── W.aiml
│ │ ├── X.aiml
│ │ ├── Y.aiml
│ │ ├── Z.aiml
│ │ ├── star.aiml
│ │ ├── topics.aiml
│ │ └── under.aiml
│ ├── convert.sh
│ ├── creatureinfo-defines.txt
│ ├── sound
│ │ ├── alarm.wav
│ │ ├── hploss.wav
│ │ └── message.wav
│ ├── std-startup.xml
│ ├── substitutions.xml
│ ├── tibiaauto-bankers.csv
│ ├── tibiaauto-consts.xml
│ ├── tibiaauto-creatureWeakness.csv
│ ├── tibiaauto-creatures.xml
│ ├── tibiaauto-items.xml
│ ├── tibiaauto-responder.xml
│ ├── tibiaauto-sellers.csv
│ └── tibiaauto-tiles.xml
├── dummy.txt
├── dummy
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── dummy.cpp
│ ├── dummy.h
│ ├── dummy.rc
│ ├── dummyDlg.cpp
│ ├── dummyDlg.h
│ └── res
│ │ ├── dummy.ico
│ │ └── dummy.rc2
├── inc
│ ├── berkeleydb
│ │ ├── db.h
│ │ ├── db_cxx.h
│ │ └── dbinc
│ │ │ └── queue.h
│ ├── detours.h
│ ├── jconfig.h
│ ├── jmorecfg.h
│ ├── jpeglib.h
│ ├── png.h
│ ├── pngconf.h
│ ├── pnglibconf.h
│ ├── regex.h
│ ├── tre-config.h
│ ├── xercesc
│ │ ├── dom
│ │ │ ├── DOM.hpp
│ │ │ ├── DOMAttr.hpp
│ │ │ ├── DOMCDATASection.hpp
│ │ │ ├── DOMCharacterData.hpp
│ │ │ ├── DOMComment.hpp
│ │ │ ├── DOMConfiguration.hpp
│ │ │ ├── DOMDocument.hpp
│ │ │ ├── DOMDocumentFragment.hpp
│ │ │ ├── DOMDocumentRange.hpp
│ │ │ ├── DOMDocumentTraversal.hpp
│ │ │ ├── DOMDocumentType.hpp
│ │ │ ├── DOMElement.hpp
│ │ │ ├── DOMEntity.hpp
│ │ │ ├── DOMEntityReference.hpp
│ │ │ ├── DOMError.hpp
│ │ │ ├── DOMErrorHandler.hpp
│ │ │ ├── DOMException.hpp
│ │ │ ├── DOMImplementation.hpp
│ │ │ ├── DOMImplementationLS.hpp
│ │ │ ├── DOMImplementationList.hpp
│ │ │ ├── DOMImplementationRegistry.hpp
│ │ │ ├── DOMImplementationSource.hpp
│ │ │ ├── DOMLSException.hpp
│ │ │ ├── DOMLSInput.hpp
│ │ │ ├── DOMLSOutput.hpp
│ │ │ ├── DOMLSParser.hpp
│ │ │ ├── DOMLSParserFilter.hpp
│ │ │ ├── DOMLSResourceResolver.hpp
│ │ │ ├── DOMLSSerializer.hpp
│ │ │ ├── DOMLSSerializerFilter.hpp
│ │ │ ├── DOMLocator.hpp
│ │ │ ├── DOMMemoryManager.hpp
│ │ │ ├── DOMNamedNodeMap.hpp
│ │ │ ├── DOMNode.hpp
│ │ │ ├── DOMNodeFilter.hpp
│ │ │ ├── DOMNodeIterator.hpp
│ │ │ ├── DOMNodeList.hpp
│ │ │ ├── DOMNotation.hpp
│ │ │ ├── DOMPSVITypeInfo.hpp
│ │ │ ├── DOMProcessingInstruction.hpp
│ │ │ ├── DOMRange.hpp
│ │ │ ├── DOMRangeException.hpp
│ │ │ ├── DOMStringList.hpp
│ │ │ ├── DOMText.hpp
│ │ │ ├── DOMTreeWalker.hpp
│ │ │ ├── DOMTypeInfo.hpp
│ │ │ ├── DOMUserDataHandler.hpp
│ │ │ ├── DOMXPathEvaluator.hpp
│ │ │ ├── DOMXPathException.hpp
│ │ │ ├── DOMXPathExpression.hpp
│ │ │ ├── DOMXPathNSResolver.hpp
│ │ │ ├── DOMXPathNamespace.hpp
│ │ │ ├── DOMXPathResult.hpp
│ │ │ ├── StDOMNode.hpp
│ │ │ └── impl
│ │ │ │ ├── DOMAttrImpl.hpp
│ │ │ │ ├── DOMAttrMapImpl.hpp
│ │ │ │ ├── DOMAttrNSImpl.hpp
│ │ │ │ ├── DOMCDATASectionImpl.hpp
│ │ │ │ ├── DOMCasts.hpp
│ │ │ │ ├── DOMCharacterDataImpl.hpp
│ │ │ │ ├── DOMChildNode.hpp
│ │ │ │ ├── DOMCommentImpl.hpp
│ │ │ │ ├── DOMConfigurationImpl.hpp
│ │ │ │ ├── DOMDeepNodeListImpl.hpp
│ │ │ │ ├── DOMDeepNodeListPool.c
│ │ │ │ ├── DOMDeepNodeListPool.hpp
│ │ │ │ ├── DOMDocumentFragmentImpl.hpp
│ │ │ │ ├── DOMDocumentImpl.hpp
│ │ │ │ ├── DOMDocumentTypeImpl.hpp
│ │ │ │ ├── DOMElementImpl.hpp
│ │ │ │ ├── DOMElementNSImpl.hpp
│ │ │ │ ├── DOMEntityImpl.hpp
│ │ │ │ ├── DOMEntityReferenceImpl.hpp
│ │ │ │ ├── DOMErrorImpl.hpp
│ │ │ │ ├── DOMImplementationImpl.hpp
│ │ │ │ ├── DOMImplementationListImpl.hpp
│ │ │ │ ├── DOMLSInputImpl.hpp
│ │ │ │ ├── DOMLSOutputImpl.hpp
│ │ │ │ ├── DOMLSSerializerImpl.hpp
│ │ │ │ ├── DOMLocatorImpl.hpp
│ │ │ │ ├── DOMNamedNodeMapImpl.hpp
│ │ │ │ ├── DOMNodeIDMap.hpp
│ │ │ │ ├── DOMNodeImpl.hpp
│ │ │ │ ├── DOMNodeIteratorImpl.hpp
│ │ │ │ ├── DOMNodeListImpl.hpp
│ │ │ │ ├── DOMNodeVector.hpp
│ │ │ │ ├── DOMNormalizer.hpp
│ │ │ │ ├── DOMNotationImpl.hpp
│ │ │ │ ├── DOMParentNode.hpp
│ │ │ │ ├── DOMProcessingInstructionImpl.hpp
│ │ │ │ ├── DOMRangeImpl.hpp
│ │ │ │ ├── DOMStringListImpl.hpp
│ │ │ │ ├── DOMStringPool.hpp
│ │ │ │ ├── DOMTextImpl.hpp
│ │ │ │ ├── DOMTreeWalkerImpl.hpp
│ │ │ │ ├── DOMTypeInfoImpl.hpp
│ │ │ │ ├── DOMXPathExpressionImpl.hpp
│ │ │ │ ├── DOMXPathNSResolverImpl.hpp
│ │ │ │ ├── DOMXPathResultImpl.hpp
│ │ │ │ └── XSDElementNSImpl.hpp
│ │ ├── framework
│ │ │ ├── BinOutputStream.hpp
│ │ │ ├── LocalFileFormatTarget.hpp
│ │ │ ├── LocalFileInputSource.hpp
│ │ │ ├── MemBufFormatTarget.hpp
│ │ │ ├── MemBufInputSource.hpp
│ │ │ ├── MemoryManager.hpp
│ │ │ ├── StdInInputSource.hpp
│ │ │ ├── StdOutFormatTarget.hpp
│ │ │ ├── URLInputSource.hpp
│ │ │ ├── ValidationContext.hpp
│ │ │ ├── Wrapper4DOMLSInput.hpp
│ │ │ ├── Wrapper4InputSource.hpp
│ │ │ ├── XMLAttDef.hpp
│ │ │ ├── XMLAttDefList.hpp
│ │ │ ├── XMLAttr.hpp
│ │ │ ├── XMLBuffer.hpp
│ │ │ ├── XMLBufferMgr.hpp
│ │ │ ├── XMLContentModel.hpp
│ │ │ ├── XMLDTDDescription.hpp
│ │ │ ├── XMLDocumentHandler.hpp
│ │ │ ├── XMLElementDecl.hpp
│ │ │ ├── XMLEntityDecl.hpp
│ │ │ ├── XMLEntityHandler.hpp
│ │ │ ├── XMLErrorCodes.hpp
│ │ │ ├── XMLErrorReporter.hpp
│ │ │ ├── XMLFormatter.hpp
│ │ │ ├── XMLGrammarDescription.hpp
│ │ │ ├── XMLGrammarPool.hpp
│ │ │ ├── XMLGrammarPoolImpl.hpp
│ │ │ ├── XMLNotationDecl.hpp
│ │ │ ├── XMLPScanToken.hpp
│ │ │ ├── XMLRecognizer.hpp
│ │ │ ├── XMLRefInfo.hpp
│ │ │ ├── XMLSchemaDescription.hpp
│ │ │ ├── XMLValidator.hpp
│ │ │ ├── XMLValidityCodes.hpp
│ │ │ └── psvi
│ │ │ │ ├── PSVIAttribute.hpp
│ │ │ │ ├── PSVIAttributeList.hpp
│ │ │ │ ├── PSVIElement.hpp
│ │ │ │ ├── PSVIHandler.hpp
│ │ │ │ ├── PSVIItem.hpp
│ │ │ │ ├── XSAnnotation.hpp
│ │ │ │ ├── XSAttributeDeclaration.hpp
│ │ │ │ ├── XSAttributeGroupDefinition.hpp
│ │ │ │ ├── XSAttributeUse.hpp
│ │ │ │ ├── XSComplexTypeDefinition.hpp
│ │ │ │ ├── XSConstants.hpp
│ │ │ │ ├── XSElementDeclaration.hpp
│ │ │ │ ├── XSFacet.hpp
│ │ │ │ ├── XSIDCDefinition.hpp
│ │ │ │ ├── XSModel.hpp
│ │ │ │ ├── XSModelGroup.hpp
│ │ │ │ ├── XSModelGroupDefinition.hpp
│ │ │ │ ├── XSMultiValueFacet.hpp
│ │ │ │ ├── XSNamedMap.c
│ │ │ │ ├── XSNamedMap.hpp
│ │ │ │ ├── XSNamespaceItem.hpp
│ │ │ │ ├── XSNotationDeclaration.hpp
│ │ │ │ ├── XSObject.hpp
│ │ │ │ ├── XSParticle.hpp
│ │ │ │ ├── XSSimpleTypeDefinition.hpp
│ │ │ │ ├── XSTypeDefinition.hpp
│ │ │ │ ├── XSValue.hpp
│ │ │ │ └── XSWildcard.hpp
│ │ ├── internal
│ │ │ ├── BinFileOutputStream.hpp
│ │ │ ├── BinMemOutputStream.hpp
│ │ │ ├── CharTypeTables.hpp
│ │ │ ├── DGXMLScanner.hpp
│ │ │ ├── ElemStack.hpp
│ │ │ ├── EndOfEntityException.hpp
│ │ │ ├── IANAEncodings.hpp
│ │ │ ├── IGXMLScanner.hpp
│ │ │ ├── MemoryManagerImpl.hpp
│ │ │ ├── ReaderMgr.hpp
│ │ │ ├── SGXMLScanner.hpp
│ │ │ ├── ValidationContextImpl.hpp
│ │ │ ├── VecAttrListImpl.hpp
│ │ │ ├── VecAttributesImpl.hpp
│ │ │ ├── WFXMLScanner.hpp
│ │ │ ├── XMLInternalErrorHandler.hpp
│ │ │ ├── XMLReader.hpp
│ │ │ ├── XMLScanner.hpp
│ │ │ ├── XMLScannerResolver.hpp
│ │ │ ├── XProtoType.hpp
│ │ │ ├── XSAXMLScanner.hpp
│ │ │ ├── XSObjectFactory.hpp
│ │ │ ├── XSerializable.hpp
│ │ │ ├── XSerializationException.hpp
│ │ │ ├── XSerializeEngine.hpp
│ │ │ └── XTemplateSerializer.hpp
│ │ ├── parsers
│ │ │ ├── AbstractDOMParser.hpp
│ │ │ ├── DOMLSParserImpl.hpp
│ │ │ ├── SAX2XMLFilterImpl.hpp
│ │ │ ├── SAX2XMLReaderImpl.hpp
│ │ │ ├── SAXParser.hpp
│ │ │ └── XercesDOMParser.hpp
│ │ ├── sax
│ │ │ ├── AttributeList.hpp
│ │ │ ├── DTDHandler.hpp
│ │ │ ├── DocumentHandler.hpp
│ │ │ ├── EntityResolver.hpp
│ │ │ ├── ErrorHandler.hpp
│ │ │ ├── HandlerBase.hpp
│ │ │ ├── InputSource.hpp
│ │ │ ├── Locator.hpp
│ │ │ ├── Parser.hpp
│ │ │ ├── SAXException.hpp
│ │ │ └── SAXParseException.hpp
│ │ ├── sax2
│ │ │ ├── Attributes.hpp
│ │ │ ├── ContentHandler.hpp
│ │ │ ├── DeclHandler.hpp
│ │ │ ├── DefaultHandler.hpp
│ │ │ ├── LexicalHandler.hpp
│ │ │ ├── SAX2XMLFilter.hpp
│ │ │ ├── SAX2XMLReader.hpp
│ │ │ └── XMLReaderFactory.hpp
│ │ ├── util
│ │ │ ├── ArrayIndexOutOfBoundsException.hpp
│ │ │ ├── Base64.hpp
│ │ │ ├── BaseRefVectorOf.c
│ │ │ ├── BaseRefVectorOf.hpp
│ │ │ ├── BinFileInputStream.hpp
│ │ │ ├── BinInputStream.hpp
│ │ │ ├── BinMemInputStream.hpp
│ │ │ ├── BitOps.hpp
│ │ │ ├── BitSet.hpp
│ │ │ ├── CountedPointer.c
│ │ │ ├── CountedPointer.hpp
│ │ │ ├── DefaultPanicHandler.hpp
│ │ │ ├── EmptyStackException.hpp
│ │ │ ├── EncodingValidator.hpp
│ │ │ ├── FileManagers
│ │ │ │ └── WindowsFileMgr.hpp
│ │ │ ├── FlagJanitor.c
│ │ │ ├── FlagJanitor.hpp
│ │ │ ├── Hash2KeysSetOf.c
│ │ │ ├── Hash2KeysSetOf.hpp
│ │ │ ├── Hashers.hpp
│ │ │ ├── HexBin.hpp
│ │ │ ├── IOException.hpp
│ │ │ ├── IllegalArgumentException.hpp
│ │ │ ├── InvalidCastException.hpp
│ │ │ ├── Janitor.c
│ │ │ ├── Janitor.hpp
│ │ │ ├── KVStringPair.hpp
│ │ │ ├── KeyRefPair.c
│ │ │ ├── KeyRefPair.hpp
│ │ │ ├── KeyValuePair.c
│ │ │ ├── KeyValuePair.hpp
│ │ │ ├── LogicalPath.c
│ │ │ ├── MsgLoaders
│ │ │ │ └── Win32
│ │ │ │ │ ├── Win32MsgLoader.hpp
│ │ │ │ │ └── resource.h
│ │ │ ├── MutexManagers
│ │ │ │ └── WindowsMutexMgr.hpp
│ │ │ ├── Mutexes.hpp
│ │ │ ├── NameIdPool.c
│ │ │ ├── NameIdPool.hpp
│ │ │ ├── NetAccessors
│ │ │ │ ├── BinHTTPInputStreamCommon.hpp
│ │ │ │ └── WinSock
│ │ │ │ │ ├── BinHTTPURLInputStream.hpp
│ │ │ │ │ └── WinSockNetAccessor.hpp
│ │ │ ├── NoSuchElementException.hpp
│ │ │ ├── NullPointerException.hpp
│ │ │ ├── NumberFormatException.hpp
│ │ │ ├── OutOfMemoryException.hpp
│ │ │ ├── PSVIUni.hpp
│ │ │ ├── PanicHandler.hpp
│ │ │ ├── ParseException.hpp
│ │ │ ├── PlatformUtils.hpp
│ │ │ ├── QName.hpp
│ │ │ ├── RefArrayOf.c
│ │ │ ├── RefArrayOf.hpp
│ │ │ ├── RefArrayVectorOf.c
│ │ │ ├── RefArrayVectorOf.hpp
│ │ │ ├── RefHash2KeysTableOf.c
│ │ │ ├── RefHash2KeysTableOf.hpp
│ │ │ ├── RefHash3KeysIdPool.c
│ │ │ ├── RefHash3KeysIdPool.hpp
│ │ │ ├── RefHashTableOf.c
│ │ │ ├── RefHashTableOf.hpp
│ │ │ ├── RefStackOf.c
│ │ │ ├── RefStackOf.hpp
│ │ │ ├── RefVectorOf.c
│ │ │ ├── RefVectorOf.hpp
│ │ │ ├── RuntimeException.hpp
│ │ │ ├── SchemaDateTimeException.hpp
│ │ │ ├── SecurityManager.hpp
│ │ │ ├── StringPool.hpp
│ │ │ ├── SynchronizedStringPool.hpp
│ │ │ ├── TransENameMap.c
│ │ │ ├── TransENameMap.hpp
│ │ │ ├── TransService.hpp
│ │ │ ├── Transcoders
│ │ │ │ └── Win32
│ │ │ │ │ └── Win32TransService.hpp
│ │ │ ├── TranscodingException.hpp
│ │ │ ├── UTFDataFormatException.hpp
│ │ │ ├── UnexpectedEOFException.hpp
│ │ │ ├── UnsupportedEncodingException.hpp
│ │ │ ├── ValueArrayOf.c
│ │ │ ├── ValueArrayOf.hpp
│ │ │ ├── ValueHashTableOf.c
│ │ │ ├── ValueHashTableOf.hpp
│ │ │ ├── ValueStackOf.c
│ │ │ ├── ValueStackOf.hpp
│ │ │ ├── ValueVectorOf.c
│ │ │ ├── ValueVectorOf.hpp
│ │ │ ├── XML256TableTranscoder.hpp
│ │ │ ├── XML88591Transcoder.hpp
│ │ │ ├── XMLASCIITranscoder.hpp
│ │ │ ├── XMLAbstractDoubleFloat.hpp
│ │ │ ├── XMLBigDecimal.hpp
│ │ │ ├── XMLBigInteger.hpp
│ │ │ ├── XMLChTranscoder.hpp
│ │ │ ├── XMLChar.hpp
│ │ │ ├── XMLDOMMsg.hpp
│ │ │ ├── XMLDateTime.hpp
│ │ │ ├── XMLDouble.hpp
│ │ │ ├── XMLEBCDICTranscoder.hpp
│ │ │ ├── XMLEntityResolver.hpp
│ │ │ ├── XMLEnumerator.hpp
│ │ │ ├── XMLExceptMsgs.hpp
│ │ │ ├── XMLException.hpp
│ │ │ ├── XMLFileMgr.hpp
│ │ │ ├── XMLFloat.hpp
│ │ │ ├── XMLIBM1047Transcoder.hpp
│ │ │ ├── XMLIBM1140Transcoder.hpp
│ │ │ ├── XMLInitializer.hpp
│ │ │ ├── XMLInteger.hpp
│ │ │ ├── XMLMsgLoader.hpp
│ │ │ ├── XMLMutexMgr.hpp
│ │ │ ├── XMLNetAccessor.hpp
│ │ │ ├── XMLNumber.hpp
│ │ │ ├── XMLResourceIdentifier.hpp
│ │ │ ├── XMLString.hpp
│ │ │ ├── XMLStringTokenizer.hpp
│ │ │ ├── XMLUCS4Transcoder.hpp
│ │ │ ├── XMLURL.hpp
│ │ │ ├── XMLUTF16Transcoder.hpp
│ │ │ ├── XMLUTF8Transcoder.hpp
│ │ │ ├── XMLUni.hpp
│ │ │ ├── XMLUniDefs.hpp
│ │ │ ├── XMLUri.hpp
│ │ │ ├── XMLWin1252Transcoder.hpp
│ │ │ ├── XMemory.hpp
│ │ │ ├── XercesDefs.hpp
│ │ │ ├── XercesVersion.hpp
│ │ │ ├── Xerces_autoconf_config.hpp
│ │ │ └── regx
│ │ │ │ ├── ASCIIRangeFactory.hpp
│ │ │ │ ├── BMPattern.hpp
│ │ │ │ ├── BlockRangeFactory.hpp
│ │ │ │ ├── CharToken.hpp
│ │ │ │ ├── ClosureToken.hpp
│ │ │ │ ├── ConcatToken.hpp
│ │ │ │ ├── Match.hpp
│ │ │ │ ├── Op.hpp
│ │ │ │ ├── OpFactory.hpp
│ │ │ │ ├── ParenToken.hpp
│ │ │ │ ├── ParserForXMLSchema.hpp
│ │ │ │ ├── RangeFactory.hpp
│ │ │ │ ├── RangeToken.hpp
│ │ │ │ ├── RangeTokenMap.hpp
│ │ │ │ ├── RegularExpression.hpp
│ │ │ │ ├── RegxDefs.hpp
│ │ │ │ ├── RegxParser.hpp
│ │ │ │ ├── RegxUtil.hpp
│ │ │ │ ├── StringToken.hpp
│ │ │ │ ├── Token.hpp
│ │ │ │ ├── TokenFactory.hpp
│ │ │ │ ├── TokenInc.hpp
│ │ │ │ ├── UniCharTable.hpp
│ │ │ │ ├── UnicodeRangeFactory.hpp
│ │ │ │ ├── UnionToken.hpp
│ │ │ │ ├── XMLRangeFactory.hpp
│ │ │ │ └── XMLUniCharacter.hpp
│ │ ├── validators
│ │ │ ├── DTD
│ │ │ │ ├── DTDAttDef.hpp
│ │ │ │ ├── DTDAttDefList.hpp
│ │ │ │ ├── DTDElementDecl.hpp
│ │ │ │ ├── DTDEntityDecl.hpp
│ │ │ │ ├── DTDGrammar.hpp
│ │ │ │ ├── DTDScanner.hpp
│ │ │ │ ├── DTDValidator.hpp
│ │ │ │ ├── DocTypeHandler.hpp
│ │ │ │ └── XMLDTDDescriptionImpl.hpp
│ │ │ ├── common
│ │ │ │ ├── AllContentModel.hpp
│ │ │ │ ├── CMAny.hpp
│ │ │ │ ├── CMBinaryOp.hpp
│ │ │ │ ├── CMLeaf.hpp
│ │ │ │ ├── CMNode.hpp
│ │ │ │ ├── CMRepeatingLeaf.hpp
│ │ │ │ ├── CMStateSet.hpp
│ │ │ │ ├── CMUnaryOp.hpp
│ │ │ │ ├── ContentLeafNameTypeVector.hpp
│ │ │ │ ├── ContentSpecNode.hpp
│ │ │ │ ├── DFAContentModel.hpp
│ │ │ │ ├── Grammar.hpp
│ │ │ │ ├── GrammarResolver.hpp
│ │ │ │ ├── MixedContentModel.hpp
│ │ │ │ └── SimpleContentModel.hpp
│ │ │ ├── datatype
│ │ │ │ ├── AbstractNumericFacetValidator.hpp
│ │ │ │ ├── AbstractNumericValidator.hpp
│ │ │ │ ├── AbstractStringValidator.hpp
│ │ │ │ ├── AnySimpleTypeDatatypeValidator.hpp
│ │ │ │ ├── AnyURIDatatypeValidator.hpp
│ │ │ │ ├── Base64BinaryDatatypeValidator.hpp
│ │ │ │ ├── BooleanDatatypeValidator.hpp
│ │ │ │ ├── DatatypeValidator.hpp
│ │ │ │ ├── DatatypeValidatorFactory.hpp
│ │ │ │ ├── DateDatatypeValidator.hpp
│ │ │ │ ├── DateTimeDatatypeValidator.hpp
│ │ │ │ ├── DateTimeValidator.hpp
│ │ │ │ ├── DayDatatypeValidator.hpp
│ │ │ │ ├── DecimalDatatypeValidator.hpp
│ │ │ │ ├── DoubleDatatypeValidator.hpp
│ │ │ │ ├── DurationDatatypeValidator.hpp
│ │ │ │ ├── ENTITYDatatypeValidator.hpp
│ │ │ │ ├── FloatDatatypeValidator.hpp
│ │ │ │ ├── HexBinaryDatatypeValidator.hpp
│ │ │ │ ├── IDDatatypeValidator.hpp
│ │ │ │ ├── IDREFDatatypeValidator.hpp
│ │ │ │ ├── InvalidDatatypeFacetException.hpp
│ │ │ │ ├── InvalidDatatypeValueException.hpp
│ │ │ │ ├── ListDatatypeValidator.hpp
│ │ │ │ ├── MonthDatatypeValidator.hpp
│ │ │ │ ├── MonthDayDatatypeValidator.hpp
│ │ │ │ ├── NCNameDatatypeValidator.hpp
│ │ │ │ ├── NOTATIONDatatypeValidator.hpp
│ │ │ │ ├── NameDatatypeValidator.hpp
│ │ │ │ ├── QNameDatatypeValidator.hpp
│ │ │ │ ├── StringDatatypeValidator.hpp
│ │ │ │ ├── TimeDatatypeValidator.hpp
│ │ │ │ ├── UnionDatatypeValidator.hpp
│ │ │ │ ├── XMLCanRepGroup.hpp
│ │ │ │ ├── YearDatatypeValidator.hpp
│ │ │ │ └── YearMonthDatatypeValidator.hpp
│ │ │ └── schema
│ │ │ │ ├── ComplexTypeInfo.hpp
│ │ │ │ ├── GeneralAttributeCheck.hpp
│ │ │ │ ├── NamespaceScope.hpp
│ │ │ │ ├── PSVIDefs.hpp
│ │ │ │ ├── SchemaAttDef.hpp
│ │ │ │ ├── SchemaAttDefList.hpp
│ │ │ │ ├── SchemaElementDecl.hpp
│ │ │ │ ├── SchemaGrammar.hpp
│ │ │ │ ├── SchemaInfo.hpp
│ │ │ │ ├── SchemaSymbols.hpp
│ │ │ │ ├── SchemaValidator.hpp
│ │ │ │ ├── SubstitutionGroupComparator.hpp
│ │ │ │ ├── TraverseSchema.hpp
│ │ │ │ ├── XMLSchemaDescriptionImpl.hpp
│ │ │ │ ├── XSDDOMParser.hpp
│ │ │ │ ├── XSDErrorReporter.hpp
│ │ │ │ ├── XSDLocator.hpp
│ │ │ │ ├── XUtil.hpp
│ │ │ │ ├── XercesAttGroupInfo.hpp
│ │ │ │ ├── XercesElementWildcard.hpp
│ │ │ │ ├── XercesGroupInfo.hpp
│ │ │ │ └── identity
│ │ │ │ ├── FieldActivator.hpp
│ │ │ │ ├── FieldValueMap.hpp
│ │ │ │ ├── IC_Field.hpp
│ │ │ │ ├── IC_Key.hpp
│ │ │ │ ├── IC_KeyRef.hpp
│ │ │ │ ├── IC_Selector.hpp
│ │ │ │ ├── IC_Unique.hpp
│ │ │ │ ├── IdentityConstraint.hpp
│ │ │ │ ├── IdentityConstraintHandler.hpp
│ │ │ │ ├── ValueStore.hpp
│ │ │ │ ├── ValueStoreCache.hpp
│ │ │ │ ├── XPathException.hpp
│ │ │ │ ├── XPathMatcher.hpp
│ │ │ │ ├── XPathMatcherStack.hpp
│ │ │ │ ├── XPathSymbols.hpp
│ │ │ │ └── XercesXPath.hpp
│ │ └── xinclude
│ │ │ ├── XIncludeDOMDocumentProcessor.hpp
│ │ │ ├── XIncludeLocation.hpp
│ │ │ └── XIncludeUtils.hpp
│ ├── zconf.h
│ └── zlib.h
├── libdb61.dll
├── libpng16.dll
├── libs
│ ├── detours.lib
│ ├── libdb61.lib
│ ├── libjpeg.lib
│ ├── libpng16.lib
│ ├── xerces-c_3.lib
│ └── zdll.lib
├── mods
│ ├── mod_AddressFinder
│ │ ├── AddressComparissons.xls
│ │ ├── AddressFinder.cpp
│ │ ├── AddressFinder.h
│ │ ├── Addresses.cpp
│ │ ├── Addresses.h
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_addressfinder.cpp
│ │ ├── mod_addressfinder.def
│ │ ├── mod_addressfinder.h
│ │ ├── mod_addressfinder.rc
│ │ ├── mod_addressfinder.txt
│ │ ├── mod_addressfinder.vcxproj
│ │ ├── mod_addressfinder.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_addressfinder.rc2
│ │ └── resource.h
│ ├── mod_aim
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_aim.cpp
│ │ ├── mod_aim.def
│ │ ├── mod_aim.h
│ │ ├── mod_aim.rc
│ │ ├── mod_aim.vcxproj
│ │ ├── mod_aim.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_aim.rc2
│ │ └── resource.h
│ ├── mod_antylogout
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_antylogout.cpp
│ │ ├── mod_antylogout.def
│ │ ├── mod_antylogout.h
│ │ ├── mod_antylogout.rc
│ │ ├── mod_antylogout.vcxproj
│ │ ├── mod_antylogout.vcxproj.filters
│ │ └── res
│ │ │ └── mod_antylogout.rc2
│ ├── mod_autogo
│ │ ├── .cvsignore
│ │ ├── Alarm.cpp
│ │ ├── Alarm.h
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── CustomSpellDialog.cpp
│ │ ├── CustomSpellDialog.h
│ │ ├── Enumerations.cpp
│ │ ├── Enumerations.h
│ │ ├── GeneralConfigDialog.cpp
│ │ ├── GeneralConfigDialog.h
│ │ ├── ImageButtonWithStyle.cpp
│ │ ├── ImageButtonWithStyle.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Trigger.cpp
│ │ ├── Trigger.h
│ │ ├── VisualStylesXP.cpp
│ │ ├── VisualStylesXP.h
│ │ ├── WhiteList.cpp
│ │ ├── WhiteList.h
│ │ ├── alarmdialog.cpp
│ │ ├── alarmdialog.h
│ │ ├── exports.cpp
│ │ ├── mod_autogo.cpp
│ │ ├── mod_autogo.def
│ │ ├── mod_autogo.h
│ │ ├── mod_autogo.rc
│ │ ├── mod_autogo.vcxproj
│ │ ├── mod_autogo.vcxproj.filters
│ │ ├── res
│ │ │ ├── Attack.bmp
│ │ │ ├── Audio.bmp
│ │ │ ├── Background.bmp
│ │ │ ├── Blank.bmp
│ │ │ ├── CastSpell.bmp
│ │ │ ├── Columns.bmp
│ │ │ ├── Depot.bmp
│ │ │ ├── Items.bmp
│ │ │ ├── KillTibia.bmp
│ │ │ ├── LogEvents.bmp
│ │ │ ├── LogOut.bmp
│ │ │ ├── MaximizeWindow.bmp
│ │ │ ├── Permanent.bmp
│ │ │ ├── Persistent.bmp
│ │ │ ├── Runaway.bmp
│ │ │ ├── ShutdownComputer.bmp
│ │ │ ├── Start.bmp
│ │ │ ├── StartModule.bmp
│ │ │ ├── Stop.bmp
│ │ │ ├── StopOld.bmp
│ │ │ ├── SuspendModule.bmp
│ │ │ ├── TakeScreenshot.bmp
│ │ │ ├── condition_burning.bmp
│ │ │ ├── condition_electrified.bmp
│ │ │ ├── condition_logoutblock.bmp
│ │ │ ├── condition_poisoned.bmp
│ │ │ ├── general.bmp
│ │ │ ├── mod_autogo.rc2
│ │ │ ├── proximity.bmp
│ │ │ ├── skull_black.bmp
│ │ │ ├── skull_green.bmp
│ │ │ ├── skull_red.bmp
│ │ │ ├── skull_white.bmp
│ │ │ ├── skull_yellow.bmp
│ │ │ ├── speaker.ico
│ │ │ ├── speaker2.ico
│ │ │ └── vip.bmp
│ │ ├── resource.h
│ │ ├── resource.hm
│ │ └── sound
│ │ │ ├── alarm.wav
│ │ │ ├── hploss.wav
│ │ │ ├── incorrec.wav
│ │ │ └── message.wav
│ ├── mod_banker
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_banker.cpp
│ │ ├── mod_banker.def
│ │ ├── mod_banker.h
│ │ ├── mod_banker.rc
│ │ ├── mod_banker.vcxproj
│ │ ├── mod_banker.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_banker.rc2
│ │ └── resource.h
│ ├── mod_cavebot
│ │ ├── .cvsignore
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── DropLootDialog.cpp
│ │ ├── DropLootDialog.h
│ │ ├── Helpers.cpp
│ │ ├── Helpers.h
│ │ ├── LoadWaypointsInfo.cpp
│ │ ├── LoadWaypointsInfo.h
│ │ ├── SendStats.cpp
│ │ ├── SendStats.h
│ │ ├── SharedMemory.cpp
│ │ ├── SharedMemory.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_cavebot.cpp
│ │ ├── mod_cavebot.def
│ │ ├── mod_cavebot.h
│ │ ├── mod_cavebot.rc
│ │ ├── mod_cavebot.vcxproj
│ │ ├── mod_cavebot.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_cavebot.rc2
│ │ └── resource.h
│ ├── mod_creatureinfo
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── HashMap.h
│ │ ├── KnownInfo.cpp
│ │ ├── KnownInfo.h
│ │ ├── NameChanger.cpp
│ │ ├── NameChanger.h
│ │ ├── Resource.h
│ │ ├── SendStats.cpp
│ │ ├── SendStats.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_creatureinfo.cpp
│ │ ├── mod_creatureinfo.def
│ │ ├── mod_creatureinfo.h
│ │ ├── mod_creatureinfo.rc
│ │ ├── mod_creatureinfo.vcxproj
│ │ ├── mod_creatureinfo.vcxproj.filters
│ │ └── res
│ │ │ └── mod_creatureinfo.rc2
│ ├── mod_eater
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_eater.cpp
│ │ ├── mod_eater.def
│ │ ├── mod_eater.h
│ │ ├── mod_eater.rc
│ │ ├── mod_eater.vcxproj
│ │ ├── mod_eater.vcxproj.filters
│ │ └── res
│ │ │ └── mod_eater.rc2
│ ├── mod_fisher
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_fisher.cpp
│ │ ├── mod_fisher.def
│ │ ├── mod_fisher.h
│ │ ├── mod_fisher.rc
│ │ ├── mod_fisher.vcxproj
│ │ ├── mod_fisher.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_fisher.rc2
│ │ └── resource.h
│ ├── mod_fluid
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_fluid.cpp
│ │ ├── mod_fluid.def
│ │ ├── mod_fluid.h
│ │ ├── mod_fluid.rc
│ │ ├── mod_fluid.vcxproj
│ │ ├── mod_fluid.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_fluid.rc2
│ │ └── resource.h
│ ├── mod_fps
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_fps.cpp
│ │ ├── mod_fps.def
│ │ ├── mod_fps.h
│ │ ├── mod_fps.rc
│ │ ├── mod_fps.vcxproj
│ │ ├── mod_fps.vcxproj.filters
│ │ └── res
│ │ │ └── mod_fps.rc2
│ ├── mod_grouping
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_grouping.cpp
│ │ ├── mod_grouping.def
│ │ ├── mod_grouping.h
│ │ ├── mod_grouping.rc
│ │ ├── mod_grouping.vcxproj
│ │ ├── mod_grouping.vcxproj.filters
│ │ └── res
│ │ │ └── mod_grouping.rc2
│ ├── mod_itemconfig
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ItemConfig.cpp
│ │ ├── ItemConfig.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ToolItemConfig.cpp
│ │ ├── ToolItemConfig.h
│ │ ├── check.bmp
│ │ ├── exports.cpp
│ │ ├── halfchec.bmp
│ │ ├── mod_itemconfig.cpp
│ │ ├── mod_itemconfig.def
│ │ ├── mod_itemconfig.h
│ │ ├── mod_itemconfig.rc
│ │ ├── mod_itemconfig.vcxproj
│ │ ├── mod_itemconfig.vcxproj.filters
│ │ ├── res
│ │ │ ├── Items.bmp
│ │ │ ├── checks.bmp
│ │ │ └── mod_itemconfig.rc2
│ │ ├── resource.h
│ │ └── uncheck.bmp
│ ├── mod_light
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_light.cpp
│ │ ├── mod_light.def
│ │ ├── mod_light.h
│ │ ├── mod_light.rc
│ │ ├── mod_light.vcxproj
│ │ ├── mod_light.vcxproj.filters
│ │ └── res
│ │ │ └── mod_light.rc2
│ ├── mod_login
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── SendKeys.cpp
│ │ ├── SendKeys.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_login.cpp
│ │ ├── mod_login.def
│ │ ├── mod_login.h
│ │ ├── mod_login.rc
│ │ ├── mod_login.vcxproj
│ │ ├── mod_login.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_login.rc2
│ │ └── resource.h
│ ├── mod_looter
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── SendStats.cpp
│ │ ├── SendStats.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_looter.cpp
│ │ ├── mod_looter.def
│ │ ├── mod_looter.h
│ │ ├── mod_looter.rc
│ │ ├── mod_looter.vcxproj
│ │ ├── mod_looter.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_looter.rc2
│ │ └── resource.h
│ ├── mod_maphack
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_maphack.cpp
│ │ ├── mod_maphack.def
│ │ ├── mod_maphack.h
│ │ ├── mod_maphack.rc
│ │ ├── mod_maphack.vcxproj
│ │ ├── mod_maphack.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_maphack.rc2
│ │ └── resource.h
│ ├── mod_memdebug
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_memdebug.cpp
│ │ ├── mod_memdebug.def
│ │ ├── mod_memdebug.h
│ │ ├── mod_memdebug.rc
│ │ ├── mod_memdebug.vcxproj
│ │ ├── mod_memdebug.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_memdebug.rc2
│ │ └── resource.h
│ ├── mod_monstershow
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── MonsterButton.cpp
│ │ ├── MonsterButton.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ToolMonsterShow.cpp
│ │ ├── ToolMonsterShow.h
│ │ ├── exports.cpp
│ │ ├── mod_monstershow.cpp
│ │ ├── mod_monstershow.def
│ │ ├── mod_monstershow.h
│ │ ├── mod_monstershow.rc
│ │ ├── mod_monstershow.vcxproj
│ │ ├── mod_monstershow.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_monstershow.rc2
│ │ └── resource.h
│ ├── mod_osv
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── Includes.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TibiaItem_impl.cpp
│ │ ├── exports.cpp
│ │ ├── mod_antylogout.cpp
│ │ ├── mod_antylogout.def
│ │ ├── mod_antylogout.h
│ │ ├── mod_antylogout.rc
│ │ ├── mod_osv.cpp
│ │ ├── mod_osv.def
│ │ ├── mod_osv.h
│ │ ├── mod_osv.nsdas
│ │ ├── mod_osv.rc
│ │ └── proxy.cpp
│ ├── mod_playerinfo
│ │ ├── CharInfoDialog.cpp
│ │ ├── CharInfoDialog.h
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_playerinfo.cpp
│ │ ├── mod_playerinfo.def
│ │ ├── mod_playerinfo.h
│ │ ├── mod_playerinfo.rc
│ │ ├── mod_playerinfo.vcxproj
│ │ ├── mod_playerinfo.vcxproj.filters
│ │ ├── playerInfo.cpp
│ │ ├── playerInfo.h
│ │ ├── res
│ │ │ └── mod_playerinfo.rc2
│ │ └── resource.h
│ ├── mod_responder
│ │ ├── AutoResponderParser.cpp
│ │ ├── AutoResponderParser.h
│ │ ├── AutoResponderParserContext.cpp
│ │ ├── AutoResponderParserContext.h
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ToolAutoRespond.cpp
│ │ ├── ToolAutoRespond.h
│ │ ├── ToolAutoResponderMessage.cpp
│ │ ├── ToolAutoResponderMessage.h
│ │ ├── ToolAutoResponderThreadConfig.cpp
│ │ ├── ToolAutoResponderThreadConfig.h
│ │ ├── Util.cpp
│ │ ├── Util.h
│ │ ├── exports.cpp
│ │ ├── mod_responder.cpp
│ │ ├── mod_responder.def
│ │ ├── mod_responder.h
│ │ ├── mod_responder.rc
│ │ ├── mod_responder.vcxproj
│ │ ├── mod_responder.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_responder.rc2
│ │ └── resource.h
│ ├── mod_restack
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_restack.cpp
│ │ ├── mod_restack.def
│ │ ├── mod_restack.h
│ │ ├── mod_restack.rc
│ │ ├── mod_restack.vcxproj
│ │ ├── mod_restack.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_restack.rc2
│ │ └── resource.h
│ ├── mod_runemaker
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ToolContainerContent.cpp
│ │ ├── ToolContainerContent.h
│ │ ├── exports.cpp
│ │ ├── mod_runemaker.cpp
│ │ ├── mod_runemaker.def
│ │ ├── mod_runemaker.h
│ │ ├── mod_runemaker.rc
│ │ ├── mod_runemaker.vcxproj
│ │ ├── mod_runemaker.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_runemaker.rc2
│ │ └── resource.h
│ ├── mod_seller
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_seller.cpp
│ │ ├── mod_seller.def
│ │ ├── mod_seller.h
│ │ ├── mod_seller.rc
│ │ ├── mod_seller.vcxproj
│ │ ├── mod_seller.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_seller.rc2
│ │ └── resource.h
│ ├── mod_showmap
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigWindow.cpp
│ │ ├── ConfigWindow.h
│ │ ├── MapButton.cpp
│ │ ├── MapButton.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ToolMapShow.cpp
│ │ ├── ToolMapShow.h
│ │ ├── exports.cpp
│ │ ├── mod_showmap.cpp
│ │ ├── mod_showmap.def
│ │ ├── mod_showmap.h
│ │ ├── mod_showmap.rc
│ │ ├── mod_showmap.vcxproj
│ │ ├── mod_showmap.vcxproj.filters
│ │ ├── res
│ │ │ ├── createLockImages.py
│ │ │ ├── map_blocked.bmp
│ │ │ ├── map_blocked_lock.bmp
│ │ │ ├── map_closedhole.bmp
│ │ │ ├── map_closedhole_lock.bmp
│ │ │ ├── map_depot.bmp
│ │ │ ├── map_depot_lock.bmp
│ │ │ ├── map_empty.bmp
│ │ │ ├── map_grate.bmp
│ │ │ ├── map_grate_lock.bmp
│ │ │ ├── map_ladder.bmp
│ │ │ ├── map_ladder_lock.bmp
│ │ │ ├── map_lock.bmp
│ │ │ ├── map_lock_mask.bmp
│ │ │ ├── map_lock_mask_lock.bmp
│ │ │ ├── map_magicrope.bmp
│ │ │ ├── map_magicrope_lock.bmp
│ │ │ ├── map_openhole.bmp
│ │ │ ├── map_openhole_lock.bmp
│ │ │ ├── map_rope.bmp
│ │ │ ├── map_rope_lock.bmp
│ │ │ ├── map_samefloor.bmp
│ │ │ ├── map_samefloor_lock.bmp
│ │ │ ├── map_self.bmp
│ │ │ ├── map_stairs.bmp
│ │ │ ├── map_stairs_lock.bmp
│ │ │ ├── map_tele.bmp
│ │ │ ├── map_tele_lock.bmp
│ │ │ ├── map_unktele.bmp
│ │ │ ├── map_unktele_lock.bmp
│ │ │ └── mod_showmap.rc2
│ │ ├── resource.h
│ │ └── thumbnailCARAJ88G.bmp
│ ├── mod_sorter
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_sorter.cpp
│ │ ├── mod_sorter.def
│ │ ├── mod_sorter.h
│ │ ├── mod_sorter.rc
│ │ ├── mod_sorter.vcxproj
│ │ ├── mod_sorter.vcxproj.filters
│ │ ├── mod_sorter2.0
│ │ ├── res
│ │ │ └── mod_sorter.rc2
│ │ └── resource.h
│ ├── mod_spellcaster
│ │ ├── AOEDialog.cpp
│ │ ├── AOEDialog.h
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── HealList.cpp
│ │ ├── HealList.h
│ │ ├── Icons
│ │ │ └── Creatures.bmp
│ │ ├── LifeDialog.cpp
│ │ ├── LifeDialog.h
│ │ ├── ManaDialog.cpp
│ │ ├── ManaDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── StrikeDialog.cpp
│ │ ├── StrikeDialog.h
│ │ ├── SummonDialog.cpp
│ │ ├── SummonDialog.h
│ │ ├── TimedDialog.cpp
│ │ ├── TimedDialog.h
│ │ ├── XTabCtrl.cpp
│ │ ├── XTabCtrl.h
│ │ ├── creature.bmp
│ │ ├── exports.cpp
│ │ ├── mod_spellcaster.cpp
│ │ ├── mod_spellcaster.def
│ │ ├── mod_spellcaster.h
│ │ ├── mod_spellcaster.rc
│ │ ├── mod_spellcaster.vcxproj
│ │ ├── mod_spellcaster.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_spellcaster.rc2
│ │ └── resource.h
│ ├── mod_team
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── ConnectedNode.cpp
│ │ ├── ConnectedNode.h
│ │ ├── ConnectedNodes.cpp
│ │ ├── ConnectedNodes.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_team.cpp
│ │ ├── mod_team.def
│ │ ├── mod_team.h
│ │ ├── mod_team.rc
│ │ ├── mod_team.vcxproj
│ │ ├── mod_team.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_team.rc2
│ │ └── resource.h
│ ├── mod_trademon
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_trademon.cpp
│ │ ├── mod_trademon.def
│ │ ├── mod_trademon.h
│ │ ├── mod_trademon.rc
│ │ ├── mod_trademon.vcxproj
│ │ ├── mod_trademon.vcxproj.filters
│ │ └── res
│ │ │ └── mod_trademon.rc2
│ ├── mod_uh
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_uh.cpp
│ │ ├── mod_uh.def
│ │ ├── mod_uh.h
│ │ ├── mod_uh.rc
│ │ ├── mod_uh.vcxproj
│ │ ├── mod_uh.vcxproj.filters
│ │ ├── res
│ │ │ └── mod_uh.rc2
│ │ └── resource.h
│ └── mod_xray
│ │ ├── ConfigData.cpp
│ │ ├── ConfigData.h
│ │ ├── ConfigDialog.cpp
│ │ ├── ConfigDialog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── exports.cpp
│ │ ├── mod_xray.cpp
│ │ ├── mod_xray.def
│ │ ├── mod_xray.h
│ │ ├── mod_xray.rc
│ │ ├── mod_xray.vcxproj
│ │ ├── mod_xray.vcxproj.filters
│ │ ├── res
│ │ └── mod_xray.rc2
│ │ └── resource.h
├── out
│ └── license.txt
├── sdk
│ ├── mod.def
│ ├── sdk.vcxproj
│ └── sdk.vcxproj.filters
├── stderr.txt
├── stdout.txt
├── ta_creatures_c.db
├── tacode.txt
├── tascripts
│ ├── AntyLogout.py
│ ├── AutoFisher.py
│ ├── InpacketExample.py
│ ├── XRay.py
│ ├── _
│ │ ├── KickAndStuckWarning.py
│ │ ├── RingChanger.py
│ │ └── ShowInvisibles.py
│ └── tautil.py
├── tre
│ ├── ABOUT-NLS
│ ├── AUTHORS
│ ├── COPYING
│ ├── ChangeLog
│ ├── INSTALL
│ ├── LICENSE
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── NEWS
│ ├── README
│ ├── THANKS
│ ├── TODO
│ ├── aclocal.m4
│ ├── config.h.in
│ ├── configure
│ ├── configure.ac
│ ├── doc
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── agrep.1
│ │ ├── agrep.1.in
│ │ ├── default.css
│ │ ├── tre-api.html
│ │ └── tre-syntax.html
│ ├── lib
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── README
│ │ ├── gettext.h
│ │ ├── regcomp.c
│ │ ├── regerror.c
│ │ ├── regex.h
│ │ ├── regexec.c
│ │ ├── tre-ast.c
│ │ ├── tre-ast.h
│ │ ├── tre-compile.c
│ │ ├── tre-compile.h
│ │ ├── tre-config.h.in
│ │ ├── tre-internal.h
│ │ ├── tre-match-approx.c
│ │ ├── tre-match-backtrack.c
│ │ ├── tre-match-parallel.c
│ │ ├── tre-match-utils.h
│ │ ├── tre-mem.c
│ │ ├── tre-mem.h
│ │ ├── tre-parse.c
│ │ ├── tre-parse.h
│ │ ├── tre-stack.c
│ │ ├── tre-stack.h
│ │ ├── xmalloc.c
│ │ └── xmalloc.h
│ ├── m4
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── ac_libtool_tags.m4
│ │ ├── ax_check_funcs_comp.m4
│ │ ├── ax_check_sign.m4
│ │ ├── ax_decl_wchar_max.m4
│ │ ├── tre_prog_cc_optimizations.m4
│ │ └── vl_prog_cc_warnings.m4
│ ├── mods
│ │ └── tre.dll
│ ├── po
│ │ ├── LINGUAS
│ │ ├── Makefile.in.in
│ │ ├── Makevars
│ │ ├── POTFILES.in
│ │ ├── Rules-quot
│ │ ├── boldquot.sed
│ │ ├── en@boldquot.header
│ │ ├── en@quot.header
│ │ ├── fi.gmo
│ │ ├── fi.po
│ │ ├── insert-header.sin
│ │ ├── quot.sed
│ │ ├── remove-potcdate.sin
│ │ ├── stamp-po
│ │ └── tre.pot
│ ├── python
│ │ ├── example.py
│ │ ├── setup.py
│ │ └── tre-python.c
│ ├── src
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ └── agrep.c
│ ├── tests
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── bench.c
│ │ ├── build-tests.sh
│ │ ├── randtest.c
│ │ ├── retest.c
│ │ └── test-str-source.c
│ ├── tre.pc.in
│ ├── tre.spec.in
│ ├── utils
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── autogen.sh
│ │ ├── build-rpm.sh
│ │ ├── compile
│ │ ├── config.guess
│ │ ├── config.rpath
│ │ ├── config.sub
│ │ ├── depcomp
│ │ ├── install-sh
│ │ ├── ltmain.sh
│ │ ├── missing
│ │ └── mkinstalldirs
│ └── win32
│ │ ├── config.h
│ │ ├── tre-config.h
│ │ ├── tre.def
│ │ ├── tre.vcxproj
│ │ └── tre.vcxproj.filters
├── xerces-c_3_1.dll
└── zlib1.dll
├── tibiaauto.sln
└── uncrustify.cfg
/README.txt:
--------------------------------------------------------------------------------
1 | Steps:
2 | 1.Download and install the old version of TA from
3 | https://sourceforge.net/projects/tibiaauto/files/tibiaauto/2.73.0/
4 | and install it in, say, C:\Program Files (x86)\Tibia Auto\
5 |
6 | 2. Delete the file C:\Program Files (x86)\Tibia Auto\data\tibiaauto-consts.xml(path may vary depending on where you installed it)
7 |
8 | 3. Copy the file dowloaded with these instructions (at https://sourceforge.net/projects/tibiaauto/files/tibiaauto/2.74.0/) into the same directory as the deleted file
9 |
10 | Then run TA along with the new 10.100 Tibia client.
11 |
12 |
--------------------------------------------------------------------------------
/installPageTibiaClient.ini:
--------------------------------------------------------------------------------
1 | [Settings]
2 | NumFields=2
3 |
4 | [Field 1]
5 | Type=DirRequest
6 | Left=0
7 | Right=-20
8 | Top=3
9 | Bottom=15
10 | Text=Select a directory...
11 | State=C:\Program Files\Tibia
12 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/StdAfx.cpp:
--------------------------------------------------------------------------------
1 | // stdafx.cpp : source file that includes just the standard includes
2 | // tibiaauto.pch will be the pre-compiled header
3 | // stdafx.obj will contain the pre-compiled type information
4 |
5 | #include "stdafx.h"
6 | #include "time.h"
7 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Backup/TibiaDatReader/Program.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Windows.Forms;
4 |
5 | namespace TibiaDatReader
6 | {
7 | static class Program
8 | {
9 | ///
10 | /// The main entry point for the application.
11 | ///
12 | [STAThread]
13 | static void Main()
14 | {
15 | Application.EnableVisualStyles();
16 | Application.SetCompatibleTextRenderingDefault(false);
17 | Application.Run(new TibiaDataMainDialog());
18 | }
19 | }
20 | }
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Backup/TibiaDatReader/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | TibiaDatParse
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 |
15 | org.eclipse.jdt.core.javanature
16 |
17 |
18 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/GameSprite.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/GameSprite.class
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/ImageSet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/ImageSet.class
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/Java Version for 8.4/ImageSet.java:
--------------------------------------------------------------------------------
1 | public class ImageSet {
2 | int ind;
3 | int[] images;
4 | int numImages;
5 | public ImageSet(int n,int i){
6 | this.ind=i;
7 | this.numImages=0;
8 | this.images = new int[n];
9 | }
10 |
11 | public void addImage(int n){
12 | this.images[this.numImages++] = n;
13 | }
14 |
15 | public void addImage(int[] n){
16 | for(int i=0;i
10 | /// The main entry point for the application.
11 | ///
12 | [STAThread]
13 | static void Main()
14 | {
15 | Application.EnableVisualStyles();
16 | Application.SetCompatibleTextRenderingDefault(false);
17 | Application.Run(new TibiaDataMainDialog());
18 | }
19 | }
20 | }
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/TibiaDatReader/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/_UpgradeReport_Files/UpgradeReport_Minus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/TibiaDatReader/_UpgradeReport_Files/UpgradeReport_Minus.gif
--------------------------------------------------------------------------------
/tibiaauto-kernel/TibiaDatReader/_UpgradeReport_Files/UpgradeReport_Plus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/TibiaDatReader/_UpgradeReport_Files/UpgradeReport_Plus.gif
--------------------------------------------------------------------------------
/tibiaauto-kernel/doc.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/doc.txt
--------------------------------------------------------------------------------
/tibiaauto-kernel/docs/VC6 Filetypes.txt:
--------------------------------------------------------------------------------
1 | plg - for looking up definitions and initializations of functions
2 | clw - class wizard files used to track all classes, functions, gui items and associated parameters
--------------------------------------------------------------------------------
/tibiaauto-kernel/docs/tibia - memmap -1_5_6_1.xls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/docs/tibia - memmap -1_5_6_1.xls
--------------------------------------------------------------------------------
/tibiaauto-kernel/docs/tibia - memmap.xls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/docs/tibia - memmap.xls
--------------------------------------------------------------------------------
/tibiaauto-kernel/docs/tibia czary kalk.xls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/docs/tibia czary kalk.xls
--------------------------------------------------------------------------------
/tibiaauto-kernel/info.tex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/info.tex
--------------------------------------------------------------------------------
/tibiaauto-kernel/res/TA HighFi version.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/res/TA HighFi version.ico
--------------------------------------------------------------------------------
/tibiaauto-kernel/res/TA LowFi version Hidden.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/res/TA LowFi version Hidden.ico
--------------------------------------------------------------------------------
/tibiaauto-kernel/res/TA LowFi version.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/res/TA LowFi version.ico
--------------------------------------------------------------------------------
/tibiaauto-kernel/res/tibiaauto.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/res/tibiaauto.ico
--------------------------------------------------------------------------------
/tibiaauto-kernel/res/tibiaauto.rc2:
--------------------------------------------------------------------------------
1 | //
2 | // TIBIAAUTO.RC2 - resources Microsoft Visual C++ does not edit directly
3 | //
4 |
5 | #ifdef APSTUDIO_INVOKED
6 | #error this file is not editable by Microsoft Visual C++
7 | #endif //APSTUDIO_INVOKED
8 |
9 |
10 | /////////////////////////////////////////////////////////////////////////////
11 | // Add manually edited resources here...
12 |
13 | /////////////////////////////////////////////////////////////////////////////
14 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/stats/loot.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/stats/loot.mdb
--------------------------------------------------------------------------------
/tibiaauto-kernel/stats/tibiaauto-stats-loot-head.txt:
--------------------------------------------------------------------------------
1 | timestamp,random,name,pos,objectId,quantity,lootInBags,checksum
--------------------------------------------------------------------------------
/tibiaauto-kernel/stats/todo/stat.bat:
--------------------------------------------------------------------------------
1 | cat all.txt|cut -d',' -f3|sort|uniq -c |sort
--------------------------------------------------------------------------------
/tibiaauto-kernel/tacode.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/tacode.txt
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaAuto.cfg.unknown:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/tibiaAuto.cfg.unknown
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto-stats-loot.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/tibiaauto-stats-loot.txt
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto.rc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Wisling/tibiaauto/37bac922aaaaf35f4d0964237f3f06056c1a2523/tibiaauto-kernel/tibiaauto.rc
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto_util/CreaturesReader.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 |
3 | #include "tibiaauto_util.h"
4 |
5 | //ugly hack-around to prevent conflict of always-included by mfc oledb.h with berkeley's db.h
6 | #define DBTYPE ORACLE_DBTYPE
7 | #undef DB_UNKNOWN
8 | #include
9 | #undef DBTYPE
10 |
11 | class TIBIAAUTOUTIL_API CCreaturesReader
12 | {
13 | public:
14 | char ** findCreatureStatInArea(int x, int y, int z, int rangeXY, int rangeZ);
15 | int findCreatureStatForLocationTibiaId(int x, int y, int z, int pos);
16 | char * findCreatureStatForLocationName(int x, int y, int z, int pos);
17 | int findCreatureStatForLocationCount(int x, int y, int z);
18 | CCreaturesReader();
19 | virtual ~CCreaturesReader();
20 | private:
21 | char ** addCreatureToList(char **list, char *name, int *size);
22 | static Db *db;
23 | };
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto_util/IPCBackPipe.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 |
3 | #include "tibiaauto_util.h"
4 | #include "IpcMessage.h"
5 |
6 | class TIBIAAUTOUTIL_API CIPCBackPipe
7 | {
8 | public:
9 | static int readFromPipe(CIpcMessage *mess, int expectedType);
10 |
11 | private:
12 | CIPCBackPipe() {};
13 | ~CIPCBackPipe() {};
14 | static HANDLE hPipeBack;
15 | static int initialised;
16 | static CIpcMessage *pipeBackCache;
17 | static int pipeBackCacheSize;
18 | static int pipeBackCacheCount;
19 | static void enlargePipeBackCache();
20 | public:
21 | static void InitialiseIPC();
22 | };
23 |
24 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto_util/InstallPath.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | #include "tibiaauto_util.h"
3 | #include
4 |
5 | class TIBIAAUTOUTIL_API CInstallPath
6 | {
7 | private:
8 | CInstallPath();
9 | ~CInstallPath();
10 | CInstallPath(CInstallPath const&) { };
11 | bool valid;
12 | std::string installPath;
13 | public:
14 | static CInstallPath& getInstallPath()
15 | {
16 | static CInstallPath singleton;
17 | return singleton;
18 | }
19 | const char* c_str() { return installPath.c_str(); }
20 | bool isValid() { return valid; }
21 | };
22 |
23 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto_util/IpcMessage.cpp:
--------------------------------------------------------------------------------
1 | #include "stdafx.h"
2 | #include "IpcMessage.h"
3 |
4 | HANDLE CIpcMessage::hPipe = INVALID_HANDLE_VALUE;
5 |
6 | CIpcMessage::CIpcMessage()
7 | {
8 | messageType = 0;
9 | memset(payload, 0, 1024);
10 | tm = 0;
11 | }
12 |
13 | void CIpcMessage::send()
14 | {
15 | this->tm = time(NULL);
16 | DWORD cbWritten;
17 | BOOL fSuccess = WriteFile(
18 | hPipe,
19 | this,
20 | sizeof(CIpcMessage),
21 | &cbWritten,
22 | NULL);
23 | }
24 |
25 |
26 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto_util/IpcMessage.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 |
3 | #include "tibiaauto_util.h"
4 |
5 | /**
6 | * message types
7 | * 1 - test
8 | * 2 - send packet
9 | * 3 - send text message
10 | * 4 - process id delcaration
11 | * 100 - attacked creature
12 | * 101 - hmm rune location
13 | * 102 - gfb rune location
14 | * 103 - sd rune location
15 | * 104 - explo rune location
16 | * 105 - self UH
17 | * 106 - fluid mana
18 | * 107 - fluid life
19 | *
20 | * 1001 - recv info; format: 4b-type; 4b-nicklen; 4b-messlen; X-nick; X-mess
21 | */
22 |
23 | class TIBIAAUTOUTIL_API CIpcMessage
24 | {
25 | public:
26 | CIpcMessage();
27 | void send();
28 |
29 | int messageType;
30 | char payload[1024];
31 | time_t tm;
32 | static HANDLE hPipe; //separate for each loaded dll instances
33 | };
34 |
35 |
--------------------------------------------------------------------------------
/tibiaauto-kernel/tibiaauto_util/ModuleLoader.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 |
3 | #include
4 | #include