[RELEASE] | Trie Muse Client [14 Classes ]

02/02/2023 22:34 lifs2000#1
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

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
02/03/2023 00:51 Autrux#2
Could you add a virustotal of your file?
02/03/2023 03:42 naco158#3
version.ini
Incomplete file
database bypcclass to code 13 It fails to work well
DekaronServer.exe
All released
02/03/2023 07:28 qq445644049#4
I hope I can get inspiration from it
02/03/2023 09:12 lifs2000#5
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.


[Only registered and activated users can see links. Click Here To Register...]
02/04/2023 02:29 keyrita#6
-- Character Class Parsing
SELECT @[Only registered and activated users can see links. Click Here To Register...]_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 @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+CAST(@v_byPCClass as varchar(1))+'000001'
END
ELSE
BEGIN
if @v_byPCClass = 10
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'A'+'000001'
END
if @v_byPCClass = 11
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'B'+'000001'
END
if @v_byPCClass = 12
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'C'+'000001'
END
if @v_byPCClass = 8
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'8'+'000001'
END
END

13 Classes

SP_CHAR_CREATE

WHEN 13 THEN 'N'

if @v_byPCClass = 13
BEGIN

SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'N'+'000001'
END
02/04/2023 02:50 naco158#7
No Serverdekaron.exe
02/04/2023 02:59 delkiller#8
Quote:
Originally Posted by keyrita View Post
-- Character Class Parsing
SELECT @[Only registered and activated users can see links. Click Here To Register...]_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 @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+CAST(@v_byPCClass as varchar(1))+'000001'
END
ELSE
BEGIN
if @v_byPCClass = 10
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'A'+'000001'
END
if @v_byPCClass = 11
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'B'+'000001'
END
if @v_byPCClass = 12
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'C'+'000001'
END
if @v_byPCClass = 8
BEGIN
SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'8'+'000001'
END
END

13 Classes

SP_CHAR_CREATE

WHEN 13 THEN 'N'

if @v_byPCClass = 13
BEGIN

SET @[Only registered and activated users can see links. Click Here To Register...]char_no = 'DEKARON'+'N'+'000001'
END
What is this for, sir?
02/04/2023 03:03 keyrita#9
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.
02/04/2023 03:14 naco158#10
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?
02/04/2023 03:19 keyrita#11
self-repair
02/05/2023 05:15 qq445644049#12
Unable to learn and use skills...

No DekaronServer.exe

[Only registered and activated users can see links. Click Here To Register...]
02/06/2023 06:04 delkiller#13
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
[Only registered and activated users can see links. Click Here To Register...]
02/06/2023 12:51 Darijuš#14
Quote:
Originally Posted by delkiller View Post
How to use this query
I try but has error
[Only registered and activated users can see links. Click Here To Register...]
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:

02/06/2023 13:13 mr.deathalb#15
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