Jump to content
  • 0

Error alt + W


Zikoziz

Question


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   16
  • Joined:  12/19/13
  • Last Seen:  

WPj8B.jpg

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

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

This sounds lile a mapflag issue. Check out this thread. Or here to learn more about mapflags.

 

Hope this helps,

~Azura Skyy

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  11/12/14
  • Last Seen:  

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      

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

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 by Anacondaqq
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   16
  • Joined:  12/19/13
  • Last Seen:  

Solved!!

Problem with exe
thanks to all

<3

:P

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

12 minutes ago, Zikoziz said:

Solved!!


Problem with exe

thanks to all

<3

:P

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? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   16
  • Joined:  12/19/13
  • Last Seen:  

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?
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   16
  • Joined:  12/19/13
  • Last Seen:  

I solved the problem
Check your src and configure the exe

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

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. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  11/12/14
  • Last Seen:  

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...