-
Content Count
791 -
Joined
-
Last visited
About fiki574

-
Rank
MLG
- Birthday 07/08/1996
Profile Information
-
Gender
Other
Recent Profile Visitors
20172 profile views
-
fiki574 liked a post in a topic: My cringy 2017 poem about Battleforge being shut then reborn!
-
wanky liked a post in a topic: Community Update #17 - January 8th 2022
-
Majora liked a post in a topic: Community Update #17 - January 8th 2022
-
Hey. Thanks for the leaderboards report. The leaderboards on the Hub are being cached once every 36 hours, so maybe the data has not been cached yet. Also have in mind there are different time range selection possibilities, like so: At the start of every month, "This month" range usually doesn't have much data for the first week until players play the matches and fill it up. And could you please private message me with screenshots/examples of the time differences you're mentioning? It will help me better pinpoint the problem, if any.
-
fiki574 liked a post in a topic: Community Update #17 - January 8th 2022
-
fiki574 liked a post in a topic: Auction House Archives
-
DraginMaster liked a post in a topic: Skylords Reborn API Hub
-
T1421 liked a post in a topic: Skylords Reborn API Hub
-
Hey. I've taken down the services on following URLs, as mentioned in the previous post: - auctions.skylords.eu - auctions.backend.skylords.eu - stats.skylords.eu - stats.backend.skylords.eu - leaderboards.skylords.eu - leaderboards.backend.skylords.eu The hostnames (DNS zone entries) will be brought done soon as well, until then they'll lead to an alphabetically first available URL on the system. Alongside this, I did some backend code refactoring (unnoticeable to end-users) and also added the support for "All Time" leaderboards time range, which was requested and ta
-
Giving this as an upcoming heads up: I will be shutting down the "old" API frontend and backend applications on 30th of December (in 2 days from this post). Please make sure you've switched to the new Hub API. Affected and shut down services will be: - auctions.skylords.eu - auctions.backend.skylords.eu - stats.skylords.eu - stats.backend.skylords.eu - leaderboards.skylords.eu - leaderboards.backend.skylords.eu Thanks and regards.
-
T1421 liked a post in a topic: Skylords Reborn API Hub
-
Mynoduesp liked a post in a topic: Skylords Reborn API Hub
-
Maze liked a post in a topic: Skylords Reborn API Hub
-
Please refer to this thread from now on:
-
Hello everyone. This will be a very similar post and thread as the previous counterpart. I'll keep it short. Past few months, I've been working on a new, centralized UI and backend for the previously separated 3 API backends and frontends, from the upper linked thread. So, previous links are from now on obsolete/redundant, but will be still available for some time: GitHub repository: https://github.com/fiki574/Skylords-Reborn-API-UI Statistics: https://stats.skylords.eu/ Auctions: https://auctions.skylords.eu/ Leaderboards: https://leaderboards.
-
fiki574 liked a post in a topic: Remove requirement for Administration Rights on Launcher
-
fiki574 liked a post in a topic: Community update #7 - July 17th 2021
-
fiki574 liked a post in a topic: Online Players & Accounts Data
-
fiki574 liked a post in a topic: Game progression (This is gonna be destroyed and probably removed, heck I might be banned.)
-
fiki574 liked a post in a topic: Introducing... MarcoMaar, our new client developer!
-
Marchewa liked a post in a topic: Skylords Reborn API
-
Zyna liked a post in a topic: Fear of a slow death of a community
-
Volin liked a post in a topic: Fear of a slow death of a community
-
Numerous times before it was said that just because there is not an official staff reply in a topic or suggestion, it does not necessarily mean we are not taking it into consideration or discussion behind the curtains. Demanding replies and/or personal attention does not speed up the process at all. Having in mind the lengths and extents this thread has went to, it is obvious it needs proper look at and preparation of a reply, because a lot of points have been touched. Also, why are we being compared to big game studios at all? Totally different history, totally different circumstances, t
-
API breaking changes have been made to Auctions as well, so check them out and update accordingly: https://github.com/fiki574/Skylords-Reborn-API-UI/blob/master/Auctions/README.md#auctions-api
-
Possibly, but requires additional mechanisms and logic. It will stay like this for now, however it might get improved at some point. Leaderboards are getting refreshed once every 6 hours, meaning that there are 4 refreshes which take, on average, 10-15 minutes to complete, which then results in the leaderboards being "unavailable" for barely an hour in a day.
-
API breaking changes have been made to Leaderboards, check out the changes and update accordingly: https://github.com/fiki574/Skylords-Reborn-API-UI/blob/master/Leaderboards/README.md#leaderboards-api This week I plan on updating Auctions, so next Wednesday expect an API breaking changes/updates to the Auctions as well.
-
Damn, I totally missed your post. 3 weeks late, but I've corrected the times now: https://github.com/fiki574/Skylords-Reborn-API-UI/tree/master/Auctions#auctions-api No such player-specific API for now. Ladders are with reason capped at 200 players: a) to match the ingame leaderboards and b) not to kill our database, because the current queries take almost 20 full minutes to execute and load data.
-
Right, but I meant on someone who does not have access to our past versions of source code(s) and is doing it from scratch.
-
What you described, is entirely possible and most likely done already to some extent, somewhere, from someone. What I was refering to (the complete emulation of our client so you get literal, proper programmatic bot), is almost impossible.
-
Public API doesn't provide a way to interact with Auction House other than literally just displaying the live listings. Bids, buyouts, or botting is not possible with it. Proper, in-game bot that emulates our client and network architecture is hard, almost impossible to make (if you're not using one that scans the screen and use OCR to make mechanical clicks, i.e. literally move the mouse over the button and click it). TL;DR: There is no such thing as trade/AH bots here, and if there were, they would not be "legal".
-
They server-sided replay generator is done since long time ago. Every match replay gets stored on the server, each of the replay is about few KBs big so it won't take too much space.