Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 23:04

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

Advertisement



[RELEASE] | Trie Muse Client [14 Classes ]

Discussion on [RELEASE] | Trie Muse Client [14 Classes ] within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2008
Posts: 226
Received Thanks: 33
Cool [RELEASE] | Trie Muse Client [14 Classes ]

As the title says.
This is a client with the new class also known as trie muse, it's working
To get it working you need to do small exe work at serverside
Just put your IP in channelist.csv/loginlist.csv
The character can be used if you change in database CHARACTER under table user_character - column bypcclass to code 13
Note: this is not fully functional without the server side.
Note: Client exe is packed.
Enjoy



lifs2000 is offline  
Thanks
2 Users
Old 02/03/2023, 00:51   #2




 
Autrux's Avatar
 
elite*gold: 1
Join Date: Dec 2010
Posts: 33,275
Received Thanks: 5,709
Could you add a virustotal of your file?
Autrux is offline  
Old 02/03/2023, 03:42   #3
 
elite*gold: 0
Join Date: Feb 2014
Posts: 80
Received Thanks: 5
version.ini
Incomplete file
database bypcclass to code 13 It fails to work well
DekaronServer.exe
All released
naco158 is offline  
Old 02/03/2023, 07:28   #4
 
qq445644049's Avatar
 
elite*gold: 0
Join Date: Aug 2022
Posts: 31
Received Thanks: 3
I hope I can get inspiration from it
qq445644049 is offline  
Thanks
1 User
Old 02/03/2023, 09:12   #5
 
elite*gold: 0
Join Date: Mar 2008
Posts: 226
Received Thanks: 33
Quote:
Originally Posted by naco158 View Post
version.ini
Incomplete file
database bypcclass to code 13 It fails to work well
DekaronServer.exe
All released
version.ini > V file in /BIN/ directory

Quote:
Originally Posted by Autrux View Post
Could you add a virustotal of your file?

Not a problem at all fam.


lifs2000 is offline  
Old 02/04/2023, 02:29   #6
 
elite*gold: 0
Join Date: May 2010
Posts: 108
Received Thanks: 10
-- Character Class Parsing
SELECT @_gubun = CASE @v_byPCClass
WHEN 0 THEN 'A'
WHEN 1 THEN 'B'
WHEN 2 THEN 'C'
WHEN 3 THEN 'D'
WHEN 4 THEN 'E'
WHEN 5 THEN 'F'
WHEN 6 THEN 'G' -- ADDED BY TORRASKE FOR ALOKEN
WHEN 10 THEN 'H' -- ADDED BY TORRASKE FOR CONCENNA
WHEN 11 THEN 'I' -- ADDED BY TORRASKE FOR SEGU
WHEN 9 THEN 'J' -- ADDED BY TORRASKE FOR BLACK WIZARD
WHEN 12 THEN 'K' -- ADDED BY TORRASKE FOR HALF BAGI
WHEN 7 THEN 'L' -- ADDED BY TORRASKE FOR HALF BAGI
WHEN 8 THEN 'M' -- ADDED BY TORRASKE FOR HALF BAGI
ELSE 'Z'
END

IF @v_byPCClass <= 9
BEGIN
SET @char_no = 'DEKARON'+CAST(@v_byPCClass as varchar(1))+'000001'
END
ELSE
BEGIN
if @v_byPCClass = 10
BEGIN
SET @char_no = 'DEKARON'+'A'+'000001'
END
if @v_byPCClass = 11
BEGIN
SET @char_no = 'DEKARON'+'B'+'000001'
END
if @v_byPCClass = 12
BEGIN
SET @char_no = 'DEKARON'+'C'+'000001'
END
if @v_byPCClass = 8
BEGIN
SET @char_no = 'DEKARON'+'8'+'000001'
END
END

13 Classes

SP_CHAR_CREATE

WHEN 13 THEN 'N'

if @v_byPCClass = 13
BEGIN

SET @char_no = 'DEKARON'+'N'+'000001'
END
keyrita is offline  
Old 02/04/2023, 02:50   #7
 
elite*gold: 0
Join Date: Feb 2014
Posts: 80
Received Thanks: 5
No Serverdekaron.exe
naco158 is offline  
Old 02/04/2023, 02:59   #8
 
delkiller's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 64
Received Thanks: 3
Quote:
Originally Posted by keyrita View Post
-- Character Class Parsing
SELECT @_gubun = CASE @v_byPCClass
WHEN 0 THEN 'A'
WHEN 1 THEN 'B'
WHEN 2 THEN 'C'
WHEN 3 THEN 'D'
WHEN 4 THEN 'E'
WHEN 5 THEN 'F'
WHEN 6 THEN 'G' -- ADDED BY TORRASKE FOR ALOKEN
WHEN 10 THEN 'H' -- ADDED BY TORRASKE FOR CONCENNA
WHEN 11 THEN 'I' -- ADDED BY TORRASKE FOR SEGU
WHEN 9 THEN 'J' -- ADDED BY TORRASKE FOR BLACK WIZARD
WHEN 12 THEN 'K' -- ADDED BY TORRASKE FOR HALF BAGI
WHEN 7 THEN 'L' -- ADDED BY TORRASKE FOR HALF BAGI
WHEN 8 THEN 'M' -- ADDED BY TORRASKE FOR HALF BAGI
ELSE 'Z'
END

