Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SkillChart - Shaman

off@kal. - on@gw2/d3 :)
Joined
May 30, 2009
Messages
772
Reaction score
480
just the basic skillchart for shaman as inixsoft did not made it yet..


SkillRoadmap
Code:
(filechk file_ver (country_type ENG) (filename skillroadmap))
(background
	(font 12) 
	(link system ( param ( width 260) ( height 320) ( style title) (bgcolor 230 0 0 0) ( caption "Skill Chart") ( layout script) ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 0 0 -40 )
			( titlebar 0 0 260 35 ( caption 30 -20 ) )
			( bg 10 10 -10 -45 )
		)
	)

	( page
		( pos 241 -39 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
)
	
( frame
	( page
		( font 20)	
		( pos 90 0)
		( line "Skill chart")
	)
	( page
		( line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
		( font 12)	
		( pos 110 60)
		( link ( text "Knight") ( param load "SkillRoadmapKnightMenu" 1 ))
		( pos 105 100)
		( link ( text "Magician") ( param load "SkillRoadmapMageMenu" 1 ))
		( pos 110 140)
		( link ( text "Archer") ( param load "SkillRoadmapArcherMenu" 1 ))
		( pos 110 180)
		( link ( text "Thief") ( param load "SkillRoadmapThiefMenu" 1 ))
		( pos 110 220)
		( link ( text "Shaman") ( param load "SkillRoadmapShamanMenu" 1 ))
		( pos 0 270)
		( line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	)
	( page 
		( pos 140 226)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
)

SkillRoadmapShaman0
Code:
(filechk file_ver (country_type ENG) (filename skillroadmapshaman0))
(background
	(font 12) 
	(wrap 600)
	(link system ( param ( width 600) ( height 400) ( style title vscroll) (bgcolor 230 0 0 0) ( caption "Unfamiliar Shaman Skill Chart") ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 -30 0 0 )
			( titlebar 0 -30 590 35 ( caption 30 -50 ) (close 0 -15))
			( bg 10 10 -10 -5 )
		)
	)
	( page
		( pos 581 -69 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
	( page 
		( pos 160 406)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmapShamanMenu" 1 ) )
		( pos 330 406)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
	( font 12)	
	(page
		(pos 16 -25)(word "Icon")
		(pos 78 -25)(word "Name")
		(pos 135 -30)(word "Acquirement")
		(pos 140 -17)(word "Condition")
		(pos 225 -25)(word "Max Level")
		(pos 280 -25)(word "MP Requirement")
		(pos 370 -25)(word "Cool Time")
		(pos 433 -25)(word "Execution Time")
		(pos 528 -25)(word "Max Limit")
	)
)

( frame
	(pos 10 0)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 25)
	(page
		(bitmap 'data\hypertext\active196' )
		(pos 62 18) (word "Ghost Blade")
		(pos 70 33) (word "[Active]")
		(pos 150 26) (word "1 level")
		(pos 240 10) (word "10")
		(pos 317 10) (word "-")
		(pos 390 10) (word "-")
		(pos 462 10) (word "-")
		(pos 545 10) (word "-")
		(pos 335 24) (word "Attack to the enemy by none elemental magic")
		(pos 330 37) (word "-")
		(pos 250 50) (word "-")
	)

	(pos 10 65)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 90)
	(page
		(bitmap 'data\hypertext\active197' )
		(pos 56 83) (word "Ghost Flash")
		(pos 71 98) (word "[Active]")
		(pos 150 91) (word "6 level")
		(pos 240 75) (word "10")
		(pos 304 75) (word "-")
		(pos 390 75) (word "-")
		(pos 440 75) (word "-")
		(pos 538 75)(word "-")
		(pos 270 96)(word "Attack to the enemy by spirit power of none elemental magic")
		(pos 300 111)(word "")
	)

	(pos 10 130)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 155)
	(page
		(bitmap 'data\hypertext\passive198' )
		(pos 68 148) (word "Soul Shield")
		(pos 70 163) (word "[Active]")
		(pos 150 156) (word "11 level")
		(pos 243 137) (word "6")
		(pos 317 137) (word "-")
		(pos 390 137) (word "-")
		(pos 464 137) (word "-")
		(pos 545 137) (word "-")
		(pos 265 154) (word "Make shield of soul for safe body")
		(pos 325 167) (word "-Increase additional defense")
		(pos 250 180) (word "-")
	)

	(pos 10 195)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 220)
	(page
		(bitmap 'data\hypertext\passive042' )
		(pos 60 213) (word "Energy Recovery")
		(pos 70 228) (word "[Passive]")
		(pos 150 221) (word "1 level")
		(pos 240 201) (word "10")
		(pos 317 201) (word "-")
		(pos 390 201) (word "-")
		(pos 466 201) (word "-")
		(pos 545 201) (word "-")
		(pos 250 219) (word "Increase MP recover")
		(pos 350 232) (word "")
		(pos 250 245) (word "")
	)

	(pos 10 260)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 285)
	(page
		(bitmap 'data\hypertext\passive043' )
		(pos 60 278) (word "Increase in Energy")
		(pos 71 293) (word "[Passive]")
		(pos 150 286) (word "1 level")
		(pos 243 267) (word "10")
		(pos 310 267) (word "-")
		(pos 380 267) (word "-")
		(pos 446 267) (word "-")
		(pos 545 267) (word "-")
		(pos 310 291) (word "Increase max HP")
		(pos 330 306) (word "-")
	)

	(pos 10 325)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
)

SkillRoadmapShaman1
Code:
 (filechk file_ver (country_type ENG) (filename skillroadmapshaman1))
(background
	(font 12) 
	(wrap 600)
	(link system ( param ( width 600) ( height 400) ( style title vscroll) (bgcolor 230 0 0 0) ( caption "Shaman Skill Chart") ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 -30 0 0 )
			( titlebar 0 -30 590 35 ( caption 30 -50 ) (close 0 -15))
			( bg 10 10 -10 -5 )
		)
	)
	( page
		( pos 581 -69 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
	( page 
		( pos 160 406)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmapShamanMenu" 1 ) )
		( pos 330 406)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
	( font 12)	
	(page
		(pos 16 -25)(word "Icon")
		(pos 78 -25)(word "Name")
		(pos 135 -30)(word "Acquirement")
		(pos 140 -17)(word "Condition")
		(pos 225 -25)(word "Max Level")
		(pos 280 -25)(word "MP Requirement")
		(pos 370 -25)(word "Cool Time")
		(pos 433 -25)(word "Execution Time")
		(pos 528 -25)(word "Max Limit")
	)
)

( frame
	(pos 10 0)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 25)
	(page
		(bitmap 'data\hypertext\active199' )
		(pos 56 18) (word "Wave")
		(pos 65 33) (word "[Active]")
		(pos 150 18) (word "30 Level")
		(pos 140 33) (word "10")
		(pos 243 10) (word "-")
		(pos 300 10) (word "-")
		(pos 385 10) (word "-")
		(pos 462 10) (word "-")
		(pos 536 10) (word "-")
		(pos 265 31) (word "Attack to the enemy by none elemental magic")
	)

	(pos 10 65)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 90)
	(page
		(bitmap 'data\hypertext\active200' )
		(pos 58 83) (word "Ghost Spear")
		(pos 65 98) (word "[Active]")
		(pos 150 91) (word "30 level")
		(pos 243 75) (word "10")
		(pos 300 75) (word "-")
		(pos 385 75) (word "-")
		(pos 462 75) (word "-")
		(pos 536 75) (word "-")
		(pos 250 96) (word "-")
		(pos 235 111) (word "Attack to the enemy by none elemental magic")
	)

	(pos 10 130)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 155)
	(page
		(bitmap 'data\hypertext\active201' )
		(pos 52 148) (word "Divine Shield")
		(pos 65 163) (word "[Active]")
		(pos 150 156) (word "35 level")
		(pos 243 139) (word "10")
		(pos 317 139) (word "-")
		(pos 390 139) (word "-")
		(pos 462 139) (word "-")
		(pos 545 139) (word "Increase Defense / Absorb")
		(pos 255 161) (word "Make shield of soul for safe body")
	)

	(pos 10 195)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 220)
	(page
		(bitmap 'data\hypertext\active202' )
		(pos 56 213) (word "Hurricane")
		(pos 65 228) (word "[Active]")
		(pos 150 221) (word "40 level")
		(pos 243 205) (word "10")
		(pos 304 205) (word "-")
		(pos 384 205) (word "-")
		(pos 462 205) (word "-")
		(pos 545 205) (word "-")
		(pos 320 226) (word "Attack to the enemies by area of effect none elmental magic")
	)

	(pos 10 260)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 285)
	(page
		(bitmap 'data\hypertext\active203' )
		(pos 56 278) (word "Pain of Soul")
		(pos 65 293) (word "[Active]")
		(pos 150 286) (word "41 level")
		(pos 243 270) (word "10")
		(pos 304 270) (word "-")
		(pos 384 270) (word "-")
		(pos 462 270) (word "-")
		(pos 545 270) (word "-")
		(pos 320 291) (word "Attack to the enemies by area of effect curse")
	)

	(pos 10 325)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 350)
	(page
		(bitmap 'data\hypertext\passive044' )
		(pos 44 343) (word "Spell Power")
		(pos 65 358) (word "[Passive]")
		(pos 150 351) (word "30 level")
		(pos 243 335) (word "10")
		(pos 304 335) (word "-")
		(pos 384 335) (word "-")
		(pos 462 335) (word "-")
		(pos 545 335) (word "-")
		(pos 310 356) (word "Increase INT by +2")
	)

	(pos 10 390)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 415)
	(page
		(bitmap 'data\hypertext\passive045' )
		(pos 64 401) (word "Deep Curse")
		(pos 50 416) (word "[Passive]")
		(pos 65 431) (word "30 Level")
		(pos 150 416) (word "10")
		(pos 243 400) (word "-")
		(pos 297 400) (word "-")
		(pos 384 400) (word "-")
		(pos 458 400) (word "-")
		(pos 545 400) (word "-")
		(pos 230 421) (word "Increase duration of Curse Skills")
	)

	(pos 10 455)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")

)

