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

Full Source, but my recommendation use only with vs2010

command offtrade not fix in your files?

trade off with soul is bug
please list of fix

Thanks
 
Last edited:
Newbie Spellweaver
Joined
Jun 26, 2009
Messages
53
Reaction score
0
I dont support this theared = i dont fix bugs for you. Its source from first post.

Russian? Day svoi skype) esli est. Nujna tvoya pomow



sometimes client main.exe automaticaly closed o_O how to fix this?

this problem in muhelper i think..... how to fix this?
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
Russian? Day svoi skype) esli est. Nujna tvoya pomow



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.
 
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
84
Reaction score
1
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)
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
540
Reaction score
130
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.
у тебя работает офтрейд сол? ибо этот фикс я включил, но серавно не пашет. Какой фикс микса? микс работает хорошо.
 
Last edited:
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
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)
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
540
Reaction score
130
BKtjEwE - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

if i try buy item for soul, I output message "Need more empty inventory". How to fix this ?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
84
Reaction score
1
BKtjEwE - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

if i try buy item for soul, I output message "Need more empty inventory". How to fix this ?
Comment out the check free space in your inventory.
Kako ingredients needed for 4 wings? I together with 3mi wings nothing is put ...
 

Attachments

You must be registered for see attachments list
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
540
Reaction score
130

for thought =)

You can buy for souls?



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.
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
You can buy for souls?




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.
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
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



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
 
Last edited:
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
you need to change structure of OPEN PShop and add new command for switch




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
 
Back
Top