IF @v_byPCClass <= 9
BEGIN
SET @char_no = 'DEKARON'+CAST(@v_byPCClass as varchar(1))+'000001'
END
ELSE
BEGIN
if @v_byPCClass = 10
BEGIN
SET @char_no = 'DEKARON'+'A'+'000001'
END
if @v_byPCClass = 11
BEGIN
SET @char_no = 'DEKARON'+'B'+'000001'
END
if @v_byPCClass = 12
BEGIN
SET @char_no = 'DEKARON'+'C'+'000001'
END
if @v_byPCClass = 8
BEGIN
SET @char_no = 'DEKARON'+'8'+'000001'
END
END

13 Classes

SP_CHAR_CREATE

WHEN 13 THEN 'N'

if @v_byPCClass = 13
BEGIN

SET @char_no = 'DEKARON'+'N'+'000001'
END
What is this for, sir?
delkiller is offline  
Old 02/04/2023, 03:03   #9
 
elite*gold: 0
Join Date: May 2010
Posts: 108
Received Thanks: 10
The character can be used if you change in database CHARACTER under table user_character - column bypcclass to code 13

Note: this is not fully functional without the server side.
keyrita is offline  
Thanks
1 User
Old 02/04/2023, 03:14   #10
 
elite*gold: 0
Join Date: Feb 2014
Posts: 80
Received Thanks: 5
Can you send one?

Quote:
Originally Posted by keyrita View Post
The character can be used if you change in database CHARACTER under table user_character - column bypcclass to code 13

Note: this is not fully functional without the server side.
Can you send one server?
naco158 is offline  
Old 02/04/2023, 03:19   #11
 
elite*gold: 0
Join Date: May 2010
Posts: 108
Received Thanks: 10
self-repair
keyrita is offline  
Old 02/05/2023, 05:15   #12
 
qq445644049's Avatar
 
elite*gold: 0
Join Date: Aug 2022
Posts: 31
Received Thanks: 3
Unable to learn and use skills...

No DekaronServer.exe

qq445644049 is offline  
Old 02/06/2023, 06:04   #13
 
delkiller's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 64
Received Thanks: 3
Quote:
Originally Posted by keyrita View Post
The character can be used if you change in database CHARACTER under table user_character - column bypcclass to code 13

Note: this is not fully functional without the server side.
How to use this query
I try but has error
delkiller is offline  
Old 02/06/2023, 12:51   #14



 
Darijuš's Avatar
 
elite*gold: 13
Join Date: Nov 2019
Posts: 58
Received Thanks: 115
Quote:
Originally Posted by delkiller View Post
How to use this query
I try but has error
It's very simple, if anyone else is wondering...locate in programmability in character database and find "SP_CHAR_CREATE" this is where you can find script and fix it to create 13th class:

Darijuš is offline  
Thanks
1 User
Old 02/06/2023, 13:13   #15
 
elite*gold: 0
Join Date: Feb 2013
Posts: 62
Received Thanks: 38
Because none of you are able to fix the server side, having client side won't really do much since you can't use my client. Developers who can fix server side will never share it because it is too valuable. So have fun using it around for a bit but if you really want good client you should invest on files like most of us do
mr.deathalb is offline  
Reply

Tags
dekaron, free, leak, new class, release


Similar Threads Similar Threads
[RELEASE]Trie Muse Skills
02/05/2023 - Dekaron Private Server - 3 Replies
Trie Muse Skills
[HELP] Trie Muse Skills
01/02/2023 - Dekaron Private Server - 4 Replies
Hello everyone, Hope y'all are doing great. I would like to ask for some help about the Trie Muse skill files. Latetly, we've been working on implementing this class. However, we failed to unpack the skills part and hoping someone will share it. Thank you guys, if you have any concerns aswell feel free to to comment into this thread. P.S: This thread is now solved. Thanks to naco158 Link: https://www.elitepvpers.com/forum/dekaron-private- server/5098683-release-trie-muse-skills.html
WTS - Hero online Muse lv. 77
02/17/2012 - Trading - 1 Replies
Hey all, I want to sell my lvl 77 Hero online acc/soul what ever.... It is a muse with musa ^^ Skills: Pentskills: Master - Max Div. - Max POW - Max HP - Max Wind Drift - Max
[Guide] Muse Quest For Amy
02/27/2010 - Grand Chase Philippines - 12 Replies
sa lhat ng muse questors sa ruins of the silver knight po marami na fragment at sa fairy queen po may medal try nyu xD i got 13-17 fragments



All times are GMT +2. The time now is 23:04.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.