re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
neuda123
Russian? Day svoi skype) esli est. Nujna tvoya pomow
- - - Updated - - -
sometimes client main.exe automaticaly closed O_o how to fix this?
this problem in muhelper i think..... how to fix this?
i test it. if i have this bug, i fix it and release fix. But not today.
re: [Development] Community Edition Season6 Episode3 z-Team
anyone can share source fix for offtrade soul and cash shop gift?
@RacRac, any updates?
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
cocs55
anyone can share source fix for offtrade soul and cash shop gift?
@RacRac, any updates?
offtrade fix. find in GMMng.cpp :/* char * OffTradeType = {0};
OffTradeType = this->GetTokenString();
if ( OffTradeType == NULL )
{
return FALSE;
}
*/
if(g_OfflineTrade.EnableZen == true)
{
LogAddC(2, "test");
g_OfflineTrade.Start(aIndex, 0);
}
else if(g_OfflineTrade.EnableWCoin == true)
{
g_OfflineTrade.Start(aIndex, 1);
}
else if(g_OfflineTrade.EnableSoul == true)
{
g_OfflineTrade.Start(aIndex, 2);
}
else
{
return FALSE;
}
Need fix chaos mix new wings)
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
Gendrixon
offtrade fix. find in GMMng.cpp :/* char * OffTradeType = {0};
OffTradeType = this->GetTokenString();
if ( OffTradeType == NULL )
{
return FALSE;
}
*/
if(g_OfflineTrade.EnableZen == true)
{
LogAddC(2, "test");
g_OfflineTrade.Start(aIndex, 0);
}
else if(g_OfflineTrade.EnableWCoin == true)
{
g_OfflineTrade.Start(aIndex, 1);
}
else if(g_OfflineTrade.EnableSoul == true)
{
g_OfflineTrade.Start(aIndex, 2);
}
else
{
return FALSE;
}
Need fix chaos mix new wings)
you work offttrade soul? which fix the mix? mix works well.
у тебя работает офтрейд сол? ибо этот фикс я включил, но серавно не пашет. Какой фикс микса? микс работает хорошо.
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
cocs55
you work offttrade soul? which fix the mix? mix works well.
у тебя работает офтрейд сол? ибо этот фикс я включил, но серавно не пашет. Какой фикс микса? микс работает хорошо.
This is old fix with work only 1 of 3 offtrade (only soul or only wcoin or only zen)
re: [Development] Community Edition Season6 Episode3 z-Team
http://i.imgur.com/BKtjEwE.png
if i try buy item for soul, I output message "Need more empty inventory". How to fix this ?
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
cocs55
Comment out the check free space in your inventory.
Kako ingredients needed for 4 wings? I together with 3mi wings nothing is put ...
re: [Development] Community Edition Season6 Episode3 z-Team
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
quskevel
You can buy for souls?
- - - Updated - - -
Quote:
Originally Posted by
Gendrixon
Comment out the check free space in your inventory.
Kako ingredients needed for 4 wings? I together with 3mi wings nothing is put ...
Well, how would the ingredients will be taken by those that you set in the source code.
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
cocs55
You can buy for souls?
- - - Updated - - -
Well, how would the ingredients will be taken by those that you set in the source code.
I can buy for all. Im rewrite all offtrade system and added new 2 types Exclusive for my server.
re: [Development] Community Edition Season6 Episode3 z-Team
error-L1 : CloseClient INVALID_SOCKET
this problem closed client main.exe.... how to fix this?
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
quskevel
Can you tell me how to set up exchange items of trade for the soul, without being by Zen?
in place of zen, put jewels.
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
walter29
Can you tell me how to set up exchange items of trade for the soul, without being by Zen?
in place of zen, put jewels.
you need to change structure of OPEN PShop and add new command for switch
- - - Updated - - -
Quote:
Originally Posted by
Gendrixon
Comment out the check free space in your inventory.
Kako ingredients needed for 4 wings? I together with 3mi wings nothing is put ...
this->EmptyPointInventory(lpUser, lpUser->Inventory1[ItemPos].m_iPShopValue) find it
and change to it:
this->EmptyPointInventory(lpUser, lpUser->Inventory1[ItemPos].m_iPShopValue) == FALSE
but you need fix Add Jewel of Soul* to target, because if soul>1 target add 1
re: [Development] Community Edition Season6 Episode3 z-Team
Anyone can share fix to cash shop gift?
re: [Development] Community Edition Season6 Episode3 z-Team
Quote:
Originally Posted by
quskevel
you need to change structure of OPEN PShop and add new command for switch
- - - Updated - - -
this->EmptyPointInventory(lpUser, lpUser->Inventory1[ItemPos].m_iPShopValue) find it
and change to it:
this->EmptyPointInventory(lpUser, lpUser->Inventory1[ItemPos].m_iPShopValue) == FALSE
but you need fix Add Jewel of Soul* to target, because if soul>1 target add 1
You can show your source, I can buy, but the seller does not receive the soul
Thanks