re: [Development] Community Edition Season6 Episode3 z-Team
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
Razzor
If someone wanna know all difference in code between original source and quskevel one look att
Hi Razzor,
For example in the change of Event.cpp, what does this line mean?
90a93,116
> void DataSendEventChip(char* pMsg, int size)
> {
> if ( IsEventChipServerConnected == FALSE && ::EventChipServerConnect != FALSE )
> {
> wsEvenChipServerCli.Close();
> wsEvenChipServerCli.CreateSocket(ghWnd);
> if ( GMEventChipServerConnect(::gEventChipServerIp, WM_GM_EVENTCHIP_CLIENT_MSG_PROC) == FALSE )
> {
> IsEventChipServerConnected = FALSE;
> LogAddTD("Can not connect EventChip Server");
>
> return;
> }
>
> ::IsEventChipServerConnected = TRUE;
>
> }
>
> if ( ::IsEventChipServerConnected != FALSE && ::EventChipServerConnect != FALSE )
> {
> ::wsEvenChipServerCli.DataSend((char *)pMsg, size);
> }
> }
--> So does it mean we go to line 90 and add in the above code, so it will stop at line 116? What does number 93 means?
re: [Development] Community Edition Season6 Episode3 z-Team
Download "WinMerge" and you gonna see graphic colored differences
http://s29.postimg.org/d950nrq6v/Untitled.png
btw as u see func is removed
re: [Development] Community Edition Season6 Episode3 z-Team
a question where I change the drop of items ancient from kundun of lostmap 7 in the file kundun itembag are no items that drop
re: [Development] Community Edition Season6 Episode3 z-Team
crash GS for login e password
GS crash after entering username and password and click connect. ai gs closes
http://i.imgur.com/AyRKVN3.jpg
re: [Development] Community Edition Season6 Episode3 z-Team
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?
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
magtjr
you are using mixed updates for sure.
re: [Development] Community Edition Season6 Episode3 z-Team
@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,
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
4FUNer
@
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
=)
http://oi62.tinypic.com/2ln7ixh.jpg
@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
re: [Development] Community Edition Season6 Episode3 z-Team
re: [Development] Community Edition Season6 Episode3 z-Team
MasterSkillTree Working Full ??? Disabled or Bad ?
Tks
re: [Development] Community Edition Season6 Episode3 z-Team
working full here... all class!
re: [Development] Community Edition Season6 Episode3 z-Team
guys how to add custom wings in chaos machine +15?
re: [Development] Community Edition Season6 Episode3 z-Team
@Idrio,
you can rise your custom wings to +15 using a custom jewel (Jewel Of Nature) and configure like this:
Quote:
//==============================
// 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
http://i297.photobucket.com/albums/m...11_10-0000.jpg
http://i297.photobucket.com/albums/m...11_10-0001.jpg
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
aecrimch
Yes yes
I meant in the chaos machine ^_^