It's almost 2 weeks now... why is RoDEX, Clan System and Achievement System not implemented yet?
Because people work on this in their free time? You are not paying anything, stop complaining.
Lulupard hasn't added any friends yet.
24 May 2017 - 08:21 AM
It's almost 2 weeks now... why is RoDEX, Clan System and Achievement System not implemented yet?
Because people work on this in their free time? You are not paying anything, stop complaining.
19 May 2017 - 07:16 PM
Extremely sorry, didn't see the function before, it seems the cart shown is restricted by client and we just validate it to make sure the packet wasn't modified.
Workaround: You could use setcart scriptcommand
Got it, thank you! Will try that.
18 May 2017 - 01:58 PM
Didn't lowering those value work? Tried lowering that? If it doesn't work, please explain what exactly is not working..
Hello!
Is it possible to allow all merchant classes to use carts intended for mechanics and genetics?
Lowering the levels in clif.c does nothing:
#ifdef NEW_CARTS (type == 9 && sd->status.base_level > 130) || (type == 8 && sd->status.base_level > 120) || (type == 7 && sd->status.base_level > 110) || (type == 6 && sd->status.base_level > 100) || #endif (type == 5 && sd->status.base_level > 90) || (type == 4 && sd->status.base_level > 80) || (type == 3 && sd->status.base_level > 65) || (type == 2 && sd->status.base_level > 40) || (type == 1))
Is this hardcoded in the client?
Thank you.
Try lowering that.
I did lower them and recompiled. When using the Change cart skill, the carts in the window that appears were still tied to old level requirements.
So, for example, after changing (type == 2 && sd->status.base_level > 40) to (type == 2 && sd->status.base_level > 20) and using the Change cart skill with a 30 level character, only 1 cart option appeared.
I am not even sure this code has anything to do with the carts that show up in the client and I probably got everyone confused. Really sorry if that is the case.
18 May 2017 - 08:10 AM
How often can you bump topics here? Also bump.
17 May 2017 - 07:33 AM
New carts require client 20120201 or higher, it does not matter if you are running renewal or pre re, whereas for cart decoration feature, you need client >= 20150805
I have client 2015-09-16. To clarify, cart decoration is working. I was talking about carts intended for mechanics and genetics on levels 100+.
My question should probably have been: How to lower level requirement for merchant carts?