SkillRoadmapShaman2
Code:
(filechk file_ver (country_type ENG) (filename skillroadmapshaman2))
(background
	(font 12) 
	(wrap 600)
	(link system ( param ( width 600) ( height 400) ( style title vscroll) (bgcolor 230 0 0 0) ( caption "Hereditary Skill Chart") ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 -30 0 0 )
			( titlebar 0 -30 590 35 ( caption 30 -50 ) (close 0 -15))
			( bg 10 10 -10 -5 )
		)
	)
	( page
		( pos 581 -69 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
	( page 
		( pos 160 406)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmapShamanMenu" 1 ) )
		( pos 330 406)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
	( font 12)	
	(page
		(pos 16 -25)(word "Icon")
		(pos 78 -25)(word "Name")
		(pos 135 -30)(word "Acquirement")
		(pos 140 -17)(word "Condition")
		(pos 225 -25)(word "Max Level")
		(pos 280 -25)(word "MP Requirement")
		(pos 370 -25)(word "Cool Time")
		(pos 433 -25)(word "Execution Time")
		(pos 528 -25)(word "Max Limit")
	)
)

( frame
	(pos 10 0)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 25)
	(page
		(bitmap 'data\hypertext\passive015' )
		(pos 56 18) (word "Life Extension")
		(pos 65 33) (word "[Passive]")
		(pos 150 18) (word "50 level")
		(pos 140 33) (word "Auto Learn")
		(pos 243 10) (word "5")
		(pos 300 10) (word "-")
		(pos 385 10) (word "-")
		(pos 462 10) (word "-")
		(pos 536 10) (word "-")
		(pos 265 31) (word "Add more Health Points to your original HP forever.")
	)

	(pos 10 65)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 90)
	(page
		(bitmap 'data\hypertext\active204' )
		(pos 58 83) (word "Entangling")
		(pos 65 98) (word "[Active]")
		(pos 150 91) (word "50 level")
		(pos 243 75) (word "-")
		(pos 300 75) (word "-")
		(pos 385 75) (word "-")
		(pos 462 75) (word "-")
		(pos 536 75) (word "-")
		(pos 250 96) (word "Immobilizing a target enemy")
		(pos 235 111) (word "-")
	)

	(pos 10 130)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 155)
	(page
		(bitmap 'data\hypertext\passive046' )
		(pos 52 148) (word "increase Entangling")
		(pos 65 163) (word "[Passive]")
		(pos 150 156) (word "50 level")
		(pos 243 139) (word "-")
		(pos 317 139) (word "-")
		(pos 390 139) (word "-")
		(pos 462 139) (word "-")
		(pos 545 139) (word "-")
		(pos 255 161) (word "Increase immobilizing duration")
	)

	(pos 10 195)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 220)
	(page
		(bitmap 'data\hypertext\active205' )
		(pos 56 213) (word "Spear of Pain")
		(pos 65 228) (word "[Active]")
		(pos 150 221) (word "52 level")
		(pos 243 205) (word "-")
		(pos 304 205) (word "-")
		(pos 384 205) (word "-")
		(pos 462 205) (word "-")
		(pos 545 205) (word "-")
		(pos 320 226) (word "Attack to mental of the enemy by none elemental magic")
	)

	(pos 10 260)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 285)
	(page
		(bitmap 'data\hypertext\active206' )
		(pos 56 278) (word "Summoning Soul")
		(pos 65 293) (word "[Active]")
		(pos 150 286) (word "55 level")
		(pos 243 270) (word "5")
		(pos 304 270) (word "-")
		(pos 384 270) (word "-")
		(pos 462 270) (word "-")
		(pos 545 270) (word "-")
		(pos 320 291) (word "Summon powerful ghost")
	)

	(pos 10 325)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 350)
	(page
		(bitmap 'data\hypertext\active207' )
		(pos 44 343) (word "Drain Blood")
		(pos 65 358) (word "[Active]")
		(pos 150 351) (word "60 level")
		(pos 243 335) (word "6")
		(pos 304 335) (word "-")
		(pos 384 335) (word "-")
		(pos 462 335) (word "-")
		(pos 545 335) (word "-")
		(pos 310 356) (word "Gain to HP from enemies by area of effect spell")
	)

	(pos 10 390)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 415)
	(page
		(bitmap 'data\hypertext\active208' )
		(pos 64 401) (word "")
		(pos 50 416) (word "Mental Breakdown")
		(pos 65 431) (word "[Active]")
		(pos 150 416) (word "58 level")
		(pos 243 400) (word "5")
		(pos 297 400) (word "-")
		(pos 384 400) (word "-")
		(pos 458 400) (word "-")
		(pos 545 400) (word "-")
		(pos 230 421) (word "Curse to enemies by area of effect")
	)

	(pos 10 455)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 480)
	(page
		(bitmap 'data\hypertext\passive047' )
		(pos 50 473) (word "Ghost Fortification")
		(pos 65 488) (word "[Passive]")
		(pos 150 481) (word "50 level")
		(pos 243 465) (word "-")
		(pos 317 465) (word "-")
		(pos 390 465) (word "-")
		(pos 462 465) (word "-")
		(pos 545 465) (word "-")
		(pos 290 486) (word "Increase ATK of the ghost")
	)

	(pos 10 520)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 545)
	(page
		(bitmap 'data\hypertext\active209' )
		(pos 50 538) (word "Magical Explosion")
		(pos 65 553) (word "[Active]")
		(pos 150 546) (word "50")
		(pos 243 530) (word "-")
		(pos 304 530) (word "-")
		(pos 384 530) (word "-")
		(pos 462 530) (word "-")
		(pos 545 530) (word "-")
		(pos 310 551) (word "Attack to the enemy by none elemental spell")
	)

	(pos 10 585)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
)

