User Tools

Site Tools


add_types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
add_types [2015/12/16 15:56]
dexter [Depositer]
add_types [2016/05/11 14:23]
dexter [Supplies Withdraw]
Line 152: Line 152:
 When your character reach the checkpoint will perform the following: //If the cap is less than 100 or the mana potions are lower than 50 it jumps to the **label Deposit** of contrary he jumps to the **label KeepHunting**.// When your character reach the checkpoint will perform the following: //If the cap is less than 100 or the mana potions are lower than 50 it jumps to the **label Deposit** of contrary he jumps to the **label KeepHunting**.//
  
-===== Suplies Withdraw =====+===== Supplies Withdraw =====
  
-The **Suplies Withdraw** will withdraw suplies from the depot, you must put this point in the center of a small amount of depots, the feature will find the best depot to go.+The **supplies Withdraw** will withdraw supplies from the depot, you must put this point in the center of a small amount of depots, the feature will find the best depot to go.
  
 **Code Parameter** **Code Parameter**
  
-You must pass a suplies list to the algorithm on the following format:+You must pass a supplies list to the algorithm on the following format:
 **id1 count1; id2 count2; id3 count3...** **id1 count1; id2 count2; id3 count3...**
  
Line 168: Line 168:
     //Gather 60 enchanted spears and 200 mana potions from depot.//     //Gather 60 enchanted spears and 200 mana potions from depot.//
  
 +**IMPORTANT**: The supplies must be in the Second backpack.
 **Errors** **Errors**
   * **Full backpack:** a error will happen when your backpack is full   * **Full backpack:** a error will happen when your backpack is full
   * **Low capacity:** a error will happen when you don't have capacity to push the items   * **Low capacity:** a error will happen when you don't have capacity to push the items
-  * **Unable to gather all:** a error will happen when the **Suplies Withdraw** is not able to get all the requested items (may happen when your supplies are over).+  * **Unable to gather all:** a error will happen when the **supplies Withdraw** is not able to get all the requested items (may happen when your supplies are over).
add_types.txt ยท Last modified: 2021/11/15 16:43 (external edit)