Another Priston Tale 2 BOT (PT2 Bot)

06/15/2010 01:03 elapid#1
This one is pretty good, you can set rest point and hunting points and configure all of the actions from potions to buff skills..
One thing i found is that you can make a moving path, so it doesnt look like you bot at all :handsdown:
I thought that I want to share this with you all :mofo:

[Only registered and activated users can see links. Click Here To Register...]
06/15/2010 01:37 elapid#2
Here is my setup for paladin:
<?xml version="1.0" encoding="utf-8" ?>
<config>
<type></type>
<Actions>
<IsInParty>0</IsInParty>
<PartyCount>1</PartyCount>
<HasPet>0</HasPet>
<PetSummonKey>=</PetSummonKey>
<LootKey>2</LootKey>
<MinDistance>1000</MinDistance>
<MaxDistance>2000</MaxDistance>
<ChaseAfterDistance>1500</ChaseAfterDistance>
<CapTargetHp>10</CapTargetHp>
<rest>
<type>hp</type>
<min>75</min>
<max>95</max>
</rest>
<rest>
<type>mana</type>
<min>50</min>
<max>90</max>
</rest>
<AutoAttack>
<name>Auto Attack</name>
<timeout>0</timeout>
<delay>0</delay>
<key>1</key>
<condition>0</condition>
<minDistance>0</minDistance>
<maxDistance>2000</maxDistance>
</AutoAttack>
<pots>
<pot>
<name>hppot</name>
<timeout>5</timeout>
<delay>200</delay>
<key>6</key>
<condition>50</condition>
</pot>
</pots>
<buffs>
<buff>
<name>Agility</name>
<timeout>300</timeout>
<delay>3000</delay>
<key>-</key>
<condition>5</condition>
</buff>
<buff>
<name>Agility</name>
<timeout>300</timeout>
<delay>3000</delay>
<key>=</key>
<condition>5</condition>
</buff>
<buff>
<name>Agility</name>
<timeout>300</timeout>
<delay>3000</delay>
<key>0</key>
<condition>5</condition>
</buff>
</buffs>
<heals></heals>
<attacks>
<attack>
<name>stuff</name>
<timeout>6</timeout>
<delay>1000</delay>
<key>F5</key>
<condition>5</condition>
<minDistance>0</minDistance>
<maxDistance>600</maxDistance>
</attack>
<attack>
<name>stuff</name>
<timeout>9</timeout>
<delay>1000</delay>
<key>F4</key>
<condition>5</condition>
<minDistance>0</minDistance>
<maxDistance>600</maxDistance>
</attack>
<attack>
<name>stuff</name>
<timeout>6</timeout>
<delay>1000</delay>
<key>F3</key>
<condition>5</condition>
<minDistance>0</minDistance>
<maxDistance>600</maxDistance>
</attack>
<attack>
<name>pull</name>
<timeout>4</timeout>
<delay>1000</delay>
<key>F6</key>
<condition>5</condition>
<minDistance>600</minDistance>
<maxDistance>2100</maxDistance>
</attack>
</attacks>
</Actions>
</config>
06/15/2010 14:38 sunfeifei427#3
I ve tried but it doesnt work on my Vista 64 bit system :(
06/15/2010 15:53 elapid#4
I think you will need to run it as administrator under Windows XP 3 compatibility.

perhaps try this download:
[Only registered and activated users can see links. Click Here To Register...] :D
06/16/2010 01:02 sunfeifei427#5
Thanks elapid, Ive tried both administrator mode and win xp compatibility but it still doesnt work for me. I think there are sth to do with the 64-bit system. Anyway, im making a macro by myself atm but it just not as intellegent as a bot. XD

CHeers
06/16/2010 17:25 elapid#6
so assuming you have a second pc and you are tired of looking for a priest to heal you. YOu can setup this bot to have a priest follow you around and heal you, cool huh?

so here is what you gotta do:
- open up the default.xml file
- change this to : IsinParty to 1 and PartyCount to whatever the party member count is. I assume 2 at this point.

<IsInParty>1</IsInParty>
<PartyCount>2</PartyCount>


- setup your heal skills:

the first heal is a group heal , so make sure the type is group
and only heal you with the bot is within 400 game measurement
the key is F10 and it will take 3seconds as the delay to cast this spell.

the second spell is a target heal, the rest is similar.

<heals>
<heal>
<name>Group Heal</name>
<timeout>1</timeout>
<delay>3000</delay>
<key>F10</key>
<condition>0</condition>
<type>group</type>
<minDistance>0</minDistance>
<maxDistance>400</maxDistance>
</heal>
<heal>
<name>Heal</name>
<timeout>1</timeout>
<delay>3000</delay>
<key>F11</key>
<condition>70</condition>
<type>single</type>
<minDistance>0</minDistance>
<maxDistance>3000</maxDistance>
</heal>
</heals>


i will make a video later to show you guys how cool this is.

06/19/2010 20:56 landa123#7
the bot doesnt start here... but anyway..the bot contains a file with nice memory CE adresses
06/23/2010 00:04 summut#8
for some reason i get this error..i'm on vista 32 bit ofcourse..i run both the game and the bot in XP SP2 and as admin..and still nothing..not good at coding but going to learn soon..but still wont help atm..maybe any of you guys know the answer?

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\Users\krat\Downloads\PT2Bot\PT2Bot(2)\Config\c harDefault.xml'.
File name: 'C:\Users\krat\Downloads\PT2Bot\PT2Bot(2)\Config\c harDefault.xml'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings)
at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
at System.Xml.Linq.XElement.Load(String uri)
at s..ctor(String A_0, Process A_1)
at i.b(String A_0, String A_1, String A_2)
at i.v()
at i.a(String A_0, String A_1, String A_2)
at a.l(Object A_0, EventArgs A_1)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4200 (NetFxQFE.050727-4200)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PT2Bot
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/krat/Downloads/PT2Bot/PT2Bot(2)/PT2Bot.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
BotLibs
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Users/krat/Downloads/PT2Bot/PT2Bot(2)/BotLibs.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
06/23/2010 03:36 landa123#9
Same error here..but fixing it, it is not worth because the coder want money for it.. ,-(

here is a free bot..a bit buggy but perfect for druid chars

[Only registered and activated users can see links. Click Here To Register...]
06/23/2010 10:53 summut#10
i already searched and found that bot..but unfortunately i'm a combatant..tried to get it to work but no good..but thanks for reply=)

EDIT: but still looking for a bot..i've seen alot of fighters botting and am curious what kind of bot they are using..i've tried BlackBot 1.0,1.1 and even 1.2 but no good..i have to do it manually i think=(
06/24/2010 01:17 landa123#11
Quote:
Originally Posted by summut View Post
i already searched and found that bot..but unfortunately i'm a combatant..tried to get it to work but no good..but thanks for reply=)

EDIT: but still looking for a bot..i've seen alot of fighters botting and am curious what kind of bot they are using..i've tried BlackBot 1.0,1.1 and even 1.2 but no good..i have to do it manually i think=(
first buggy close combat mode functions injected. ^^ take a look on v3.4
06/18/2011 20:36 eqoo#12
Can you do warrior-ac tool macro ?
No guard ac tool
do it
i dont know coder :(
06/19/2011 06:52 landa123#13
this bot was never working..
and...take a look on the date