Public Exchange Topics
Note! Only topic names are listed here. You must specify a prefix for the full topic name like
cw2-deals
.
deals
Would you look at all the purchases people make, which are totally not bots!
As soon as someone successfully purchases an item from the Stock Exchange, this exchange will be notified of the event.
{
"sellerId": "53f3e27a124e01dcdd77de45995bf0db", // ingame userId, obtained with token
"sellerCastle": "๐ฆ",
"sellerName": "Wolpertinger",
"buyerId": "3537e9190d1d516e05cd638bb76fe66c",
"buyerCastle": "๐ฆ",
"buyerName": "Guacamele",
"item": "charcoal",
"qty": 10,
"price": 6
}
duels
When the duel ends, the result is posted to this exchange.
{
"winner": {
"id": "abcdefghkadsfkl3214",
"name": "Anime Sex Storm",
"tag": "NAN",
"castle": "๐",
"level": 56,
"hp": 1
},
"loser": {
"id": "abcdefghkakjdhfaskd",
"name": "aShark",
"tag": "NOT",
"castle": "๐ฆ",
"level": 57,
"hp": 0
},
"isChallenge": true, // it is a challenge or plain arena
"isGuildDuel": true // the result will affect guilds glory
}
offers
Good intentions here, right guys? Guysโฆ?
When an item becomes available for purchase on the Stock Exchange, this exchange will be notified of the event.
{
"sellerId": "53f3e27a124e01dcdd77de45995bf0db",
"sellerCastle": "๐ฆ",
"sellerName": "Wolpertinger",
"item": "charcoal",
"qty": 10,
"price": 6
}
sex_digest
Arguably the least useful exchange to exist. I mean, at least theres someone using it right?
Every 5 minutes, all the cheapest offers for every item on offer in the Stock Exchange are pumped out to this exchange.
[
{
"name": "Bone powder",
"prices": [
10,
11,
15,
15,
15,
15,
20,
20,
20,
20
]
},
{
"name": "Iron ore",
"prices": [
5,
5,
5,
6,
6,
6,
6,
6,
6,
6
]
},
// ...
]
yellow_pages
Comes by a bit more frequently than once a year.
Every 5 minutes, this exchange will receive a list of all the player shops that are open and published.
Specialization field makes it percentagewise clear in what kind of gear this particular blacksmith is skilled in.
While processing this digest, you shall take into the account target customerโs guild and castle, as the final price might differ by guild/castle discount percent that may or may not be set.
[
{
"link": "UQ5DX",
"name": "Studio",
"ownerTag": "TAG",
"ownerName": "WolperTinger",
"ownerCastle": "๐ฆ",
"kind": "โ",
"mana": 20,
"offers": [
{
"item": "Metal plate",
"price": 1,
"mana": 10
}
]
},
{
"link": "OMgWt",
"name": "Shack",
"ownerName": "myDeerest",
"ownerCastle": "๐ฆ",
"kind": "โ",
"mana": 880,
"offers": [
{
"item": "Hunter Armor",
"price": 80,
"mana": 150
}
],
"specialization": {
"coat": 34,
"helmet": 75
},
"specializations": {
"quality_craft": {
"level": 6,
"values": {
"armor": 77,
"helmet": 88
//...etc
}
},
"alchemy": {
"level": 5,
"values": {
"apothecary": 77,
"dreamweaving": 88,
//... etc
}
}
},
"qualityCraftLevel": 2,
"maintenanceEnabled": true,
"maintenanceCost": 75, // 75 gold per 100 mana spent
"guildDiscount": 15,
"castleDiscount": 7
}
]
au_digest
Iโll buy this one and that one! Wait! Stop outbidding your own teammates!
Every 3 minutes, a list of all active and finished during last hour auction lots will be sent to this exchange.
[
{
"lotId": "71499",
"itemName": "Hunter dagger",
"sellerTag": "POK",
"sellerName": "E them Up",
"quality": "Fine",
"sellerCastle": "๐ฆ",
"condition": "Reinforced",
"endAt": "2018-07-15T20:23:38.217Z",
"startedAt": "2018-07-15T16:20:16.851Z",
"buyerCastle": "๐ฆ",
"status": "Active", // one of Active / Finished / Cancelled
"finishedAt": "2018-07-15T16:20:16.851Z", // only for ended auctions
"buyerTag": "IAM", // only for finished auctions
"buyerName": "Shortspear", // only for finished auctions
"price": 9,
"stats" : {
"โ": 4,
"๐": 3
}
},
{
"lotId": "71500",
"itemName": "๐Scroll of Peace",
"sellerName": "kritik",
"sellerCastle": "๐",
"sellerTag": "BAG",
"endAt": "2018-07-16T04:36:15.183Z",
"startedAt": "2018-07-15T16:34:50.722Z",
"buyerCastle": "๐",
"price": 1
},
{
"lotId": "71501",
"itemName": "๐Scroll of Peace",
"sellerTag": "JNJ",
"sellerName": "BandYlly",
"sellerCastle": "๐ฆ",
"endAt": "2018-07-15T20:36:10.675Z",
"startedAt": "2018-07-15T16:35:53.257Z",
"price": 0
}
]