ArcheAngel Bot scripts examples

With the help of examples you can learn how to write scripts yourself and how to use the documentation correctly.

Review / Educational Articles

Information on how some script engine commands work and instructions on how to use them

Demonstration of working with XML files using the example of storing configs: saving and loading, filling and displaying.

Demonstration of working with threads: creation, suspending, resuming work.

Examples of ready-made scripts

Ready-made examples of scripts that solve any problems - just copy and run!

Basic example of fishing. In the script you need to specify the coordinates of the character and the place where to cast the fishing rod. The script will check for the presence of worms, check death, and move to a needed point if it was pushed away.

A basic example of a script that can kill mobs. The script searches for the nearest suitable target, approaches it in a straight line if necessary and attacks it with the specified skills.

Basic example of ore mining. The script searches for closest deposits, approaches them in a straight line, and applies the first available skill to them.

The script automatically targets the same objects that the specified characters done. If the first character has no target, the script will assist by the next one.

ArcheAngel Bot classes structure
  • Классы
    • TGameControl
    • TPaxEngine
    • TGameObject
      • TItem
        • TAucItem
      • TZoneItem
      • TSpawn
        • TLive
          • TNpc
            • TMount
          • TDoodad
          • TPlayer
            • TUser
      • TMailItem
      • TEffect
        • TBuff
        • TSkill
          • TCast
    • TGameList
      • TSpawnList
        • TPlayers
        • TMobs
        • TMounts
        • TDoodads
        • TNpcs
      • TInventory
      • TSkills
      • TSlotList
      • TZoneList
      • TBuffs
      • TMail
      • TAuction
    • TChatMessage
    • TAccount
    • TAccounts
    • THistoryMessage
    • TMessages