SkillRoadmapShaman3
Code:
(filechk file_ver (country_type ENG) (filename skillroadmapshaman3))
(background
	(font 12) 
	(wrap 600)
	(link system ( param ( width 600) ( height 400) ( style title vscroll) (bgcolor 230 0 0 0) ( caption "Rising Shaman of God Skill Chart") ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 -30 0 0 )
			( titlebar 0 -30 590 35 ( caption 30 -50 ) (close 0 -15))
			( bg 10 10 -10 -5 )
		)
	)
	( page
		( pos 581 -69 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
	( page 
		( pos 160 406)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmapShamanMenu" 1 ) )
		( pos 330 406)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
	( font 12)	
	(page
		(pos 16 -25)(word "Icon")
		(pos 78 -25)(word "Name")
		(pos 135 -30)(word "Acquirement")
		(pos 140 -17)(word "Condition")
		(pos 225 -25)(word "Max Level")
		(pos 280 -25)(word "MP Requirement")
		(pos 370 -25)(word "Cool Time")
		(pos 433 -25)(word "Execution Time")
		(pos 528 -25)(word "Max Limit")
	)
)

( frame
	(pos 10 0)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 25)
	(page
		(bitmap 'data\hypertext\passive055' )
		(pos 56 18) (word "Curse Amplification")
		(pos 65 33) (word "[Passive]")
		(pos 150 18) (word "70 level")
		(pos 140 33) (word "-")
		(pos 243 10) (word "-")
		(pos 300 10) (word "-")
		(pos 385 10) (word "-")
		(pos 462 10) (word "-")
		(pos 536 10) (word "-")
		(pos 265 31) (word "Increase curse spell")
	)

	(pos 10 65)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 90)
	(page
		(bitmap 'data\hypertext\passive056' )
		(pos 50 83) (word "None elemental Amplification")
		(pos 65 98) (word "[Passive]")
		(pos 150 83) (word "70 level")
		(pos 140 98) (word "-")
		(pos 243 75) (word "-")
		(pos 317 75) (word "-")
		(pos 390 75) (word "-")
		(pos 462 75) (word "-")
		(pos 545 75) (word "-")
		(pos 240 96) (word "Increase none elemental spell")
	)

	(pos 10 130)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 155)
	(page
		(bitmap 'data\hypertext\active214' )
		(pos 50 148) (word "Collapse")
		(pos 65 163) (word "[Active]")
		(pos 150 156) (word "70 level")
		(pos 243 140) (word "-")
		(pos 304 140) (word "-")
		(pos 387 140) (word "-")
		(pos 462 140) (word "-")
		(pos 545 140) (word "-")
		(pos 270 161) (word "Attack by powerful curse")
	)

	(pos 10 195)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 220)
	(page
		(bitmap 'data\hypertext\active215' )
		(pos 74 213) (word "Ruler")
		(pos 65 228) (word "[Active]")
		(pos 150 221) (word "72 level")
		(pos 243 205) (word "-")
		(pos 304 205) (word "-")
		(pos 384 205) (word "-")
		(pos 452 205) (word "-")
		(pos 545 205) (word "-")
		(pos 280 226) (word "-")
		(pos 240 241) (word "Increase the summon state")
	)

	(pos 10 260)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 285)
	(page
		(bitmap 'data\hypertext\active216' )
		(pos 64 271) (word "")
		(pos 52 286) (word "Six Souls")
		(pos 65 301) (word "[Active]")
		(pos 150 286) (word "73 level")
		(pos 243 270) (word "-")
		(pos 314 270) (word "-")
		(pos 384 270) (word "-")
		(pos 462 270) (word "-")
		(pos 545 270) (word "-")
		(pos 270 291) (word "Attack to enemy by summons 6 souls")
	)

	(pos 10 325)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 350)
	(page
		(bitmap 'data\hypertext\active217' )
		(pos 60 336) (word "")
		(pos 56 351) (word "Exploding Spirit")
		(pos 65 366) (word "[Active]")
		(pos 150 351) (word "74 level")
		(pos 243 335) (word "5")
		(pos 314 335) (word "-")
		(pos 384 335) (word "-")
		(pos 462 335) (word "-")
		(pos 545 335) (word "-")
		(pos 290 356) (word "The summon attacks to enemies by area of effect")
	)

	(pos 10 390)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")

)

