[HELP] Bug in new Job System

07/01/2022 12:58 Noitpecbot#1
Hello all,

I have a problem with the VSRO 274 server files.
[Only registered and activated users can see links. Click Here To Register...]

Here is what I have tested. When I want to start consigment trading by delivering all special goods, all chars that are logged in get a crash.
I think that all triggers are working. Apparently it crashes when the blue notice actually appears from where the trade should start.

I also get the following warning in the game server:

This GameServer is not bound for ConsignmentTrade Path( ) !!!
07/03/2022 22:43 janicka#2
I think notice is self explanotory. Just set correct gs, silkroad in basics is not set to handle whole game on 1gs...
07/05/2022 04:04 leo2111#3
Here is not the right place to ask for help, however here is, in my opinion the solution:

1. The crash it's because you're using a 3rd party tool
2. To fix the binding error check the table _ConsignmentTrade_Progress
*if it's empty you have to add these 2 lines :
1 1 0 21 20 0 0 0 0 2012-06-20 18:06:46.530
2 2 0 29 27 0 0 0 0 2012-06-20 18:06:46.533

I'd suggest you to drop and recreate the table before, then add these 2 lines

* In case you're not using a 3rd party tool, the second solution should fix also the first issue

_ConsignmentTrade_Progress table must have atleast 1 record for each job type
1 = hunter
2 = thief and the path ID

In case the table has the records, (which I doubt because the errors shows as global error)
the second solution would be to check first the paths in _RefPath and all the related tables, check the regions , then check if the regions are enabled in _RefRegionBindAssocServer table

hope it helps
02/13/2023 19:29 CrystalCoder#4
not working after check it deeper , the _ConsignmentTrade_Progress table get records Of ConsignmentTrade Progress data that all
its act like the _Char Table This Error Come From The _RefPath

@[Only registered and activated users can see links. Click Here To Register...]
This Is Your Solution
_RefPath and all the related tables, check the regions , then check if the regions are enabled in _RefRegionBindAssocServer table

This Thing Fixed The Job System