Post Reply 
 
Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to write Profiles
05-16-2014, 05:02 AM
Post: #11
RE: How to write Profiles
(reserved)
Find all posts by this user
Quote this message in a reply
05-16-2014, 05:36 AM
Post: #12
RE: How to write Profiles
AWESOME WORK! THANK YOU TITANIUM!!!
Find all posts by this user
Quote this message in a reply
05-16-2014, 07:01 AM (This post was last modified: 05-16-2014 09:38 AM by MrSlashzz.)
Post: #13
RE: How to write Profiles
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.
Find all posts by this user
Quote this message in a reply
05-16-2014, 08:56 AM
Post: #14
RE: How to write Profiles
Wonderful Smile makes things easier with better instrcutions Smile
Find all posts by this user
Quote this message in a reply
05-16-2014, 09:56 AM (This post was last modified: 05-16-2014 09:58 AM by RelytX.)
Post: #15
RE: How to write Profiles

(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.
Find all posts by this user
Quote this message in a reply
05-16-2014, 10:59 AM (This post was last modified: 05-16-2014 11:00 AM by MrSlashzz.)
Post: #16
RE: How to write Profiles
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.
Find all posts by this user
Quote this message in a reply
05-19-2014, 07:19 AM
Post: #17
RE: How to write Profiles
bump.

Any 1 that can provide me the correct command for using object?
Find all posts by this user
Quote this message in a reply
05-19-2014, 03:39 PM
Post: #18
RE: How to write Profiles
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,
Find all posts by this user
Quote this message in a reply
05-20-2014, 09:40 AM
Post: #19
RE: How to write Profiles
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!
Find all posts by this user
Quote this message in a reply
06-09-2014, 03:20 AM
Post: #20
RE: How to write Profiles
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)