Need help to fix GM stuff

03/11/2012 06:50 Ultimo ☼#1
I used "search" but i didnt find nothing that can help me..so I decided to open a new thread about this.

i cant tele when i click "M" and i click on the map (but i can still tele by using the minimap)

Can someone tell me whats wrong? Thx :pimp:
03/11/2012 18:18 BioNicX#2
My first guess is your using an old client like action 2 or 3. That's why click to tele on the big map doesn't work. I don't know how to fix that.
For the Annc check your textures for i think its notice.dds (Make sure your using "GM" character).
03/11/2012 18:20 easystyle13#3
hmmm wait i know maybe your Problem.. i will send you a PN
03/11/2012 21:17 Ultimo ☼#4
Quote:
Originally Posted by BioNicX View Post
My first guess is your using an old client like action 2 or 3. That's why click to tele on the big map doesn't work. I don't know how to fix that.
For the Annc check your textures for i think its notice.dds (Make sure your using "GM" character).
yeah i'm working on 2moons A3 client :P And thx for the hint, ill check this dds.

EDIT:

Announcement fixed :) Problem was on the dds.

Now i just need to know how fix tele on the big map.
03/13/2012 09:32 Ultimo ☼#5
BUMP. ^^
03/13/2012 17:08 Ultimo ☼#6
Quote:
Originally Posted by =Seph= View Post
noob ultimo :)
Lolz yo bro :pimp:

Ontopic:
Nobody know how fix tele on the big map? :|
03/13/2012 17:57 seias#7
ui minimap wnd

add under pan map <panel>
id pan_movetargetmini
enable true
visible false
layer 200
rect 100 100 34 38
<image>
key 0
screen mainbar_minimap
index 32
</image>
</panel>
05/10/2013 21:33 conquer93#8
Quote:
Originally Posted by seias View Post
ui minimap wnd

add under pan map <panel>
id pan_movetargetmini
enable true
visible false
layer 200
rect 100 100 34 38
<image>
key 0
screen mainbar_minimap
index 32
</image>
</panel>
he ment bigmap not minimap. heres the fix for the ppl who also have this problem :)

