Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] Character creation other class enable

Newbie Spellweaver
Joined
Jan 22, 2024
Messages
12
Reaction score
3
Hello masters i know this is been ask many times but i could'nt find the answes or is the old answers is not applicable on the updated juver sources.

I just want to ask if where do i find in source or in gui how i can enable other class like Gunner and Assassin.
 
RaGEZONE VIP
[VIP] Member
Joined
Jul 18, 2023
Messages
372
Reaction score
78
Source bro.

1706166483250 - [HELP] Character creation other class enable - RaGEZONE Forums


Hello masters i know this is been ask many times but i could'nt find the answes or is the old answers is not applicable on the updated juver sources.

I just want to ask if where do i find in source or in gui how i can enable other class like Gunner and Assassin.
and for Extreme.

USE [RanGame1]
GO
/****** Object: StoredProcedure [dbo].[sp_Extreme] Script Date: 08/24/2010 15:08:45 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- 必碍何 巢/咯 积己 肮荐甫 馆券茄促.
ALTER PROCEDURE [dbo].[sp_Extreme] @NuserNum int

AS
DECLARE @ERROR_var int, @Rowcount_var int

SET NOCOUNT ON
Select (MSum-MS) As M, (FSum-FS) As F
From
(
Select isnull(Sum(M),0) As MSum, isnull(Sum(F),0) As FSum, isnull(Sum(MS),0) As MS, isnull(Sum(FS),0) As FS
From
(
Select ChaClass
,
Case ChaClass
When 1 Then 1<<<---0 change to zero
When 2 Then 1<<<---0 change to zero
When 256 Then 1<<<---0 change to zero
When 512 Then 1<<<---0 change to zero
Else 0
End As M
,
Case ChaClass
When 4 Then 1
When 8 Then 1
When 64 Then 1
When 128 Then 1
Else 0
End As F
,
Case ChaClass
When 16 Then
Case ChaDeleted
When 4 Then 0
Else 1
End
Else 0
End As MS
,
Case ChaClass
When 32 Then
Case ChaDeleted
When 4 Then 0
Else 1
End
Else 0
End As FS
From ChaInfo
) As t
) As tt


by: sir LUPIN III
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jan 22, 2024
Messages
12
Reaction score
3
ty po i found it already on Charactercreatepageset.cpp
 
Upvote 0
Back
Top