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!

[Development] Community Edition Season6 Episode3 z-Team

Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
can be configured so that the box kundum 1 2 3 4 5 for drop items full options, as well as in the store with the 63?
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,223
crash GS for login e password
GS crash after entering username and password and click connect. ai gs closes
AyRKVN3 - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

you are using mixed updates for sure.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
@KarLi
erro solucionado, e GS compativel com windows server 2003, xp, 2008 r2,
error solved, and GS compatible with windows server 2003, xp, 2008 r2,
 
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
aecrimch i have recreated, Try

CraftMain.ini

Code:
[NPC]
ID = 375
MAP = 3
X = 177
Y = 104

CraftStage.txt
Code:
//===================================================================================
// zGameServer (CraftSystem zTeam)
// ----------------------------------------------------------------------------------
// Description: CraftStage
// ----------------------------------------------------------------------------------
// Revision: 	21:30 26.07.2014 ~ 4FUNer 
// ----------------------------------------------------------------------------------
// ID = ID of Item = ((Group *512) +ID)
//===================================================================================
// 	StageName QuestCount ReqLevel ReqReset
// ----------------------------------------------------------------------------------
0
	"Stage 1" 3 400 0
// ----------------------------------------------------------------------------------	
// 	QuestName ItemCount ReqMoney
	"Hello 4FUNer"	1	500
// ----------------------------------------------------------------------------------	
//	ID IsCrafted MinLevel MaxLevel MinOption MaxOption IsLuck IsSkill IsExcellent IsAncient IsSocket
// ----------------------------------------------------------------------------------
	6180	0	14	15	1	7	1	0	1	0	0
// ----------------------------------------------------------------------------------	
// 	QuestName ItemCount ReqMoney
	"Hello 4FUNer 2"	1	1000
// ----------------------------------------------------------------------------------	
//	ID IsCrafted MinLevel MaxLevel MinOption MaxOption IsLuck IsSkill IsExcellent IsAncient IsSocket
// ----------------------------------------------------------------------------------
	6181	0	0	0	0	0	0	0	0	0	0
// ----------------------------------------------------------------------------------	
// 	QuestName ItemCount ReqMoney
	"Hello 4FUNer 3"	1	2000
// ----------------------------------------------------------------------------------	
//	ID IsCrafted MinLevel MaxLevel MinOption MaxOption IsLuck IsSkill IsExcellent IsAncient IsSocket
// ----------------------------------------------------------------------------------
	6182	0	0	0	0	0	0	0	0	0	0	
// ----------------------------------------------------------------------------------	
end
// 	StageName QuestCount ReqLevel ReqReset
// ----------------------------------------------------------------------------------
1
	"Stage 2" 1 1 0
// ----------------------------------------------------------------------------------	
// 	QuestName ItemCount ReqMoney
	"Hello Baby"	1	2500
// ----------------------------------------------------------------------------------	
//	ID IsCrafted MinLevel MaxLevel MinOption MaxOption IsLuck IsSkill IsExcellent IsAncient IsSocket
// ----------------------------------------------------------------------------------
	6183	1	14	15	0	0	0	0	0	0	0	
end

Ofc add Npc to MonsterSetBase.txt list

=)

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

4FUNer: I try to config the CraftSystem from server side, but I got this error when build the GS, what is that and how to fix it?

Error 1 error LNK2019: unresolved external symbol "public: void __thiscall CraftSystem::ReadMainData(char *)" (?ReadMainData@CraftSystem@@QAEXPAD@Z) referenced in function "public: void __thiscall CraftSystem::Load(void)" (?Load@CraftSystem@@QAEXXZ) D:\Download\S6E3\Community Project\GameServer\CraftSystem.obj GameServer
 
Experienced Elementalist
Joined
Dec 30, 2004
Messages
205
Reaction score
186
MasterSkillTree Working Full ??? Disabled or Bad ?

Tks
 
Newbie Spellweaver
Joined
Dec 23, 2009
Messages
41
Reaction score
6
guys how to add custom wings in chaos machine +15?
 
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
@Idrio,
you can rise your custom wings to +15 using a custom jewel (Jewel Of Nature) and configure like this:

//==============================
// Jewel Of Nature
//==============================
183
// ----------------------------------------------------------------------------------
// SuccessRate Accessory Wings
// ----------------------------------------------------------------------------------
100 0 1
// ----------------------------------------------------------------------------------
// AddLevel MinLevel MaxLevel
// ----------------------------------------------------------------------------------
1 9 15
// ----------------------------------------------------------------------------------
// AddSkill AddLuck AddOption
// ----------------------------------------------------------------------------------
0 0 0
// ----------------------------------------------------------------------------------
// AddExc ExcOption MaxOptionCount
// ----------------------------------------------------------------------------------
0 0 0
end

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums


RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums
 
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
just play with mix.bmd...
also, trying to obtain custom jewels in chaos machine... all seems to work ok, but when mix, there is no item, even message was succesful create item...

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums



RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Dec 23, 2009
Messages
41
Reaction score
6
I tried to change the mix.bmd but does not work.....I will try again


you entered the code on the combination of sources and in mix.bmd?
RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
84
Reaction score
1
ItemRank does not work. 99% on things Zen, and drop a ring of 30%. Ie there is no difference between 30% and 99%.
GameMain.cpp and GameServer.cpp:
#include "ItemRank.h"
g_ItemRank.Load();
 
Newbie Spellweaver
Joined
Mar 29, 2013
Messages
74
Reaction score
8
can someone share wings 2.5 bmd files for client ?

i will manage myself to add them in sources but i cant find client files
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
just play with mix.bmd...
also, trying to obtain custom jewels in chaos machine... all seems to work ok, but when mix, there is no item, even message was succesful create item...

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums



RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums
Are you sure that you exactly write addational code for successful mix and add item to inventory? maybe you forget for add item after mix?
 
Back
Top