• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Split - Remove Skill Effect ( Juver Base )

Banned
Banned
Joined
May 22, 2020
Messages
226
Reaction score
72
Merry Christmas everyone.

Tutorial is included. Just read the text inside.
 

Attachments

You must be registered for see attachments list
Joined
Apr 22, 2010
Messages
816
Reaction score
83
c:\Ran online sources\JuverVurtex\Lib_Client\G-Logic\GLChar.cpp(5186): error C3861: 'IsImmune': identifier not found, even with argument-dependent lookup
 
Experienced Elementalist
Joined
Aug 19, 2011
Messages
219
Reaction score
17
anyone knows this error?

Solve
Untitled - Split - Remove Skill Effect ( Juver Base ) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Banned
Banned
Joined
Aug 14, 2015
Messages
84
Reaction score
31
Missing function that I've encountered and fixed it.

In GLSummonField.cpp
Find:
Code:
void GLSummonField::BUFF_REMOVE( DWORD dwBuffFlag )

Replace:
Code:
void GLSummonField::BUFF_REMOVE( DWORD dwBuffFlag, const SNATIVEID skill_id )

In GLSummonField.h
Find:
Code:
virtual void BUFF_REMOVE( DWORD dwBuffFlag );

Replace:
Code:
virtual void BUFF_REMOVE( DWORD dwBuffFlag, const SNATIVEID skill_id );
 
Back
Top