SkillRoadmapShaman4
Code:
(filechk file_ver (country_type ENG) (filename skillroadmapshaman4))
(background
	(font 12) 
	(wrap 600)
	(link system ( param ( width 600) ( height 400) ( style title vscroll) (bgcolor 230 0 0 0) ( caption "Exclusive Shaman Skill Chart") ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 -30 0 0 )
			( titlebar 0 -30 590 35 ( caption 30 -50 ) (close 0 -15))
			( bg 10 10 -10 -5 )
		)
	)
	( page
		( pos 581 -69 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
	( page 
		( pos 160 406)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmapShamanMenu" 1 ) )
		( pos 330 406)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
	( font 12)	
	(page
		(pos 16 -25)(word "Icon")
		(pos 78 -25)(word "Name")
		(pos 135 -30)(word "Acquirement")
		(pos 140 -17)(word "Condition")
		(pos 225 -25)(word "Max Level")
		(pos 280 -25)(word "MP Requirement")
		(pos 370 -25)(word "Cool Time")
		(pos 433 -25)(word "Execution Time")
		(pos 528 -25)(word "Max Limit")
	)
)

( frame
	(pos 10 0)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 25)
	(page
		(bitmap 'data\hypertext\active210' )
		(pos 56 18) (word "JigukKing")
		(pos 65 33) (word "[Active]")
		(pos 150 18) (word "50 Level")
		(pos 140 33) (word "10")
		(pos 243 10) (word "-")
		(pos 300 10) (word "-")
		(pos 385 10) (word "-")
		(pos 462 10) (word "-")
		(pos 536 10) (word "-")
		(pos 265 31) (word "By JihukKing of 4th Rising King, increase Max HP of team")
	)

	(pos 10 65)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 90)
	(page
		(bitmap 'data\hypertext\active211' )
		(pos 58 83) (word "JeungjangKing")
		(pos 65 98) (word "[Active]")
		(pos 150 91) (word "52 level")
		(pos 243 75) (word "10")
		(pos 300 75) (word "-")
		(pos 385 75) (word "-")
		(pos 462 75) (word "-")
		(pos 536 75) (word "-")
		(pos 250 96) (word "-")
		(pos 235 111) (word "By JeungjangKing of 4th Rising King, increase ATK of team")
	)

	(pos 10 130)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 155)
	(page
		(bitmap 'data\hypertext\active212' )
		(pos 52 148) (word "Ampflication of Blood")
		(pos 65 163) (word "[Active]")
		(pos 150 156) (word "53 level")
		(pos 243 139) (word "-")
		(pos 317 139) (word "-")
		(pos 390 139) (word "-")
		(pos 462 139) (word "-")
		(pos 545 139) (word "-")
		(pos 255 161) (word "Consume 5% HP, attack to nearby enemies")
	)

	(pos 10 195)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 220)
	(page
		(bitmap 'data\hypertext\active213' )
		(pos 56 213) (word "Wave of Emperor")
		(pos 65 228) (word "[Active]")
		(pos 150 221) (word "60 level")
		(pos 243 205) (word "-")
		(pos 304 205) (word "-")
		(pos 384 205) (word "-")
		(pos 462 205) (word "-")
		(pos 545 205) (word "-")
		(pos 320 226) (word "Attack to the enemies with the power of king by area of effect none elemental magic")
	)

	(pos 10 260)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 285)
	(page
		(bitmap 'data\hypertext\passive051' )
		(pos 56 278) (word "Gangshin Fortification")
		(pos 65 293) (word "[Passive]")
		(pos 150 286) (word "50 level")
		(pos 243 270) (word "10")
		(pos 304 270) (word "-")
		(pos 384 270) (word "-")
		(pos 462 270) (word "-")
		(pos 545 270) (word "-")
		(pos 320 291) (word "Increase Gangshin duration")
	)

	(pos 10 325)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 350)
	(page
		(bitmap 'data\hypertext\passive052' )
		(pos 44 343) (word "Bleeding Fortification")
		(pos 65 358) (word "[Passive]")
		(pos 150 351) (word "50 level")
		(pos 243 335) (word "10")
		(pos 304 335) (word "-")
		(pos 384 335) (word "-")
		(pos 462 335) (word "-")
		(pos 545 335) (word "-")
		(pos 310 356) (word "Decrease the amount of consumed HP by Blood speels")
	)

	(pos 10 390)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")

)

