Zikoziz Posted November 24, 2016 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 208 Reputation: 16 Joined: 12/19/13 Last Seen: 2 hours ago Share Posted November 24, 2016 Regards, I have an error opening the car (alt + W), Regards, I have an error opening the car (alt + W) Error; Vending is prohibited in this Map Quote Link to comment Share on other sites More sharing options...
0 Azura Skyy Posted November 24, 2016 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share Posted November 24, 2016 This sounds lile a mapflag issue. Check out this thread. Or here to learn more about mapflags. Hope this helps, ~Azura Skyy 1 Quote Link to comment Share on other sites More sharing options...
0 MegaByte Posted November 25, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 11/12/14 Last Seen: July 5, 2021 Share Posted November 25, 2016 Hi please post if you find a server side fix. Thanks Azura Skyy, ill check those threads also :). I did a client side mod because I could understand that easier than server side... Sorry about the size of it (copy pasted from my spreadsheet of changes/fixes) Spoiler Alt+W / opening cart items does not work Find the string in client side data/msgstringtable.txt Vending is Prohibited in this map. Line 2381, so search for a push 2380 2013 clients appear to be impacted. 00595D7C - A1 B0BFCA00 - mov eax,[00CABFB0] : [00000000] 00595D81 - 8B 0D D875C900 - mov ecx,[00C975D8] : [0B0A9170] 00595D87 - 6A 28 - push 28 00595D89 - 50 - push eax 00595D8A - E8 A1E52000 - call 007A4330 00595D8F - 85 C0 - test eax,eax Patch the jne to a nop nop 00595D91 - 75 38 - jne 00595DCB 00595D93 - 50 - push eax 00595D94 - 50 - push eax 00595D95 - 50 - push eax 00595D96 - 50 - push eax 00595D97 - 6A 03 - push 03 00595D99 - B9 F89FB000 - mov ecx,00B09FF8 : [0097811C] 00595D9E - E8 6D5B0000 - call 0059B910 00595DA3 - 6A 00 - push 00 00595DA5 - 6A 00 - push 00 00595DA7 - 68 FF000000 - push 000000FF 00595DAC - 68 4C090000 - push 0000094C 00595DB1 - E8 BAD00800 - call 00622E70 00595DB6 - 83 C4 04 - add esp,04 00595DB9 - 50 - push eax 00595DBA - 6A 01 - push 01 00595DBC - B9 F89FB000 - mov ecx,00B09FF8 : [0097811C] 00595DC1 - E8 4A5B0000 - call 0059B910 00595DC6 - E9 BA490000 - jmp 0059A785 00595DCB - 39 BE BC030000 - cmp [esi+000003BC],edi 1 Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted November 25, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted November 25, 2016 (edited) Same here ALT+W = error "Vending is prohibited in this Map". If opening vending -> you can open. Something broken with packets in 2015-11-04 exe. Investigating... P.S. latest revision (current actual) Edited November 25, 2016 by Anacondaqq 1 Quote Link to comment Share on other sites More sharing options...
0 Zikoziz Posted November 25, 2016 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 208 Reputation: 16 Joined: 12/19/13 Last Seen: 2 hours ago Author Share Posted November 25, 2016 Solved!! Problem with exe thanks to all <3 Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted November 25, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted November 25, 2016 12 minutes ago, Zikoziz said: Solved!! Problem with exe thanks to all <3 how have you solved the problem? What diff? (my exe is old to be clear and were patched by old NEMO patcher version). Can you show full diff list? Quote Link to comment Share on other sites More sharing options...
0 Zikoziz Posted November 25, 2016 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 208 Reputation: 16 Joined: 12/19/13 Last Seen: 2 hours ago Author Share Posted November 25, 2016 Solution ./configure --enable-packetver=20130807 My problem is with the exe " 20130807" now I do not know the GM suit, you will have a drifeado exe? Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted November 26, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted November 26, 2016 3 hours ago, Zikoziz said: Solution ./configure --enable-packetver=20130807 My problem is with the exe " 20130807" now I do not know the GM suit, you will have a drifeado exe? after a lot of debugs, i think i have found a reason, but not sure about it yet. Can you help me? Can you please go to your server, and if you have error, then please enable pvp on map (@pvpon), and then try to open cart with ALT+W, if you will open it successfully, that means you have the same problem like me, and this problem not really related to the game-client, but related to server-side. Quote Link to comment Share on other sites More sharing options...
0 Zikoziz Posted November 26, 2016 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 208 Reputation: 16 Joined: 12/19/13 Last Seen: 2 hours ago Author Share Posted November 26, 2016 I solved the problem Check your src and configure the exe Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted November 26, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted November 26, 2016 3 hours ago, Zikoziz said: I solved the problem Check your src and configure the exe That is great to know. But i have solved it via analyzing the reason of the problem and the problem were in my own local repo in function: clif_parse_LoadEndAck The problem were becase of missing cleaning map properly for character and setting: clif_map_property(&sd->bl, MAPPROPERTY_NOTHING, SELF); after all properties (this line were missed after merging procedure some time ago). Maybe i will help someone. Quote Link to comment Share on other sites More sharing options...
0 MegaByte Posted December 7, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 11/12/14 Last Seen: July 5, 2021 Share Posted December 7, 2016 Ah thanks for investigating the cause of the matter Anacondaqq :). If we add this back in will it fix? Is there a pull request on git? Quote Link to comment Share on other sites More sharing options...
Question
Zikoziz
Regards,
I have an error opening the car (alt + W), Regards, I have an error opening the car (alt + W)
Error; Vending is prohibited in this Map
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.