Bot Exploit
How to write Profiles - Printable Version

+- Bot Exploit (http://www.botexploit.com/en/forum)
+-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum)
+--- Forum: Bot Exploit Guides (/Forum-Bot-Exploit-Guides)
+--- Thread: How to write Profiles (/Thread-How-to-write-Profiles)

Pages: 1 2 3


RE: How to write Profiles - Titanium - 05-16-2014 05:02 AM

(reserved)


RE: How to write Profiles - RelytX - 05-16-2014 05:36 AM

AWESOME WORK! THANK YOU TITANIUM!!!


RE: How to write Profiles - MrSlashzz - 05-16-2014 07:01 AM

You are the best Titanium ! thanks allot for this !

You are the best Titanium ! thanks allot for this !

Cant get a simple thing to work, opening the Rift tru the Nephalem Obelisk object.

Code:
<!-- Opening Nephalem Obelisk -->
<If condition="Me.IsInTown">
<UseObject ObjectId="364715"/>
<WaitTimer waitTime="1000"/>
</If>

Now all it does is just stand next to the Obelisk Column, while the ID Extractor gives me this ID number for the "x1_OpenWorld_LootRunObelisk_B-90, ID=364715, Distance=4" Nephalem Obelisk but it just doesnt seem to click that thing.


this code from the current existing rift profile
Code:
<使用物件 物件编号="364715"/>
<Params name="WillSpeed" value="true"/>

<等待 等待时间="8000" attack="false"/>
is being translated to
Code:
<Using Object Object ID =" 364715 "/>
<Params Name="WillSpeed" value="true"/>

<Wait wait time = "8000" attack = "false" />

But nothing what I try is working, maybe google does not translate it correctly.


RE: How to write Profiles - nalleman - 05-16-2014 08:56 AM

Wonderful Smile makes things easier with better instrcutions Smile


RE: How to write Profiles - RelytX - 05-16-2014 09:56 AM


(05-16-2014 07:01 AM)MrSlashzz Wrote:  But nothing what I try is working, maybe google does not translate it correctly.
I have noticed while translating code in google translate the translation messes up the code, If you open up the XML file in Firefox, it will let you know where your coding problem is.


RE: How to write Profiles - MrSlashzz - 05-16-2014 10:59 AM

Yeah I noticed that, the problem is not that my XML file has errors in it because I do check them in Chrome for faulty lines. But when my bot joins game, and comes to that point where it should open the Nephalem Obelisk, it just stands there and does nothing.
Somehow I am unable to find the correct command for it, because google translates it to
Code:
<UsingObject objectId=".."/>
while
Code:
<UseObject objectId=".."/>
also does not work.


RE: How to write Profiles - MrSlashzz - 05-19-2014 07:19 AM

bump.

Any 1 that can provide me the correct command for using object?


RE: How to write Profiles - Titanium - 05-19-2014 03:39 PM

I think you can just turn off google translate in your chrome browser.

The correct command is :
<UseObject actorId="176001"/>

isPortal="true" <= this is optional,


RE: How to write Profiles - MrSlashzz - 05-20-2014 09:40 AM

I was using the translate.google to see what the chines words mean so I know what commands I can use.
Will try what you said, thanks allot!


RE: How to write Profiles - Baldey - 06-09-2014 03:20 AM

How can we extract the scene ID for a cut scene? I have been trying to find the scene ID for the kill maghda scene to use with
Code:
<PriorityScenes>                
                <PriorityScene sceneName="Exit" />                
                <PriorityScene sceneId="78824" />                
</PriorityScenes>

at least i think this should work to exit the maghda scene when you enter her lair if i can find the scene ID. i tried using all options in the ID extractor.