SkillRoadmapShaman5
Code:
(filechk file_ver (country_type ENG) (filename skillroadmapshaman5))
(background
	(font 12) 
	(wrap 600)
	(link system ( param ( width 600) ( height 400) ( style title vscroll) (bgcolor 230 0 0 0) ( caption "Spirit Shaman of God Skill Chart") ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 -30 0 0 )
			( titlebar 0 -30 590 35 ( caption 30 -50 ) (close 0 -15))
			( bg 10 10 -10 -5 )
		)
	)
	( page
		( pos 581 -69 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
	( page 
		( pos 160 406)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmapShamanMenu" 1 ) )
		( pos 330 406)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
	( font 12)	
	(page
		(pos 16 -25)(word "Icon")
		(pos 78 -25)(word "Name")
		(pos 135 -30)(word "Acquirement")
		(pos 140 -17)(word "Condition")
		(pos 225 -25)(word "Max Level")
		(pos 280 -25)(word "MP Requirement")
		(pos 370 -25)(word "Cool Time")
		(pos 433 -25)(word "Execution Time")
		(pos 528 -25)(word "Max Limit")
	)
)

( frame
	(pos 10 0)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 25)
	(page
		(bitmap 'data\hypertext\passive057' )
		(pos 60 11) (word "Gangshin")
		(pos 52 26) (word "Ruling")
		(pos 65 41) (word "[Passive]")
		(pos 150 18) (word "70 level")
		(pos 140 33) (word "-")
		(pos 243 10) (word "-")
		(pos 317 10) (word "-")
		(pos 390 10) (word "-")
		(pos 462 10) (word "-")
		(pos 545 10) (word "-")
		(pos 310 31) (word "Increase the sate when use Gangshin")
	)

	(pos 10 65)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 90)
	(page
		(bitmap 'data\hypertext\active218' )
		(pos 60 83) (word "JigukKing of Taein")
		(pos 65 98) (word "[Active]")
		(pos 150 83) (word "70 level")
		(pos 140 98) (word "10")
		(pos 243 75) (word "-")
		(pos 317 75) (word "-")
		(pos 390 75) (word "-")
		(pos 462 75) (word "-")
		(pos 545 75) (word "-")
		(pos 310 96) (word "After summon JihukKing of 4th Rising King, increase Max HP and Recovery")
	)

	(pos 10 130)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 155)
	(page
		(bitmap 'data\hypertext\active219' )
		(pos 50 148) (word "JeungjangKing of Taein")
		(pos 65 163) (word "[Active]")
		(pos 150 156) (word "72 level")
		(pos 243 139) (word "10")
		(pos 310 139) (word "-")
		(pos 384 139) (word "-")
		(pos 452 139) (word "-")
		(pos 545 139) (word "-")
		(pos 260 154) (word "-")
		(pos 230 167) (word "-")
		(pos 290 180) (word "After summon JeungjangKing of 4th Rising King, Increase team ATK")
	)

	(pos 10 195)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 220)
	(page
		(bitmap 'data\hypertext\active220' )
		(pos 54 213) (word "Soul Blow")
		(pos 65 228) (word "[Active]")
		(pos 150 221) (word "73 level")
		(pos 243 205) (word "-")
		(pos 310 205) (word "-")
		(pos 380 205) (word "-")
		(pos 462 205) (word "-")
		(pos 545 205) (word "-")
		(pos 240 219) (word "-")
		(pos 250 232) (word "-")
		(pos 220 245) (word "Powerful attack to a soul of enemy")
	)

	(pos 10 260)
	(line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	(pos 10 285)
)

