mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 21:55:42 +13:00
Add Random Events
This commit is contained in:
parent
d7e350fef6
commit
9add26a6fa
5 changed files with 165 additions and 4 deletions
|
@ -60,13 +60,14 @@
|
|||
"player_here":"%USERNAME% here",
|
||||
"no_telescope":"You do not have a telescope to use! You try making circles with your hands and placing them in front of one eye, but it is of minimal aid...",
|
||||
"starved_horse":"You have been sent to Prison Isle for starving one of your horses! They have been fed for you.",
|
||||
"message_queue":"<B>OFFLINE MESSAGE:</B>",
|
||||
"message_queue":"<B>OFFLINE MESSAGE:</B>",
|
||||
"random_event_prefix":"<B>A RANDOM EVENT HAS OCCURRED:</B> ",
|
||||
"timed_messages":{
|
||||
"rng_message":["Don't forget to pet your kitty/dog/fish/stuffed animal.",
|
||||
"Don't forget to stretch once in a while.", "Are you running late for school/work?!?!",
|
||||
"Aren't you sleepy? It's okay to go to bed. We'll all be here tomorrow.",
|
||||
"Please take a break and check on your family/pets/world. :)",
|
||||
"Please take breaks once in a while."],
|
||||
"Please take breaks once in a while.", "Hmmmm.. This game isn't THAT cool. :)"],
|
||||
"playtime_message": "You have been playing for %TOTALHOURS% hours. "
|
||||
},
|
||||
"chat_errors":{
|
||||
|
@ -1290,6 +1291,37 @@
|
|||
}
|
||||
},
|
||||
"events":{
|
||||
"random_events":[
|
||||
{"text":"There was a banking error in your favor! You received %MONEYEARNED%.","min_money":1000,"max_money":10000,"lower_horse_health":null,"give_object":null,"id":1},
|
||||
{"text":"Your horse %HORSENAME% got sick. Its health went down slightly.","min_money":null,"max_money":null,"lower_horse_health":200,"give_object":null,"id":2},
|
||||
{"text":"A small creature scurries by, dropping a diamond at your feet. You got a Diamond!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":74,"id":3},
|
||||
{"text":"You received an inheritance payment! It was worth %MONEYEARNED%!","min_money":10000,"max_money":100000,"lower_horse_health":null,"give_object":null,"id":4},
|
||||
{"text":"Walking around, you tripped over a dinosaur bone sticking slightly out of the ground! You grabbed the Dinosaur Bone.","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":73,"id":5},
|
||||
{"text":"You were sent a package from a long lost relative. A Telescope was inside!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":182,"id":6},
|
||||
{"text":"A Parrot flies overhead, swooping back and landing on your shoulder. Looks like you have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":219,"id":7},
|
||||
{"text":"You decide to pay off a family debt. This cost you %MONEYEARNED%.","min_money":-10000,"max_money":-1000,"lower_horse_health":null,"give_object":null,"id":8},
|
||||
{"text":"An elderly woman nearby notices you and tells you how beautiful you are, saying that her antique Emerald Necklace would go great with your complexion. You were given an Emerald Necklace!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":385,"id":9},
|
||||
{"text":"A farmer passing by offers you a bag of honey oats saying %HORSENAME% talked it out of him. You were given Honey Oats!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":400,"id":10},
|
||||
{"text":"Your horse %HORSENAME% strained its knee. It will require some vet services.","min_money":null,"max_money":null,"lower_horse_health":500,"give_object":null,"id":11},
|
||||
{"text":"Your horse %HORSENAME% was bitten by an angry beaver! You may need to see a vet for a bandaid.","min_money":null,"max_money":null,"lower_horse_health":100,"give_object":null,"id":12},
|
||||
{"text":"Your horse %HORSENAME% has a minor case of Colic. You should bring it to a vet.","min_money":null,"max_money":null,"lower_horse_health":700,"give_object":null,"id":13},
|
||||
{"text":"Another rider bumped into your horse %HORSENAME%. The horse was injured slightly. The other rider paid you %MONEYEARNED% for the incident.","min_money":1000,"max_money":5000,"lower_horse_health":100,"give_object":null,"id":14},
|
||||
{"text":"A sneaky monkey swings down from a nearby tree, snatching %MONEYEARNED% from you!","min_money":-2000,"max_money":-500,"lower_horse_health":null,"give_object":null,"id":15},
|
||||
{"text":"While not watching where you were going, you hit your head on a Bee's nest! Your Horse %HORSENAME% got stung! But you also got yourself a Honeycomb.","min_money":null,"max_money":null,"lower_horse_health":50,"give_object":68,"id":16},
|
||||
{"text":"While not watching where you were going, you hit your head on a Bee's nest! Your Horse %HORSENAME% got stung! But you also got yourself a Honeycomb.","min_money":null,"max_money":null,"lower_horse_health":50,"give_object":68,"id":17},
|
||||
{"text":"One of your horses, %HORSENAME%, sniffed under a bush and found you an Apple Treat! With big gentle eyes, it looks at you, desiring it.","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":398,"id":18},
|
||||
{"text":"A sweet girl walking past gives you a Pink Rose saying your horse %HORSENAME% is so pretty.","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":188,"id":19},
|
||||
{"text":"Going for a walk, you trip over a bush and find a Bunny! You picked up the Bunny!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":222,"id":20},
|
||||
{"text":"A butterfly has landed on your shoulder and looks like it wants to be your friend. You have a new Butterfly companion!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":313,"id":21},
|
||||
{"text":"You look down at your horse and see a small Ladybug sitting on the mane. You have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":350,"id":22},
|
||||
{"text":"Your mother loves Goldfish. She decided to surprise you with a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":590,"id":23},
|
||||
{"text":"While walking along a path, you fail to notice a large branch across the path. Your horse %HORSENAME% also misses it and stumbles, getting a small cut on its leg.","min_money":null,"max_money":null,"lower_horse_health":100,"give_object":null,"id":24},
|
||||
{"text":"Crossing the path ahead is a small Turtle that appears completely lost. You pick it up. You have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":225,"id":25},
|
||||
{"text":"You and %HORSENAME% walk by a rock garden. You notice one rock smiling at you so you reach down and pick it up. You have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":838,"id":26},
|
||||
{"text":"While lying down for a rest, you see something small inch up to you. You found an Inchworm!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":1081,"id":29},
|
||||
{"text":"Your horse stops and starts sniffing and nuzzling the ground. You look down and notice some carrots planted there. You dig one up. You got a Carrot!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":186,"id":27},
|
||||
{"text":"A little boy walks by and says he thinks your horse, %HORSENAME%, is very pretty. He wants to give the horse a carrot so he hands it to you. You were given a Carrot!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":186,"id":28}
|
||||
],
|
||||
"real_time_quiz":[
|
||||
{"name":"ARCHAEOLOGY","questons":[
|
||||
{"question":"What kind of dinosaur was the largest animal ever to fly?","answers":["pterodactyl","pterosaur"]},
|
||||
|
|
84
Horse Isle Server/HorseIsleServer/Game/Events/RandomEvent.cs
Normal file
84
Horse Isle Server/HorseIsleServer/Game/Events/RandomEvent.cs
Normal file
|
@ -0,0 +1,84 @@
|
|||
using HISP.Game.Horse;
|
||||
using HISP.Game.Items;
|
||||
using HISP.Player;
|
||||
using HISP.Server;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace HISP.Game.Events
|
||||
{
|
||||
public class RandomEvent
|
||||
{
|
||||
public static List<RandomEvent> RandomEvents = new List<RandomEvent>();
|
||||
public static RandomEvent GetRandomEvent()
|
||||
{
|
||||
int randomEvent = GameServer.RandomNumberGenerator.Next(0, RandomEvents.Count);
|
||||
return RandomEvents[randomEvent];
|
||||
}
|
||||
|
||||
public static void ExecuteRandomEvent(User user)
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
RandomEvent rngEvent = RandomEvent.GetRandomEvent();
|
||||
|
||||
if (rngEvent.HorseHealthDown != 0 && user.HorseInventory.HorseList.Length <= 0)
|
||||
continue;
|
||||
if (rngEvent.Text.Contains("%HORSENAME%") && user.HorseInventory.HorseList.Length <= 0)
|
||||
continue;
|
||||
|
||||
int moneyEarned = 0;
|
||||
if (rngEvent.MinMoney != 0 || rngEvent.MaxMoney != 0)
|
||||
moneyEarned = GameServer.RandomNumberGenerator.Next(rngEvent.MinMoney, rngEvent.MaxMoney);
|
||||
|
||||
|
||||
if (rngEvent.GiveObject != 0)
|
||||
user.Inventory.AddIgnoringFull(new ItemInstance(rngEvent.GiveObject));
|
||||
|
||||
if(moneyEarned != 0)
|
||||
user.Money += moneyEarned;
|
||||
|
||||
HorseInstance effectedHorse = null;
|
||||
|
||||
if(user.HorseInventory.HorseList.Length > 0)
|
||||
{
|
||||
int randomHorseIndex = GameServer.RandomNumberGenerator.Next(0, user.HorseInventory.HorseList.Length);
|
||||
effectedHorse = user.HorseInventory.HorseList[randomHorseIndex];
|
||||
}
|
||||
|
||||
if (rngEvent.HorseHealthDown != 0)
|
||||
effectedHorse.BasicStats.Health -= rngEvent.HorseHealthDown;
|
||||
|
||||
string horseName = "[This Message Should Not Appear, if it does its a bug.]";
|
||||
if (effectedHorse != null)
|
||||
horseName = effectedHorse.Name;
|
||||
|
||||
string msg = Messages.FormatRandomEvent(rngEvent.Text, moneyEarned, horseName);
|
||||
byte[] chatPacket = PacketBuilder.CreateChat(Messages.RandomEventPrefix + msg, PacketBuilder.CHAT_BOTTOM_RIGHT);
|
||||
user.LoggedinClient.SendPacket(chatPacket);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public RandomEvent(int id, string text, int minMoney, int maxMoney, int horseHealth, int giveObject)
|
||||
{
|
||||
Id = id;
|
||||
Text = text;
|
||||
MinMoney = minMoney;
|
||||
MaxMoney = maxMoney;
|
||||
HorseHealthDown = horseHealth;
|
||||
GiveObject = giveObject;
|
||||
|
||||
RandomEvents.Add(this);
|
||||
}
|
||||
public int Id;
|
||||
public string Text;
|
||||
public int MinMoney;
|
||||
public int MaxMoney;
|
||||
public int HorseHealthDown;
|
||||
public int GiveObject;
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -69,6 +69,9 @@ namespace HISP.Game
|
|||
public static string SocialTypeFormat;
|
||||
public static string SocialPlayerNoLongerNearby;
|
||||
|
||||
// Random Event
|
||||
public static string RandomEventPrefix;
|
||||
|
||||
// Events : Mods Revenge
|
||||
public static string EventStartModsRevenge;
|
||||
public static string EventEndModsRevenge;
|
||||
|
@ -1171,6 +1174,12 @@ namespace HISP.Game
|
|||
return itemFormat.Replace("%USERNAME%", username);
|
||||
}
|
||||
|
||||
// Random Events
|
||||
public static string FormatRandomEvent(string txt, int moneyEarned, string horseName)
|
||||
{
|
||||
return txt.Replace("%HORSENAME%", horseName).Replace("%MONEYEARNED%", "$" + moneyEarned.ToString("N0", CultureInfo.InvariantCulture).Replace("-", ""));
|
||||
}
|
||||
|
||||
// Event : Water Ballon Game
|
||||
public static string FormatWaterBalloonGameWinner(string username, int timesHit)
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@ using System.Threading;
|
|||
using HISP.Player;
|
||||
using HISP.Game;
|
||||
using HISP.Game.Horse;
|
||||
using HISP.Game.Events;
|
||||
|
||||
namespace HISP.Server
|
||||
{
|
||||
|
@ -84,6 +85,12 @@ namespace HISP.Server
|
|||
SendPacket(playTimeMessage);
|
||||
}
|
||||
|
||||
|
||||
if (GameServer.RandomNumberGenerator.Next(0, 100) == 59) // RANDOM EVENT HAS OCCURED!
|
||||
{
|
||||
RandomEvent.ExecuteRandomEvent(LoggedinUser);
|
||||
}
|
||||
|
||||
bool gotoPrision = false;
|
||||
foreach(HorseInstance horse in LoggedinUser.HorseInventory.HorseList)
|
||||
{
|
||||
|
@ -196,16 +203,16 @@ namespace HISP.Server
|
|||
if (totalMinutesElapsed % 5 == 0)
|
||||
LoggedinUser.Thirst--;
|
||||
|
||||
if (totalMinutesElapsed % 10 == 0)
|
||||
if (totalMinutesElapsed % 15 == 0)
|
||||
LoggedinUser.Hunger--;
|
||||
|
||||
|
||||
if (totalMinutesElapsed % 15 == 0)
|
||||
LoggedinUser.Tiredness--;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if (!isDisconnecting)
|
||||
minuteTimer.Change(oneMinute, oneMinute);
|
||||
dcLock = false;
|
||||
|
|
|
@ -858,6 +858,32 @@ namespace HISP.Server
|
|||
Logger.DebugPrint("Registered Real Time Quiz Category: " + name);
|
||||
}
|
||||
|
||||
// Register Random Event
|
||||
|
||||
int totalRandomEvent = gameData.events.random_events.Count;
|
||||
for (int i = 0; i < totalRandomEvent; i++)
|
||||
{
|
||||
int minmoney = 0;
|
||||
int maxmoney = 0;
|
||||
int lowerHorseHealth = 0;
|
||||
int giveObj = 0;
|
||||
|
||||
int id = gameData.events.random_events[i].id;
|
||||
string txt = gameData.events.random_events[i].text;
|
||||
|
||||
if(gameData.events.random_events[i].min_money != null)
|
||||
minmoney = gameData.events.random_events[i].min_money;
|
||||
if(gameData.events.random_events[i].max_money != null)
|
||||
maxmoney = gameData.events.random_events[i].max_money;
|
||||
if(gameData.events.random_events[i].lower_horse_health != null)
|
||||
lowerHorseHealth = gameData.events.random_events[i].lower_horse_health;
|
||||
if(gameData.events.random_events[i].give_object != null)
|
||||
giveObj = gameData.events.random_events[i].give_object;
|
||||
|
||||
new RandomEvent(id, txt, minmoney, maxmoney, lowerHorseHealth, giveObj);
|
||||
|
||||
Logger.DebugPrint("Registered Random Event: " + txt);
|
||||
}
|
||||
|
||||
HorseInfo.HorseNames = gameData.horses.names.ToObject<string[]>();
|
||||
|
||||
|
@ -964,6 +990,9 @@ namespace HISP.Server
|
|||
// Message Queue
|
||||
Messages.MessageQueueHeader = gameData.messages.message_queue;
|
||||
|
||||
// Random Event
|
||||
Messages.RandomEventPrefix = gameData.messages.random_event_prefix;
|
||||
|
||||
// Events : Mods Revenge
|
||||
Messages.EventStartModsRevenge = gameData.messages.events.mods_revenge.event_start;
|
||||
Messages.EventEndModsRevenge = gameData.messages.events.mods_revenge.event_end;
|
||||
|
|
Loading…
Add table
Reference in a new issue