raymax
Initiate
Hi !
I have some questions
I added Alchemy BOD and edited "namespace Server.Engines.BulkOrders" Reward.cs for Alchemy BOD system.
but I could not understand below section.
private static readonly int[][][] m_GoldTable = new int[][][]
I think ,This part would be have serial arrangement in which things follow in logical order or a recurrent pattern.
What is this part referring to?
at public class SmallBulkEntry, Will it be carried out in order which is written above?
Refer to SmallBulkEntry.cs public static SmallBulkEntry[] BlacksmithWeapons.
It would not be carried out in order..
Thanks raymax
I have some questions
I added Alchemy BOD and edited "namespace Server.Engines.BulkOrders" Reward.cs for Alchemy BOD system.
but I could not understand below section.
private static readonly int[][][] m_GoldTable = new int[][][]
I think ,This part would be have serial arrangement in which things follow in logical order or a recurrent pattern.
What is this part referring to?
at public class SmallBulkEntry, Will it be carried out in order which is written above?
Refer to SmallBulkEntry.cs public static SmallBulkEntry[] BlacksmithWeapons.
It would not be carried out in order..
Thanks raymax
Attachments
Last edited: