Search found 1 match
- Thu Feb 20, 2020 8:49 pm
- Forum: Published Macros
- Topic: [ORION] Combat leveling
- Replies: 0
- Views: 2234
[ORION] Combat leveling
/** * @shard: UO Excelsior * @author: Raphael de Mello Barros * @contact: antitribus@gmail.com * @description: Macro to level up combat skills */ // Add the types from monsters var monstersTypes = { 1 : "0x008F", 2 : "0x002A", 3 : "0x008E" }; var config = { monsterScan...