H E L L I O N

Where the lords of Menyakis live
 
HomeHome  ­PortalPortal  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­Log inLog in  
H E L L I O N  :: 

try ko lng pwede?

 :: 

configz (SHARE LANG)

Post a reply
Username
Subject
Message body
 
 
  


Options-
HTML is OFF
BBCode is ON
Smilies are ON
 
Disable BBCode in this post
Disable Smilies in this post
Jump to:  
Topic review
AuthorMessage
troll
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>]
troll
Tue Oct 07, 2008 3:40 am   Topic: configz (SHARE LANG)

non-stop SG (for WIZ)

Code:
    useSelf_skill Storm Gust {
      lvl 5
      hp
      sp > 10%
      stopWhenHit 0
      notWhileSitting 1
      notInTown 1
      timeout 1
    }


source: http://darkmoon.ath.cx/viewtopic.php?f=8&t=1513&p=14507&hilit=storm+gust#p14507