Code:
<window>
	name			map_win
	enable			true
	visible			true
	layer			100
	rect			0 0 543 543
	titlerect		0 0 470 23
	<panel>
		id			pan_bg
		enable		true
		visible		true
		layer		100
		rect		0 0 543 543
		<panel>
			id			pan_bg_LT
			enable		true
			visible		true
			layer		1
			rect		0 0 512 512
			<image>
				key		0
				screen	bigmap
				index	1
			</image>
		</panel>
		<panel>
			id			pan_bg_LB
			enable		true
			visible		true
			layer		1
			rect		0 512 512 31
			<image>
				key		0
				screen	bigmap
				index	2
			</image>
		</panel>
		<panel>
			id			pan_bg_RT
			enable		true
			visible		true
			layer		1
			rect		512 0 12 277
			<image>
				key		0
				screen	bigmap
				index	3
			</image>
		</panel>
		<panel>
			id			pan_bg_RB
			enable		true
			visible		true
			layer		1
			rect		512 277 12 266
			<image>
				key		0
				screen	bigmap
				index	4
			</image>
		</panel>
	</panel>
	<panel>
		id			pan_title
		enable		true
		visible		true
		layer		110
		rect		0 0 543 23
		<label>
			id			lbl_mapName
			enable		true
			visible		true
			layer		10
			align		center
			rect		0 3 543 14
			<title>
				color		ffffffff
				fontIndex	4
			</title>
		</label>
		<button>
			id			btn_minus
			enable		true
			visible		true
			layer		100
			type		0
			rect		470 4 12 12
			<image>
				key		none
				screen	etc_01
				index	11
			</image>
			<image>
				key		over
				screen	etc_01
				index	12
			</image>
			<image>
				key		down
				screen	etc_01
				index	13
			</image>
		</button>
		<button>
			id			btn_plus
			enable		true
			visible		true
			layer		100
			type		0
			rect		488 4 12 12
			<image>
				key		none
				screen	etc_01
				index	7
			</image>
			<image>
				key		over
				screen	etc_01
				index	8
			</image>
			<image>
				key		down
				screen	etc_01
				index	9
			</image>
		</button>
		<button>
			id			btn_close
			enable		true
			visible		true
			layer		100
			type		0
			rect		508 3 13 13
			sound  0
			<image>
				key		none
				screen	etc_01
				index	3
			</image>
			<image>
				key		over
				screen	etc_01
				index	4
			</image>
			<image>
				key		down
				screen	etc_01
				index	5
			</image>
		</button>
	</panel>
	<panel>
		id			pan_silde
		enable			true
		visible			true
		layer			100
		rect			0 25 543 13
		<slidebar>
			id			sld_alpha
			enable		false
			visible		false
			layer		100
			rect		411 0 91 12
			min			0
			max			100
			minmaxpos	0	91
			<panel>
				id			sld_alpha_bar
				enable		false
				visible		false
				layer		100
				rect		12 0 9 12
				moveable	true
				noneimage	true
				<image>
					key			none
					screen		etc_01
					index		22
				</image>
				<image>
					key			over
					screen		etc_01
					index		23
				</image>
			</panel>
		</slidebar>
	</panel>
	<button>
		id			btn_npclist
		enable		false
		visible		false
		layer		110
		align		center	center
		type		0
		rect		26 25 90 13
		<image>
			key		0
			screen	bigmap
			index	55
		</image>
		<title>
			color		ffffffff
			fontIndex	4
			text2 		2000 30
		</title>
	</button>
	
	<panel>
		id			pan_npclist
		enable		false
		visible		false
		layer		300
		position	left top
		rect		6 48 300 400
		<listbox>
			id			list_npclist
			enable		false
			visible		false
			layer		500
			rect		2 2 250 340
			nodewidth   250
			nodeheight	16
			offset		4
			btnsize		16			
			<image>
				key		0
				screen	bigmap
				index	61
			</image>	
			<title>
				state		over
				color		FF74AEE4
				fontIndex	4
			</title>
			<title>
				state		check
				color		FFFFB900
				fontIndex	4
			</title>
			<title>
				state		none
				color		FFFFFFFF
				fontIndex	4
			</title>
			<vscroll>
				id			list_npclist_scroll
				enable		false
				visible		false
				layer		1
				rect		246 9 16 320
				maxvalue	0
				buttontick  1
				<button>
					id			list_npclist_scroll_upbtn
					enable		true
					visible		true
					layer		100
					rect		0 1 16 19
					<image>
						key		0
						screen	item_shop_popup
						index	32
					</image>
				</button>
				<button>
					id			list_npclist_scroll_downbtn
					enable		true
					visible		true
					layer		100
					rect		0 300 16 19
					<image>
						key		0
						screen	item_shop_popup
						index	33
					</image>
				</button>
				<panel>
					id			list_npclist_scroll_bar
					enable		false
					visible		false
					layer		100
					rect		0 15 16 32
					moveable	true
					<image>
						key		0
						screen	item_shop_popup
						index	34
					</image>
				</panel>
			</vscroll>
		</listbox>
	</panel>

	<panel>
		id			pan_body
		enable		true
		visible		true
		layer		100
		rect		6 25 512 512
		<panel>
			id			pan_map_bg
			enable		true
			visible		true
			intersect 	false
			layer		9
			rect		0 0 512 512
			<image>
				key		0
				screen	mainbar_minimap
				index	121
			</image>
		</panel>
		<panel>
			id			pan_map
			enable		true
			visible		true
			layer		10
			rect		0 0 512 512
			<image>
				key		0
				screen	minimap
				index	0
			</image>
			<panel>
				id			pan_sentryinfo
				enable		true
				visible		false
				intersect 	false
				layer		1000
				rect		312 0 200 60
				<image>
					key		0
					screen	siege
					index	6
				</image>
				<label>
					id			lbl_sentry_maxcount
					enable		true
					visible		true
					layer		110
					align 		center
					rect		0 12 200 16
					intersect	false
					<title>
						color		FFFFFFFF
						fontIndex	2
					</title>
				</label>
				<label>
					id			lbl_sentry_count
					enable		true
					visible		true
					layer		110
					align 		center
					rect		0 32 200 16
					intersect	false
					<title>
						color		FFF9B600
						fontIndex	2
					</title>
				</label>
				<label>
					id			lbl_sentry_fight
					enable		true
					visible		false
					layer		110
					align 		center
					rect		0 22 200 16
					intersect	false
					<title>
						color		FF76F756
						fontIndex	2
					</title>
				</label>
			</panel>
			<panel>
				id			pan_movetarget
				enable		true
				visible		false
				layer		280
				rect		100 100 34 38
				<image>
					key		0
					screen	mainbar_minimap
					index	32
				</image>
			</panel>			
			<panel>
				id			pan_pointArrow
				enable		true
				visible		true
				layer		300
				rect		100 100 14 21
				<image>
					key		0
					screen	mainbar_minimap
					index	30
				</image>
			</panel>
			<panel>
				id			pan_party_0
				enable		true
				visible		false
				layer		290
				rect		79 75 10 10
				<image>
					key		0
					screen	mainbar_minimap
					index	126
				</image>
			</panel>
			<panel>
				id			pan_party_1
				enable		true
				visible		false
				layer		290
				rect		79 75 10 10
				<image>
					key		0
					screen	mainbar_minimap
					index	126
				</image>
			</panel>
			<panel>
				id			pan_party_2
				enable		true
				visible		false
				layer		290
				rect		79 75 10 10
				<image>
					key		0
					screen	mainbar_minimap
					index	126
				</image>
			</panel>
			<panel>
				id			pan_party_3
				enable		true
				visible		false
				layer		290
				rect		79 75 10 10
				<image>
					key		0
					screen	mainbar_minimap
					index	126
				</image>
			</panel>
			<panel>
				id			pan_party_4
				enable		true
				visible		false
				layer		290
				rect		79 75 10 10
				<image>
					key		0
					screen	mainbar_minimap
					index	126
				</image>
			</panel>
			<panel>
				id			pan_party_5
				enable		true
				visible		false
				layer		290
				rect		79 75 10 10
				<image>
					key		0
					screen	mainbar_minimap
					index	126
				</image>
			</panel>
			<panel>
				id			pan_selectednpc
				enable		true
				visible		false
				layer		300
				rect		100 100 12 14
				<image>
					key		0
					screen	bigmap
					index	59
				</image>
			</panel>
			<panel>
				id			pan_selectednpc_effect
				enable		true
				visible		false
				layer		310
				rect		100 100 12 14
				<image>
					key		0
					screen	bigmap
					index	60
				</image>
			</panel>

			<panel>
				id			pan_new_tooltip
				enable		true
				visible		false
				layer		320
				rect		200 200 300 32
				<label>
					id		lbl_new_tooltip
					enable	true
					visible	true
					layer	340
					rect	3 3 250 14
					align	left
					<title>
						color		0xff1e165a
						fontIndex	2
					</title>
				</label>
				<panel>
					id		pan_new_tooltip_left
					enable	true
					visible	true
					layer	310
					rect	0 0 17 32
					<image>
						key		0
						screen	bigmap
						index	56
					</image>
				</panel>
				<panel>
					id		pan_new_tooltip_mid
					enable	true
					visible	true
					layer	310
					rect	17 0 73 24
					align	center center
					<image>
						key		0
						screen	bigmap
						index	57
					</image>
				</panel>
				<panel>
					id		pan_new_tooltip_right
					enable	true
					visible	true
					layer	310
					rect	90 0 10 24
					<image>
						key		0
						screen	bigmap
						index	58
					<image>
				</panel>
			</panel>
			
		</panel>
	</panel>
</window>