Jump to content

Problem with Shops


Go to solution Solved by Karbust,

Recommended Posts

  • Management

Hello

I'm having this bug and I don't know where the error might be...

8b66fcfabe2a4e2ab81a08cb0c135ec7.png

When I buy from any slot I receive the right item, the only problem is when I open the shop the itens don't show the right icon and the tooltip is also wrong...

I thinks is a client side problem...

On syserr.txt I get this kind of lines:

0408 20:25:27222 :: Cannot find item by 360000
0408 20:25:27222 :: Cannot find item by 360000
0408 20:25:27229 :: Cannot find item by 2250000
0408 20:25:27229 :: Cannot find item by 2250000
0408 20:25:27229 :: Cannot find item by 2250000
0408 20:25:27229 :: Cannot find item by 2250000
0408 20:25:27229 :: Cannot find item by 7500

Thanks

Edited by Metin2 Dev
Core X - External 2 Internal

raw

raw

Link to comment
Share on other sites

  • Management
3 minutes ago, Zevilke said:

do you have these item vnums in your proto, on serverside?

Yes, I can buy the itens, which means the server is inserting the right itens on the shops, but the client doesn't show them correctly...

raw

raw

Link to comment
Share on other sites

  • Management
2 minutes ago, Zevilke said:

maybe check your client item_proto, or item_list.txt maybe you call the icons from a wrong place

Look my inventory... Some of the itens in it are in the shop... If was a problem with item_proto or item_list.txt would happen the same on the inventory...

raw

raw

Link to comment
Share on other sites

    int iIndex;
    if (!PyTuple_GetInteger(poArgs, 0, &iIndex))
        return Py_BadArgument();

but you can start to find the problem's reason. This condition says that you want to use a bad argument in the slots (it's a handling problem).

If i were you, i'd check the system from the start point. f. e. everywhere has the shop array the same size. can the items pass into the slots etc.

 

I don't use this system, but if you attach the release we can debug it

Link to comment
Share on other sites

  • Management

This is the Metin2Release.exe : 

This is the hidden content, please

I tried to implement the offline shop system by koray, but didn't work, after I supposedly removed every alteration this error started...

  • Metin2 Dev 2

raw

raw

Link to comment
Share on other sites

  • Management
20 minutes ago, lordzokarum said:

why do you need 12 inventorys?

are you smuggling something to a different map :D 

Just because I want ahahahah Like this players almost doesn't need an store keeper and can be farming for a long time...

  • Love 1

raw

raw

Link to comment
Share on other sites

  • Management

I have an old executable, and the shops are working, but I don't have the source of it, how can I detect where the error is using the old version?

Also, I already tried to compare every file on the client source and I can't spot nothing different except my working changes...

Thanks

raw

raw

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.