Simple question really, and probably simple answer, but could someone tell me where I might find the code behind these conquer windows;
This is from a 5375 source, I believe maybe impulses, but not done too much digging. I'm just trying to get back into the flow of private servers and am fixing up a bugged source to learn more.
Code:
public class WindowCommands
{
public const ushort
Compose = 1,
Craft = 2,
Warehouse = 4,
DetainRedeem = 336,
DetainClaim = 337,
VIPWarehouse = 341,
Breeding = 368,
PurificationWindow = 455,
StabilizationWindow = 459,
TalismanUpgrade = 347,
GemComposing = 422,
OpenSockets = 425,
Blessing = 426,
TortoiseGemComposing = 438,
RefineryStabilization = 448,
HorseRacingStore = 464,
Reincarnation = 485;
}