troll
Number of posts: 2 Age: 30 Registration date: 2008-10-07
 | |
troll
Number of posts: 2 Age: 30 Registration date: 2008-10-07
 | Subject: Re: configz (SHARE LANG) Fri Oct 10, 2008 8:18 am | |
| MERCHANT CLASS: attack skills| Code: | attackSkillSlot Cart Revolution { lvl 1 dist 1.5 sp > 10% aggressives 3 monsters maxUses 0 }
attackSkillSlot Mammonite { lvl 10 dist 1.5 sp > 10% monsters maxUses 3 }
|
self-skills
| Code: | useSelf_skill Crazy Uproar { lvl 1 sp > 10% whenStatusInactive Crazy Uproar inLockOnly 1 notWhileSitting 1 notInTown 1 timeout 10 }
useSelf_skill Adrenaline Rush { lvl 5 sp > 10% whenStatusInactive Adrenaline Rush inLockOnly 1 notWhileSitting 1 notInTown 1 timeout 10 }
useSelf_skill Power-Thrust { lvl 5 sp > 10% whenStatusInactive Power-Thrust inLockOnly 1 notWhileSitting 1 notInTown 1 timeout 10 }
useSelf_skill Weapon Perfection { lvl 5 sp > 10% whenStatusInactive Weapon Perfection inLockOnly 1 notWhileSitting 1 notInTown 1 timeout 10 }
useSelf_skill Meltdown { lvl 10 sp > 10% whenStatusInactive Meltdown notWhileSitting 1 notInTown 1 }
useSelf_skill Cart Boost { lvl 10 sp > 10% whenStatusInactive Cart Boost notWhileSitting 1 notInTown 1 } |
Switching Power Maximize skill To turn the skill ON
| Code: | useSelf_skill Power Maximize { lvl 5 sp > 50% whenStatusInactive Power Maximize inLockOnly 1 notWhileSitting 1 notInTown 1 } |
To turn the skill OFF
| Code: | useSelf_skill Power Maximize { lvl 5 sp < 20% whenStatusActive Power Maximize inLockOnly 1 notWhileSitting 1 notInTown 1 } |
Using Potion Pitcher skill
| Code: | useSelf_skill Potion Pitcher { lvl 2 hp < 50% sp > 20% }
|
To open a shop
| Code: | attackAuto 0
route_randomWalk 0
shopAuto_open 1 shop_random 0 <-- set to 1 if you want your items randomized
sitAuto_idle 1 <-- if you want your char to automatically sit |
edit your shop.txt file
| Code: | Shop title <name> [TAB] <price> [TAB] [<amount>] |
|
|