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!

[Release] Cabal Pilipinas Server Files + Database + Client

Initiate Mage
Joined
Oct 28, 2017
Messages
28
Reaction score
2
what is the magic key of xdata.dec someone could inform me or teach me how I see it
 
Joined
Apr 10, 2010
Messages
4
Reaction score
0
@Drav3n
Excuse me, but I would like to change it to Chinese. What position should I change in addition to the following two positions?
00455980 > \C741 75 06000>mov dword ptr ds:[ecx+0x75],0x6 -->0xa
00455987 . C3 retn
00455988 CC int3
00455989 CC int3
0045598A CC int3
0045598B CC int3
0045598C CC int3
0045598D CC int3
0045598E CC int3
0045598F CC int3
00455990 > A1 3C62AC00 mov eax,dword ptr ds:[0xAC623C]
00455995 . 3B41 75 cmp eax,dword ptr ds:[ecx+0x75]
00455998 . 74 07 je Xcabalpil.004559A1
0045599A . C741 75 06000>mov dword ptr ds:[ecx+0x75],0x6 -->0xa
 
Joined
Aug 3, 2011
Messages
963
Reaction score
506
Can anyone share the proper Microsoft SQL Server 2014 download link?

thanks! god bless!

Easiest way is to google it. It's FREE actually.



Drav3n
Excuse me, but I would like to change it to Chinese. What position should I change in addition to the following two positions?
00455980 > \C741 75 06000>mov dword ptr ds:[ecx+0x75],0x6 -->0xa
00455987 . C3 retn
00455988 CC int3
00455989 CC int3
0045598A CC int3
0045598B CC int3
0045598C CC int3
0045598D CC int3
0045598E CC int3
0045598F CC int3
00455990 > A1 3C62AC00 mov eax,dword ptr ds:[0xAC623C]
00455995 . 3B41 75 cmp eax,dword ptr ds:[ecx+0x75]
00455998 . 74 07 je Xcabalpil.004559A1
0045599A . C741 75 06000>mov dword ptr ds:[ecx+0x75],0x6 -->0xa

Check this thread to change the language.
http://forum.ragezone.com/f459/cabalmain-374-public-multilang-support-965191/
 
█║▌║▌║TheMerc iful║▌║▌║█
Member
Joined
Jan 29, 2005
Messages
1,360
Reaction score
80
Initiate Mage
Joined
Dec 27, 2017
Messages
29
Reaction score
1
read some articles and its barely impossible to do it, i just did an upgrade from 2012 to 2014 now i have another question.

should i restore Server01 from toast's DB 1st then restore your's?

thanks god bless!
restore the ServerTitan as Server01
you don't need Toasts' Server01.
 
Initiate Mage
Joined
May 25, 2018
Messages
22
Reaction score
1
I've successfully set up database and server however, when i run cabalpilipinas.exe (using batch file) the client auto closes after 3 seconds.
I'm using internal.txt
 
Initiate Mage
Joined
Dec 27, 2017
Messages
29
Reaction score
1
I guess you do not need internal.txt for it is connecting thru language.enc (if the batchs file command is breaklee then internal.txt)
just dec the language.enc and add your CentOS ip in there, and then try again..
 
Joined
Aug 3, 2011
Messages
963
Reaction score
506
hi Drav3n , may i know why i cant buy item cash in npc shop?

After restoring the SERVERTitan.bak into SERVER01 database, go to stored procedure and modify this SP.
dbo.cabal_sp_linked_purchase_cash_item
into
USE [SERVER01]
GO
/****** Object: StoredProcedure [dbo].[cabal_sp_linked_purchase_cash_item] Script Date: 9/20/2018 2:28:10 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[cabal_sp_linked_purchase_cash_item]
(
@UserNum INT,
@ItemKindIdx INT,
@ItemOption INT,
@DurationIdx INT,
@Count INT,
@TotalPrice INT,
@ResultCode INT OUTPUT,
@CashLogNo BIGINT OUTPUT,
@RemainingCash INT OUTPUT
)
AS
BEGIN
EXEC CabalCash.dbo.npc_purchaseCashItem @UserNum, @ItemKindIdx, @ItemOption, @DurationIdx,
@Count, @TotalPrice, @ResultCode OUTPUT, @CashLogNo OUTPUT, @RemainingCash OUTPUT
END



I've successfully set up database and server however, when i run cabalpilipinas.exe (using batch file) the client auto closes after 3 seconds.
I'm using internal.txt

As I remember, breaklee function (internal.txt) is not working on my cabalmain. Instead, use husky and edit the language.enc with your IP.
 
Junior Spellweaver
Joined
Aug 30, 2016
Messages
139
Reaction score
21
After restoring the SERVERTitan.bak into SERVER01 database, go to stored procedure and modify this SP.

into






As I remember, breaklee function (internal.txt) is not working on my cabalmain. Instead, use husky and edit the language.enc with your IP.


Thanks bro :D
 
Initiate Mage
Joined
May 25, 2018
Messages
22
Reaction score
1
Edit**

I decided to re-create it in my other laptop. lo and behold it worked and i have no idea how :w00t:
 
Last edited:
Back
Top