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

Joined
Jul 24, 2011
Messages
806
Reaction score
615
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:
 
Joined
Oct 10, 2007
Messages
1,772
Reaction score
187
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:
for the 9 classes +20?
 
Experienced Elementalist
Joined
Feb 17, 2015
Messages
263
Reaction score
119
thanks, this fixed the issue with FA BM1, regarding the DMG cap (i just tested on new age v6.8)
 
Junior Spellweaver
Joined
Jul 23, 2018
Messages
178
Reaction score
38
maybe this worldSvr can fix the craft of new age.
 
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
hi,

i got error when compile dll using visual studio 2022

image_2024-02-19_225738241 - [Release] Cabal DLL Source extended version - RaGEZONE Forums


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?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Aug 30, 2016
Messages
139
Reaction score
21
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?
about worldsvr.bin u need to remodify ur rank.scp or u need to fix ur bin by increase max lvl stylemastery.

Welcome back NLC
 
Joined
Jul 24, 2011
Messages
806
Reaction score
615
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?

Install VC++ 2017 addons to compile. In visual studio installer you should add all features related to that.
 
Newbie Spellweaver
Joined
Nov 16, 2018
Messages
83
Reaction score
7

When you build with Visual Studio 2022, you will see that​

The build fails with error C2664.

You will also see the "LPCSTR" error.



Which version should I use?



I tried 2017 and 2019 as well.
 
Junior Spellweaver
Joined
Jul 23, 2018
Messages
178
Reaction score
38

When you build with Visual Studio 2022, you will see that​

The build fails with error C2664.

You will also see the "LPCSTR" error.



Which version should I use?



I tried 2017 and 2019 as well.
try release when you build the project like this :)
1708934948462 - [Release] Cabal DLL Source extended version - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
im using worldsrvr from this thread, but pet training seems bug. cannot put option in pet using npc.
anyone have idea?
 
Experienced Elementalist
Joined
Feb 17, 2015
Messages
263
Reaction score
119
im using worldsrvr from this thread, but pet training seems bug. cannot put option in pet using npc.
anyone have idea?

pet arcane grade original = 12
 
Experienced Elementalist
Joined
Feb 17, 2015
Messages
263
Reaction score
119
do you mean change the value inside dll?
#define PetArcaneGrade 12;
still not working. or should i change somewhere else?

did you uncomment this?
If you don't uncomment it, maybe another dll is writing value 20 there

1709062228664 - [Release] Cabal DLL Source extended version - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 5, 2024
Messages
12
Reaction score
1
When I put this dll in, and do the Dark Mage synergy, the cabal closes, any solution for this?
 
Newbie Spellweaver
Joined
Jan 20, 2024
Messages
9
Reaction score
0
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.
 
Back
Top