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!

Juver source+database+cfg (soon latest GS source)

Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Anyone shared fix for Extreme Male or Female in character creation?
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
can't create a male character name it too long with 8 char and name too short with 4 charbut female magician it well to create help please
 
Junior Spellweaver
Joined
Mar 14, 2010
Messages
103
Reaction score
1
็Help me !!

how to fix create assassin !


UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums
Dk
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
last problem can't create male magician
 
Junior Spellweaver
Joined
May 10, 2014
Messages
140
Reaction score
9
need help to how to pack it on .rcc i tried the other solution but no luck always d3d Error
 
Master Summoner
Joined
Feb 6, 2019
Messages
571
Reaction score
157
s_CAgentServerMsg.cpp

PHP:
//jdevtodo //enable later when new classes are ready
if ( nIndex == GLCI_ASSASSIN_M || nIndex == GLCI_ASSASSIN_W ||
 nIndex == GLCI_TRICKER_M || nIndex == GLCI_TRICKER_M )
{
 nncfd.nResult = EM_CHA_NEW_FB_SUB_MAX;
 SendClient(dwClient, &nncfd);
 return;
}
Change to:
PHP:
//jdevtodo	//enable later when new classes are ready
	//if ( nIndex == GLCI_ASSASSIN_M || nIndex == GLCI_ASSASSIN_W ||
	//	nIndex == GLCI_TRICKER_M || nIndex == GLCI_TRICKER_M )
	//{
	//	nncfd.nResult = EM_CHA_NEW_FB_SUB_MAX;
	//	SendClient(dwClient, &nncfd);
	//	return;
	//}
last problem can't create male magician
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
thanks a lot sir now working ♥



Hello, did anyone got the same problem with me? when load Magician Male class charset (Class0E.charset) the character inside emulator is Brawler male, not Magician Male. But, when I open Magician female charset (class0F.charset), it has no problems, the character inside emulator is Magician Female.
UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums
UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums
UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums
"Magician Male class charset (Class0E.charset) the character inside emulator is Brawler male"did u fix it ? i try change num class in charset but still same // 0E emClass 16348
 
Newbie Spellweaver
Joined
Jan 26, 2021
Messages
40
Reaction score
5
thanks a lot sir now working ♥



"Magician Male class charset (Class0E.charset) the character inside emulator is Brawler male"did u fix it ? i try change num class in charset but still same // 0E emClass 16348

(charset & classconst files)
 
Junior Spellweaver
Joined
Sep 18, 2014
Messages
154
Reaction score
11
can someone share skill.isf with magician skills?
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
it too much to add skill one by one with assassin and magician if you want skill assassin and magician have 3 way1. add skill one by one2. csv yes it hard3. fix sourcecode to took ep x files skill to use
 
Junior Spellweaver
Joined
Apr 30, 2015
Messages
155
Reaction score
3
Anyone can help me Im trying to update old charwindow and inventory window interface
Lib_ClientUI.lib(InnerInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CInventoryWindow::SetArmSwapTabButton(int)" (?SetArmSwapTabButton@CInventoryWindow@@QAEXH@Z) referenced in function "public: void __thiscall CInnerInterface::SetArmSwap(int)" (?SetArmSwap@CInnerInterface@@QAEXH@Z)
 
Junior Spellweaver
Joined
Apr 30, 2015
Messages
155
Reaction score
3
Anyone can help how to adjust the time on TW automatic DC when player afk?
 
Newbie Spellweaver
Joined
Mar 1, 2021
Messages
8
Reaction score
0
Anyone can help how to adjust the time on TW automatic DC when player afk?

I think the players inside the safezone in TW will be DC in AFK, have you tried going outside the safezone and AFK?
 
Back
Top