[Release]Aloken server files

09/03/2011 23:38 SkadadIller#136
Aloken can't fish?
maybe I can fix that for you, made a client almost fully working before, and Aloken could fish.
You have problems with aloken in party aswell ?
09/04/2011 00:04 =Seph=#137
No that's a exe problem not a client problem.
09/04/2011 00:58 SkadadIller#138
I know that is exe problem, but I have done it before, so I can try fix this problem if you like.

I will set up a server and try your files out tomorrow, and then edit them. I will save every code I add, and send you.
09/04/2011 09:15 eLO21#139
Why this is still not sticky? :/
09/04/2011 18:23 en[DEV]er#140
Quote:
Originally Posted by eLO21 View Post
Why this is still not sticky? :/
in stick post have a topic with this files and action/list raised ! for that !
09/05/2011 00:17 SkadadIller#141
Gj on exe. Still some bugs, but aloken is there.

Client crash if you make party with aloken just so you know, but have fix that before aswell.
09/05/2011 00:22 =Seph=#142
that's a client problem, not a exe problem.
09/05/2011 00:31 [DEV]Harmony#143
Quote:
Originally Posted by SkadadIller View Post
Gj on exe. Still some bugs, but aloken is there.

Client crash if you make party with aloken just so you know, but have fix that before aswell.
It works fine its your client.
09/05/2011 00:51 Nites90#144
Quote:
Originally Posted by SkadadIller View Post
Gj on exe. Still some bugs, but aloken is there.

