[Seeking help] Old Mall System

08/11/2018 12:13 asksro#1
Modified based on VSRO1.188 file

Modify with Ollydbg
00D72AE1 push 007D7D10------------push 007BE180
Call 007BE070
007BE0AC C706 9C89DC00 mov dword ptr ds:[esi],Sro_Clie.00DC899C------??????????????????


If you don't like to use Ollydbg to modify, modify the text directly
Ning a way to modify
Media/resinfo/ginterface.txt
#ifdef NEW_ITEMMALL
Section = NewItemMall, "0,0,0,0","0"
{
GDR_RENEWAL_ITEM_MALL: CIFNewItemMall
{
-------------------------------------------------- ------------------
#ifdef NEW_ITEMMALL
Section = NewItemMall, "0,0,0,0","0"
{
GDR_ITEM_MALL: CIFItemMall
{

[Only registered and activated users can see links. Click Here To Register...]
Client crashes when I try to buy

The client crashes when I try to wear it

This is the result of my research. If you have the ability to fix it, please paste the repair tutorial below.
08/11/2018 14:30 #HB#2
.
08/11/2018 15:26 asksro#3
Quote:
Originally Posted by #HB View Post
I am not with the idea of writing all what you have done, so you made it easy for PPL who don't search.
Please help me how to fix them
08/11/2018 20:38 #HB#4
Privated you.
09/12/2020 15:58 Goosxc#5
Quote:
Originally Posted by asksro View Post
Please help me how to fix them
can you help me how you fix the item mall crash i have same issue happen with you ?
09/12/2020 16:31 ZαKuRα#6
Quote:
Originally Posted by Goosxc View Post
can you help me how you fix the item mall crash i have same issue happen with you ?
most likely it will not help you ever said the solution ;)
09/12/2020 16:42 Goosxc#7
Quote:
Originally Posted by ZαKuRα View Post
most likely it will not help you ever said the solution ;)
its community to help us why he will not help me ??
09/12/2020 18:56 ZαKuRα#8
Quote:
Originally Posted by Goosxc View Post
its community to help us why he will not help me ??
I am also with the problem, he never answered me! only one person gave me support who was florian0 the rest simply ignore:rolleyes:

[Only registered and activated users can see links. Click Here To Register...]
09/12/2020 19:04 Goosxc#9
Quote:
Originally Posted by ZαKuRα View Post
I am also with the problem, he never answered me! only one person gave me support who was florian0 the rest simply ignore:rolleyes:

[Only registered and activated users can see links. Click Here To Register...]
so how you fix the window ? with me got crash after i buying
06/01/2023 23:43 Judgelemental#10
Bump!
09/19/2023 03:39 ZeonNETWORK#11
well it's vague yet why it's either crash or stuck
CItemMallConfirmBuy is not totally deprecated and it's still used in CIFStoreForPackage (AKA NPC)
when i checked the packet 0x7034 that's sent by both CItemMallConfirmBuy & CNewItemMallConfirmBuy
well both are fine
yet the confirm handler in CItemMallConfirmBuy were missing sending the right codeName128 of RefPackageItem
well not a big deal i rewrote the handler
yet still crashing, but after re-login i find the item in inventory
here's the packet before at the crashing moment
Code:
[C -> S][7034]

18                                                ................
1B 04                                             ................
00                                                ................
00                                                ................
00                                                ................
2D 00                                             -...............
50 41 43 4B 41 47 45 5F 49 54 45 4D 5F 45 54 43   PACKAGE_ITEM_ETC
5F 41 52 43 48 45 4D 59 5F 4D 41 47 49 43 53 54   _ARCHEMY_MAGICST
4F 4E 45 5F 41 53 54 52 41 4C 5F 30 31            ONE_ASTRAL_01...
01 00                                             ................
00 00 00 00 00 00 00 00                           ................
EF 62 00 00                                       .b..............

[S -> C][3153]

48 00 00 00                                       H...............
00 00 00 00                                       ................
04 00 00 00                                       ................
so it crashes before receiving [S -> C][B034]



on the other hands some items in item mall stucks after buy stills
and here the packet after it stucks
Code:
[C -> S][7034]
18                                                ................
1B 04                                             ................
02                                                ................
01                                                ................
02                                                ................
2A 00                                             *...............
50 41 43 4B 41 47 45 5F 49 54 45 4D 5F 4D 41 4C   PACKAGE_ITEM_MAL
4C 5F 52 45 54 55 52 4E 5F 53 43 52 4F 4C 4C 5F   L_RETURN_SCROLL_
48 49 47 48 5F 53 50 45 45 44                     HIGH_SPEED......
01 00                                             ................
00 00 00 00 00 00 00 00                           ................
7C 62 00 00                                       |b..............

[S -> C][B034]
02                                                ................
09 18                                             ................
finally here's a successful operation's packet but from CNewItemMall

Code:
[C -> S][7034]
18                                                ................
1B 04                                             ................
02                                                ................
01                                                ................
0A                                                ................
2A 00                                             *...............
50 41 43 4B 41 47 45 5F 49 54 45 4D 5F 4D 41 4C   PACKAGE_ITEM_MAL
4C 5F 52 45 54 55 52 4E 5F 53 43 52 4F 4C 4C 5F   L_RETURN_SCROLL_
48 49 47 48 5F 53 50 45 45 44                     HIGH_SPEED......
01 00                                             ................
00 00 00 00 00 00 00 00                           ................
7C 62 00 00                                       |b..............

[S -> C][3153]
61 00 00 00                                       a...............
00 00 00 00                                       ................
04 00 00 00                                       ................

[S -> C][B034]
01                                                ................
18                                                ................
1B 04                                             ................
02                                                ................
01                                                ................
0A                                                ................
01                                                ................
1D                                                ................
01 00                                             ................
00 00 00 00                                       ................