SkillRoadmapShamanMenu
Code:
(filechk file_ver (country_type ENG) (filename skillroadmapshamanmenu))
(background
	(font 12) 
	(link system ( param ( width 260) ( height 335) ( style title) (bgcolor 230 0 0 0) ( caption "±Ã¼ö") ( layout script) ))
	(link mainframe 
		( param
			( upleft "data\ui\info-menu-top left.bmp" ) 
			( upcenter "data\ui\info-menu-top center.bmp" ) 
			( upright "data\ui\info-menu-top right.bmp" )
			( left "data\ui\\info-menu-left.bmp" ) 
			( right "data\ui\info-menu-right.bmp" )
			( downleft "data\ui\info-menu-bottom left.bmp" ) 
			( downcenter "data\ui\info-menu-bottom center.bmp" ) 
			( downright "data\ui\info-menu-bottom right.bmp" )

			( offset 0 0 0 -40 )
			( titlebar 0 0 250 35 ( caption 30 -20 ) (close 0 -15))
			( bg 10 10 -10 -45 )
		)
	)

	( page
		( pos 241 -39 )
		( button "close" (text "") (bitmap 'data\ui\info-exit small' ) ( tip "Close" ) (alpha) )
	)
)


( frame
	( page
		( font 20)	
		( pos 105 0)
		( line "Shaman")
	)
	( page
		( font 12)
		( line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")	
		( pos 90 50)
		( link ( text "Unfamiliar Shaman") ( param load "SkillRoadmapShaman0" 1 ))
		( pos 50 90)
		( link ( text "[1st Job]              Shaman") ( param load "SkillRoadmapShaman1" 1 ))
		( pos 50 130)
		( link ( text "[2nd Job]               Hereditary Shaman") ( param load "SkillRoadmapShaman2" 1 ))
		( pos 50 170)
		( link ( text "[2nd Job]            Exclusive Shaman") ( param load "SkillRoadmapShaman3" 1 ))
		( pos 50 210)
		( link ( text "[3rd Job]                 Rising Shaman of God") ( param load "SkillRoadmapShaman4" 1 ))
		( pos 50 250)
		( link ( text "[3rd Job]              Spirit Shaman of God") ( param load "SkillRoadmapShaman5" 1 ))
		( pos 0 280)
		( line "¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬")
	)
	( page 
		( pos 5 300)
		( button "back" (text "Back") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ( param load "SkillRoadmap" 1 )) 
		( pos 143 300)
		( button "cancel" (text "Close") (bitmap 'data\ui\B03-default' ) (BtnPop 'data\ui\B03-over') (BtnPush 'data\ui\B03-on') ) 
	)
)
 
Back
Top