Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 00:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Aloken server files

Discussion on [Release]Aloken server files within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old 09/03/2011, 23:38   #136
 
SkadadIller's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 185
Received Thanks: 123
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 ?
SkadadIller is offline  
Old 09/04/2011, 00:04   #137
 
=Seph='s Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 577
Received Thanks: 412
No that's a exe problem not a client problem.
=Seph= is offline  
Old 09/04/2011, 00:58   #138
 
SkadadIller's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 185
Received Thanks: 123
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.
SkadadIller is offline  
Old 09/04/2011, 09:15   #139
 
eLO21's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,514
Received Thanks: 983
Why this is still not sticky? :/
eLO21 is offline  
Thanks
1 User
Old 09/04/2011, 18:23   #140
 
en[DEV]er's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 203
Received Thanks: 56
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 !
en[DEV]er is offline  
Old 09/05/2011, 00:17   #141
 
SkadadIller's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 185
Received Thanks: 123
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.
SkadadIller is offline  
Old 09/05/2011, 00:22   #142
 
=Seph='s Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 577
Received Thanks: 412
that's a client problem, not a exe problem.
=Seph= is offline  
Old 09/05/2011, 00:31   #143
 
[DEV]Harmony's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 815
Received Thanks: 431
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.
[DEV]Harmony is offline  
Old 09/05/2011, 00:51   #144
 
elite*gold: 0
Join Date: Aug 2011
Posts: 29
Received Thanks: 10
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>
Nites90 is offline  
Old 09/05/2011, 02:05   #145
 
SkadadIller's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 185
Received Thanks: 123
Yea I know, I did that, was not exe problem after all.
SkadadIller is offline  
Old 09/07/2011, 19:46   #146
 
elite*gold: 0
Join Date: Sep 2008
Posts: 31
Received Thanks: 3
can't partypvp ?
tzwycn is offline  
Old 09/07/2011, 21:48   #147
 
[DEV]Harmony's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 815
Received Thanks: 431
Quote:
Originally Posted by tzwycn View Post
can't partypvp ?
No <_<
[DEV]Harmony is offline  
Old 09/07/2011, 22:25   #148
 
elite*gold: 0
Join Date: Oct 2008
Posts: 266
Received Thanks: 96
Tnx...dude perfect works!!!!!


which clinet do you use?
theoners is offline  
Old 09/08/2011, 00:54   #149
 
elite*gold: 0
Join Date: Jun 2009
Posts: 13
Received Thanks: 1
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 .
Cloddes93 is offline  
Old 09/09/2011, 22:30   #150
 
elite*gold: 0
Join Date: Jan 2010
Posts: 66
Received Thanks: 17
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
shankle is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Release] Chinese Aloken Server files
12/28/2010 - Dekaron Private Server - 41 Replies
Yea i said i wasnt gonna release anything else but fuck it. Can't take my grief out on everyone else just cuz this place needs alot of improvement. These are aloken server files i found on Google. They do loads alo skills and actions. Havent had much of testserver to check them with but dekaronserver loads up the alo info. The mods from wher ei got this released it and its clean. MY AV says infected but the mod told me its from the packer used to pack the files. If anyone finds any different...
[Release]Aloken Server-Files
10/17/2009 - Dekaron Private Server - 19 Replies
********************** Aloken Server-Files ********************** *Please Dont Reply Or Close This Topic Unit It's Ready . *This Topic Will Be UPDATED . POSTED : Friday, October 16, 2009 at 8:56:38 PM Warning : Using Other Unpacked Client Or Action 3 Moded Client Will Not Get Aloken Working . -Using silkbotter Server Files Or Client Will Not Get Aloken Working .



All times are GMT +1. The time now is 00:35.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.