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 DLL Source extended version

Elite Diviner
Joined
Jun 18, 2023
Messages
436
Reaction score
245
Hello. I put the worldsvr bin with it, one problem in my client is not learning a pet. I had this with another worldsvr bin, but there was another stone there. Please tell me the address of the line with the pet inside the file or which stone is made for the pet.
Check your Core Pet Upgrade in item.dec and see what is in the Grade value and put it in the DLL source and compile
 
Newbie Spellweaver
Joined
Jan 20, 2024
Messages
9
Reaction score
0
Check your Core Pet Upgrade in item.dec and see what is in the Grade value and put it in the DLL source and compile
I didn't use the cabal.dll, since I have my own client part. I used this worldsvr bin because of the bm1 problem.

Another question is where to turn it off x-trap
 
Last edited:
Newbie Spellweaver
Joined
Nov 14, 2023
Messages
6
Reaction score
1
This is a DLL source + WorldSvr.bin for Episode 8 servers.

What included:
- +20 Upgrade fully working with visual
- Damage Visual Fix for 65535 and above.
- Passive Buff visual fix.
- Dungeon Minimap icons. (May you need rework to fit your server)
- Boss Messages.
- Name on War and HP.
- Essence and Blended Rune limit.
- Level 20 skills CD as on official (You have to rework your Skills.scp)
- BM3 additional Synergies.
- Staff Visual Limit.
- Plenty anti crash and IP lock feature.
- FB Buff and Debuff fixes.
- ECH Limit.
- Many client crash fix.
- Bike speed, Warehouse, Effects.
- Custom Bikes loading.
- Alz Limit for Auction House and Mails.
- DP and AP Limit override.
- and some more unknown feature which im never used.

Modifications which required server side is included in the WorldSvr.bin.

Link:
hello, please tell me in the worldsvr bin the address where the setting of the archer bm1 is located. I have my own worldsvr bin and yours does not fit my server, but the problem with the archer is the same.
 
Newbie Spellweaver
Joined
Aug 4, 2013
Messages
18
Reaction score
16
hi,

i got error when compile dll using visual studio 2022

View attachment 256718

and worldsvr.bin give me this error when start the server.
[root@localhost ~]# ACE_ASSERT: file Game/GameSystem.cpp, line 739 assertion failed for 'script.GetRowNum() <= _MAX_STYLEMASTLEVEL'.Aborting...

anyone know how to fix?
Change from unicode to multi-byte
 

Attachments

You must be registered for see attachments list
Back
Top