Client crash if you make party with aloken just so you know, but have fix that before aswell.
Put this in "data/script/ui/game2/ui_partyinfo.txttxt"
Code:
<window>
	name			party_info
	enable			true
	visible			true
	layer			100
	rect			0 0 258 246
	titlerect		0 0 242 24

	<panel>
		id		pan_back
		enable		true
		visible		true
		layer		1
		rect		0 0 258 246
		<image>
			key		none
			screen	party 
			index	3
		</image>
		
		<label>
			id			lbl_title
			enable		true
			visible		true
			layer		10
			align		center
			rect		28 2 200 14
			<title>
				color		ffffffff
				fontIndex	4
				text2 		300 7
			</title>
		</label>
	</panel>

	<button>
		id			btn_exit
		enable		true
		visible		true
		layer		100
		rect		242 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>	
	
	<label>
		id			lbl_partyName
		enable		true
		visible		true
		layer		100
		rect		10 30 51 14
		<title>
			color		FFF4BE3D
			fontIndex	4
			text2 		300 8
		</title>
	</label>	
		
	<panel>
		id		panel_partyname
		enable		true
		visible		true
		layer		100
		rect		74 29 101 14	
		<title>
				color		ffffffff
				fontIndex	4
				position	0 0				
		</title>	
	</panel>
	
	<button>
		id			btn_partyname
		enable		true
		visible		false
		layer		100
		align 		center
		rect		189 27 57 19
		<image>
			key		none
			screen	etc_01
			index	2
		</image>
		<title>
			state 		none
			color		ff929292
			fontIndex	2
			position	0 4
			text2		300 9
		</title>
		<title>
			state 		over
			color		ffffffff
			fontIndex	2
			position	0 4
		</title>
		<title>
			state 		down
			color		ff929292
			fontIndex	2
			position	0 6
		</title>
	</button>
	
	<button>
		id			btn_partyleadertrust
		enable		true
		visible		false
		layer		100
		align 		center
		rect		12 221 57 19
		<image>
			key		none
			screen	etc_01
			index	2
		</image>
		<title>
			state 		none
			color		ff929292
			fontIndex	2
			position	0 4
			text2		300 10
		</title>
		<title>
			state 		over
			color		ffffffff
			fontIndex	2
			position	0 4
		</title>
		<title>
			state 		down
			color		ff929292
			fontIndex	2
			position	0 6
		</title>
	</button>
		
	<button>
		id			btn_partyunion
		enable		true
		visible		false
		layer		100
		align 		center
		rect		74 221 56 18
		<title>
			state 		none
			color		ff929292
			fontIndex	2
			position	0 4
			text2		300 13
		</title>
		<title>
			state 		over
			color		ffffffff
			fontIndex	2
			position	0 4
		</title>
		<title>
			state 		down
			color		ff929292
			fontIndex	2
			position	0 6
		</title>
	</button>

	<button>
		id			btn_partydisband
		enable		true
		visible		false
		layer		100
		align 		center
		rect		74 221 57 18
		<title>
			state 		none
			color		ff929292
			fontIndex	2
			position	0 4
			text2		300 12
		</title>
		<title>
			state 		over
			color		ffffffff
			fontIndex	2
			position	0 4
		</title>
		<title>
			state 		down
			color		ff929292
			fontIndex	2
			position	0 6
		</title>
	</button>

	<button>
		id		btn_partysecession
		enable		true
		visible		false
		layer		100
		align 		center
		rect		74 221 57 18
		<title>
			state 		none
			color		ff929292
			fontIndex	2
			position	0 4
			text2		300 11
		</title>
		<title>
			state 		over
			color		ffffffff
			fontIndex	2
			position	0 4
		</title>
		<title>
			state 		down
			color		ff929292
			fontIndex	2
			position	0 6
		</title>
	</button>

	<label>
			id		lbl_partyitemway
			enable		true
			visible		false
			layer		102
			align		center
			rect		137 222 94 14
			<title>
				color		ff00ff00
				fontIndex	2	
			</title>
	</label>

	<combobox>
		id		combo_partyitemway
		enable		true
		visible		true
		border 		false 	
		layer		100
		rect		137 222 106 20
		
		<iteminfo>		
			rect 	5 0 96 20
					
			<item>
				index   0
				data	0
				string 	70 16
			</item>
			<item>
				index   1
				data	1
				string 	70 17
			</item>
			<item>
				index   2
				data	2
				string 	70 18
			</item>
			<item>
				index   3
				data	3
				string 	70 19
			</item>
		</iteminfo>

		<nodeinfo>
			selrect	0 0 106 20 
			btnrect	94 3 12 12
			
			<image>
				key	board_body
				screen	party
				index	4
			</image>
			<image>
				key		btn_none
				screen	etc_01
				index	15
			</image>
			<image>
				key		btn_over
				screen	etc_01
				index	16
			</image>
			<image>
				key		btn_down
				screen	etc_01
				index	17
			</image>
		</nodeinfo>		
	</combobox>
		
	<slotctrl>	
		id			pcinfoslot_0
		enable		false
		visible		false
		layer		100
		rect		5 54 248 27	
		<image>
			key		none
			color 	0x00000000
		</image>
		<image>
			key		over
			screen	party
			index	5
		</image>
		<image>
			key		down
			screen	party
			index	5
		</image>
		<image>
			key		check
			screen	party
			index	5
		</image>
		<classimage>
			key		swordman
			screen	etc_01
			index	34	
		</classimage>
		<classimage>
			key		archeress
			screen	etc_01
			index	35
		</classimage>
		<classimage>
			key		sorceress
			screen	etc_01
			index	36	
		</classimage>
		<classimage>
			key		summoner
			screen	etc_01
			index	37	
		</classimage>	

		<classimage>
			key		segnalle
			screen	etc_01
			index	38	
		</classimage>
		<classimage>
			key		warrior
			screen	etc_01
			index	39	
		</classimage>
		<classimage>
			key		alloken
			screen	etc_01
			index	40	
		</classimage>
			
		<panel>
			id			pcinfoslot_0_classtype_panel
			enable		true
			visible		true
			layer		100
			intersect	false
			rect		2 2 27 24	
			<image>
				key		0
				screen	etc_01
				index	34
			</image>	
		</panel>				
		
		<panel>
			id			pcinfoslot_0_pcname_panel
			enable		true
			visible		true
			layer		100
			intersect	false
			rect		29 2 100 14		
			<title>
				color		ffffffff
				fontIndex	2
				position	0 0				
			</title>		
		</panel>	
		
		<panel>
			id			pcinfoslot_0_mapname_panel
			enable		true
			visible		true
			layer		100
			intersect	false
			rect		132 2 100 14		
			<title>
				color		ffffffff
				fontIndex	2
				position	0 0				
			</title>		
		</panel>
		
		<panel>
			id			pcinfoslot_0_hp_bg
			enable		true
			visible		true
			layer		50
			intersect	false
			rect		29 17 217 8			
			<image>
				key		0
				screen	etc_01
				index	56
			</image>		
		</panel>

		<processbar>	
			id			pcinfoslot_0_hp_processbar
			enable		true
			visible		true
			layer		100
			intersect	false
			rect		29 18 217 7	
			maxsize     218
			<image>
				key		0
				screen	etc_01
				index	57
			</image>				
		</processbar>	

		<button>
			id				pcinfoslot_0_forceleave_btn
			enable			true
			visible			true
			layer			100
			rect			232 3 13 13		
			<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>	
	</slotctrl>
	
	<slotctrl>	
		id			emptyslot_0
		enable		false
		visible		false
		layer		100
		rect		5 54 248 27
		<image>
			key		none
			color 	0x00000000
		</image>
		<image>
			key		over
			screen	party
			index	5
		</image>			
	</slotctrl>
		
</window>
09/05/2011 02:05 SkadadIller#145
Yea I know, I did that, was not exe problem after all.
09/07/2011 19:46 tzwycn#146
can't partypvp ?
09/07/2011 21:48 [DEV]Harmony#147
Quote:
Originally Posted by tzwycn View Post
can't partypvp ?
No <_<
09/07/2011 22:25 theoners#148
Tnx...dude perfect works!!!!!


which clinet do you use?
09/08/2011 00:54 Cloddes93#149
Nice work, but i'm failing at it..... Can i ask for what action are theese exes? Becouse i've the action 9 server and it can't load all and say an error. Can you send me on pm or here a link for the serverfiles or the thread with it and a client??

Thanks in advance :).
09/09/2011 22:30 shankle#150
Quote:
Originally Posted by Cloddes93 View Post
Nice work, but i'm failing at it..... Can i ask for what action are theese exes? Becouse i've the action 9 server and it can't load all and say an error. Can you send me on pm or here a link for the serverfiles or the thread with it and a client??

Thanks in advance :).
You need the action limit fix by hellspider or you can just delete some stuff from action list.csv