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

Newbie Spellweaver
Joined
Oct 5, 2018
Messages
20
Reaction score
19
Anyone know the solution to create guild in the files are not creating
 
Newbie Spellweaver
Joined
Jun 18, 2010
Messages
14
Reaction score
0

Drav3n - [Release] Cabal Pilipinas Server Files + Database + Client - RaGEZONE Forums

Enough drama, here it go!

~~~~~~~~~~~~~~~~~~~~~ SERVER FILES ~~~~~~~~~~~~~~~~~~~~~


HOW TO INSTALL IT PROPERLY
Download the Toast Repack and install it as fresh.
- You can skip adding the server ip, database information on installation because we will replace it after patching the server files above.

After installation,

1. Go to /etc/cabal/ and delete everything EXCEPT GMSHeartITS, ImageAuth, ImageAuth_Login, Templates FOLDER.

2. then replace/overwrite all the files inside of Server Files:
- /etc/cabal
- /home/cabal

3. Go to /etc/odbc.ini and input your database ip address there.
4. Go to /etc/cabal/ and input your DB username and password on all .INI's inside of /etc/caba/*.ini
5. Go to /etc/cabal/*.ini and input your IP ADDRESS of centos on all world_xx_xx.ini
6. You're DONE!

~~~~~~~~~~~~~~~~~~~~~ DATABASE ~~~~~~~~~~~~~~~~~~~~~

Note: Ony SERVERTitan.bak included on the link above, this is the latest SERVER01 for FG and GL class switching process.

You may use the other clean database backup from extornia repack or toast repack. **just search the thread **
- ACCOUNT
- Authentication
- CabalCash
- EventData
- CabalGuild
- NetcafeBilling

HOW TO WIPE ALL CHARACTERS ON SERVERTitan.bak?
Go to Programmability >> Stored Procedures >> dbo.clean_server02 then Execute Stored Procedures

NOTE: This backup support and can be restore only on MSSQL 2014 and above.

~~~~~~~~~~~~~~~~~~~~~ CLIENT ~~~~~~~~~~~~~~~~~~~~~


XOR KEYS: 92 33 22 11

~~~~~~~~~~~~~~~~~~~~~ WEBSITE ~~~~~~~~~~~~~~~~~~~~~

Note: 0 support intended on this website.
Credits to: john_D for the CT4 site.

~~~~~~~~~~~~~~~~~~~~~ LAUNCHER ~~~~~~~~~~~~~~~~~~~~~

Link: http://forum.ragezone.com/f459/release-cabal-pilipinas-launcher-source-1152011/


I WILL PROVIDE A "LITTLE SUPPORT" ON SERVER FILES TO ENSURE THE FILES WILL WORK PROPERLY
AFTER INSTALLATION GUIDE ON THE ABOVE

THIS IS THE LAST BACKUP THAT I HAVE!​

EDIT:
- Added Toast repack link thread on the above
- Added guide on how to wipe all character on database
- Added Full Client download
- Added cabalmain including FG/GL + XOR KEYS
- Added launcher + source link

does it only work on CentOS 7?
 
Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
[Wed Nov 7 2018 11:10:05.383521 4151535312]: GetPathString(): Section /etc/cabal/Data/Mobs.scp
[Wed Nov 7 2018 11:10:05.571871 4151535312]: [###INVALID###] 'script.GetRowNum() < MAX_MOBSDATANUM' Failed : File: Mobs.scp, Table: Mobs, Row: -1 [Game/GameSystem.cpp:1597]
ACE_ASSERT: file Game/GameSystem.cpp, line 1597 assertion failed for 'script.GetRowNum() < 2048'.Aborting...
[Wed Nov 7 2018 11:10:05.572139 4151535312]: SIGABRT
[Wed Nov 7 2018 11:10:05.572244 4151535312]: [MemCoreDumper] DUMP : /home/cabal/WorldSvr_01_01_SIGABRT_20181107_111005.core

How to fix that ..
 
Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
[Thu Nov 8 2018 05:34:32.149928 4152096464]: sock 13=> wrong magic key: B7E2. ip(192.168.17.1:49244), lastCmd(101), XOR(815772771), Idx(11348)
[Thu Nov 8 2018 05:34:32.149998 4152096464]: sock 13=> Recv Packet error
[Thu Nov 8 2018 05:34:32.150403 4152096464]: 1.close user 13 [9343E98] (192.168.17.1)
[Thu Nov 8 2018 05:34:37.729770 4152096464]: success accept 13(192.168.17.1:49245)
[Thu Nov 8 2018 05:34:37.730762 4152096464]: 1.open user 13 [9343E98] (192.168.17.1)
[Thu Nov 8 2018 05:34:37.739986 4152096464]: sock 13=> wrong magic key: B7E2. ip(192.168.17.1:49245), lastCmd(101), XOR(-7984745), Idx(13095)
[Thu Nov 8 2018 05:34:37.740060 4152096464]: sock 13=> Recv Packet error
[Thu Nov 8 2018 05:34:37.740252 4152096464]: 1.close user 13 [9343E98] (192.168.17.1)

What is the MagicKey of The CabalMain
 
Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
Still The Same Error i already change db magic key and version and also in the serverside but no luck. :(
sock 13=> wrong magic key: B7E2. ip(192.168.17.1:49245), lastCmd(101), XOR(-7984745), Idx(13095)
sock 13=> Recv Packet error
 
Experienced Elementalist
Joined
Jan 30, 2010
Messages
267
Reaction score
129
maybe, just maybe you have this:
UseEncryptPacket=1

Somewhere because despite that saying its magickey = B7E2, its actually refering to the packets header magic code, usually seen on ostara in the form of MagicCode(E2 B7) Opcode(65 00) Size(0E 00) Rest of Packet (00 00 00 00....), making it look like:
E2 B7 65 00 0E 00 ... for the connect2svr packet
What the server is saying is that it doesn't want to read E2 B7...., so either you modified the server files in a way you shouldn't have making it a custom encryption, enabled that option and its looking for another magic code or have UseCompressedPacket=1.

Here is a picture so you get a better idea of what im saying:
Drav3n - [Release] Cabal Pilipinas Server Files + Database + Client - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jan 12, 2009
Messages
54
Reaction score
13
I think you are using different server BIN or custom BIN worked by others. Try use the toast repack and grab the server BINs there.

You could provide the WorldSvr or the necessary Offset please ..

To not have the errors of Achievement, Skill, Mobs ..

Thank you.
 
Newbie Spellweaver
Joined
Jul 24, 2014
Messages
48
Reaction score
4
game autocloses very often, just setup the server so I am not entirely sure of everything that causes it.
anyone knows whats going on? noticed the autoclose-fix.dll in the client files but yeah, would appreciate any help, a lot!
 
Newbie Spellweaver
Joined
Jul 24, 2014
Messages
48
Reaction score
4
update: crashes quite alot and apparently randomly, Bloody Ice is a guaranteed crash (swapping the maps out helps, but keeping the Pilipinas Clients 10th anniversary BI causes it)

edit: tried quite a few things, I am too dumb for it, anyone got any idea?
 
Last edited:
Experienced Elementalist
Joined
Mar 10, 2011
Messages
229
Reaction score
50
Need help i have a server in my cabal pinas files but i can't connect to the server even i click it twice.. :/

wJfEZwN - [Release] Cabal Pilipinas Server Files + Database + Client - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top