HISP/Horse Isle Server/HorseIsleServer/Server
2021-02-07 23:23:11 +13:00
..
ConfigReader.cs Fix quest issues, and metaprority not being priority. 2021-02-05 18:47:45 +13:00
Converters.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
Database.cs Add pirate treasures, and pot of gold (Though, text is missing for Pot of Gold- i have to find one in public server first.) 2021-02-07 23:04:09 +13:00
GameClient.cs Fix bugz 2021-02-06 12:04:35 +13:00
GameDataJson.cs Add pirate treasures, and pot of gold (Though, text is missing for Pot of Gold- i have to find one in public server first.) 2021-02-07 23:04:09 +13:00
GameServer.cs Implement pac-man-ing 2021-02-07 23:23:11 +13:00
Logger.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
PacketBuilder.cs Implement workshops and fix more quest weirdnes. 2021-02-06 17:04:50 +13:00