+ Reply to Thread
Results 1 to 7 of 7

Thread: [TUTO] Make Path

  1. #1
    Administrator rival has disabled reputation
    Join Date
    Sep 2009
    Location
    France
    Posts
    403
    Blog Entries
    8

    Default [TUTO] Make Path

    Path:

    It is necessary to know a minimum Xml, nothing complicated good: Structure d'un document XML

    The Council:
    Publish the XML file with Notepad++ and choose the XML format: Browse Notepad++ Files on SourceForge.net


    Path: Allows to pass from Lvl 1 to the 80 without touching the bot, to change zone that the perso changes level,….

    Path its in the dir “Path”.

    Structure of Path:

    Code:
     <? xml version="1.0” encoding="utf-8”? >
     <ArrayOfPath_Config xmlns: xsi="http://www.w3.org/2001/XMLSchema-instance” xmlns: xsd="http://www.w3.org/2001/XMLSchema"> <! -- Beginning of Path -->
       
       <Path_Config> <! -- Path 1 -->
       
         <Min_Level>Niveau Minimum of the zone</Min_Level>
         
         <Max_Level>Niveau maximum of the zone</Max_Level>
         
             <Flying>true</Flying> <! -- If profiles it does not use flying mounting remove this line -->
             
             <Mount>true</Mount> <! -- If profiles it does not use mounting terreste remove this line -->
         
         <Factions> <! -- Beginning of the list of Mob has to attack by faction -->
           <int>Faction of the Targets 1</int>
           <int>Faction of the Targets 2</int>
           <int>Faction of the Targets… </int>
         </Factions> <! -- End of the list of Mob has to attack by faction -->
         
         <Names><! -- Beginning of the list of Mob has to attack by name -->
           <string>Nom of the targets 1</string> 
           <string>Nom of the targets 2</string> 
           <string>Nom of the targets… </string> 
         </Names><! -- End of the list of Mob has to attack by name -->
         
         <Order>Si you want to make Wp in the disorder enter “Random” if not remove this ligne</Order>
         
         
         <Location><! -- Beginning Of the list of Wp -->
         
         <Location><! -- Wp 1 -->
             <X>Position X</X>
             <Y>Position Y</Y>
             <Z>Position Z</Z>
         </Location><! -- End Wp 1 -->
           
         <Location><! -- Wp 2 -->
             <X>Position X</X>
             <Y>Position Y</Y>
             <Z>Position Z</Z>
         </Location><! -- End Wp 2 -->
           
         <Location><! -- Wp… -->
             <X>Position X</X>
             <Y>Position Y</Y>
             <Z>Position Z</Z>
         </Location><! -- End Wp… -->
           
     
         </Location><! -- End Of the list of Wp -->
         
         
         <Vendors><! -- Beginning Of the list of the Salesmen -->
         
         
           <Vendor> <! -- Beginning salesman 1 -->
           
             <Location><! -- Bear position 1 -->
             <X>Position Salesman 1 X</X>
             <Y>Position Salesman 1 Y</Y>
             <Z>Position Salesman 1 Z</Z>
             </Location><! -- Fine Bear position 1 -->
             
             <Name>Nom salesman 1</Name>
             
           </Vendor> <! -- Fine salesman 1 -->
           
           
           
           <Vendor> <! -- Salesman beginning… -->
           
             <Location><! -- Bear position… -->
             <X>Position Salesman… X</X>
             <Y>Position Salesman… Y</Y>
             <Z>Position Salesman… Z</Z>
             </Location><! -- Fine Bear position… -->
             
             <Name>Nom salesman… </Name>
             
           </Vendor> <! -- Fine salesman… -->
           
           
         </Vendors><! -- End Of the list of the Salesmen -->
         
         
         
       </Path_Config> <! -- End Path 1 -->
       
       
      
     </ArrayOfPath_Config> <! -- End of Path -->
    

    New version 0.991:

    Code:
        <BlackList> <! -- Black List Mine, Herb (by location) -->
    
          <Location> <! -- Exclude 1 Mine, Herb (by location) -->
            <X>6885.812</X>
            <Y>2052.908</Y>
            <Z>828.6609</Z>
          </Location>
    
          <Location> <! -- Exclude 2 Mine, Herb (by location) -->
            <X>6425.214</X>
            <Y>3552.855</Y>
            <Z>424.68</Z>
          </Location>
    
        </BlackList> <! --END  Black List Mine, Herb (by location) -->
    

  2. #2
    Junior Member MixPixi is on a distinguished road
    Join Date
    Sep 2009
    Posts
    1

    Default

    Merci Rival uber l'Oestre, beaucoup de potentiel comme le Planeur pour ętre famouse, le garde l'emploi agréable en haut formidable.

    Thanks Rival uber Bot, a lot of potential as Glider to be famouse, keep it up super nice job.
    MixPixi

    PS:Here some little error of misstype and orginise the code.
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ArrayOfPath_Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!--Beginning of Path-->
       
    	<Path_Config> <!-- Path 1-->
    		<Min_Level>Niveau Minimum of the zone</Min_Level>
    	     	<Max_Level>Niveau maximum of the zone</Max_Level>
    	     
    	     	<Flying>true</Flying> <!-- If profiles it does not use flying mounting remove this line -->
    	     	<Mount>true</Mount> <!-- If profiles it does not use mounting terreste remove this line -->
    	     
    		<Factions> <!-- Beginning of the list of Mob has to attack by faction -->
    			<int>Faction of the Targets 1</int>
    			<int>Faction of the Targets 2</int>
    			<int>Faction of the Targets… </int>
    		</Factions> <!-- End of the list of Mob has to attack by faction -->
    	     
    		<Names><!-- Beginning of the list of Mob has to attack by name -->
    			<string>Nom of the targets 1</string> 
    			<string>Nom of the targets 2</string> 
    			<string>Nom of the targets… </string> 
    		</Names><!-- End of the list of Mob has to attack by name -->
    	     
    		<Order>Si you want to make Wp in the disorder enter “Ramdon” if not remove this ligne</Order>
    	
    		<Location><!-- Beginning Of the list of Wp -->
    			<Location><!-- Wp 1 -->
    				<X>Position X</X>
    				<Y>Position Y</Y>
    				<Z>Position Z</Z>
    			</Location><!-- End Wp 1 -->
    	       
    			<Location><!-- Wp 2 -->
    				<X>Position X</X>
    				<Y>Position Y</Y>
    				<Z>Position Z</Z>
    			</Location><!-- End Wp 2 -->
    	
    			<Location><!-- Wp… -->
    				<X>Position X</X>
    				<Y>Position Y</Y>
    				<Z>Position Z</Z>
    			</Location><!-- End Wp… -->
    		</Location><!-- End Of the list of Wp -->
    	
    		<Vendors><!-- Beginning Of the list of the Salesmen -->
    			<Vendor> <!-- Beginning salesman 1 -->
    				<Location><!-- Bear position 1 -->
    					<X>Position Salesman 1 X</X>
    					<Y>Position Salesman 1 Y</Y>
    					<Z>Position Salesman 1 Z</Z>
    				</Location><!-- Fine Bear position 1 -->
    	
    				<Name>Nom salesman 1</Name>
    				
    			</Vendor> <!-- Fine salesman 1 -->
    	
    			<Vendor> <!-- Salesman beginning… -->
    				<Location><!-- Bear position… -->
    					<X>Position Salesman… X</X>
    					<Y>Position Salesman… Y</Y>
    					<Z>Position Salesman… Z</Z>
    				</Location><!-- Fine Bear position… -->
    	
    				<Name>Nom salesman… </Name>
    				
    			</Vendor> <!-- Fine salesman… -->
    		</Vendors><!-- End Of the list of the Salesmen -->
    	
    	</Path_Config> <!-- End Path 1 -->
    	
    </ArrayOfPath_Config> <!-- End of Path -->
    

  3. #3
    GRB
    GRB is offline
    Junior Member GRB is on a distinguished road
    Join Date
    Sep 2009
    Posts
    29

    Default

    Hello Rival, maybe now that you have ur own forum you can reply to my questions! First of all look at this line in path profiles.

    Code:
    <Order>Si you want to make Wp in the disorder enter “Ramdon” if not remove this ligne</Order>
    
    Question: Its Ramdom? or Random? Couse correct english is RANDOM.

    Other Question: Its possible to make the bot interract with objects in game like portals? Like in Isle of Conquest i need to make the bot interact with the portals in the bases to get out of there.
    Last edited by GRB; 09-07-2009 at 05:47 AM.

  4. #4
    Administrator rival has disabled reputation
    Join Date
    Sep 2009
    Location
    France
    Posts
    403
    Blog Entries
    8

    Default

    New version 0.991:

    Code:
        <BlackList> <! -- Black List Mine, Herb (by location) -->
    
          <Location> <! -- Exclude 1 Mine, Herb (by location) -->
            <X>6885.812</X>
            <Y>2052.908</Y>
            <Z>828.6609</Z>
          </Location>
    
          <Location> <! -- Exclude 2 Mine, Herb (by location) -->
            <X>6425.214</X>
            <Y>3552.855</Y>
            <Z>424.68</Z>
          </Location>
    
        </BlackList> <! --END  Black List Mine, Herb (by location) -->
    

  5. #5
    Junior Member proffzetmedz is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    2

    Default

    Why can't some1 upload a mining map -.- ?! PM me plz if some1 have it! =)

  6. #6
    Junior Member nikle is an unknown quantity at this point
    Join Date
    Mar 2010
    Posts
    1

    Default Blacklist

    I see that you can blacklist herbs and mining nodes, but can you blacklist an NPC of the faction you're going after to kill?

    Here's what I'm doing..

    I'm killing Jazzrik.. pain in the ass that he is. but I don't want to kill the guy next to him named Rigglefuzz..

    Code:
    <Factions>
        <int>120</int>
    </Factions>
    
    <Names>
       <string>Jazzrik</string>
    </Names>
    
    <Blackist>
    
       <Names>
         <string>Rigglefuzz></string>
       </Names>
    
    </Blacklist>
    
    is it possible, or it it something that needs to be coded in?

  7. #7
    Junior Member legendary is an unknown quantity at this point
    Join Date
    Mar 2010
    Posts
    12

    Default

    Hi Rival
    i wanna ask u about "Faction"
    i had a path with some faction and it didnt work, it was just walking without killing mobs
    but when added these it worked
    <Factions>
    <int>44</int>
    <int>38</int>
    <int>534</int>
    <int>16</int>
    <int>61</int>
    <int>72</int>
    </Factions>


    im attacking 42--47 mobs
    i had these and it wasnt working

    <Factions>
    <int>14</int>
    <int>16</int>
    <int>22</int>
    <int>48</int>
    <int>103</int>
    </Factions>


    so can u tell me please, how can i get new of them when i wanna make a new path?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts