-
Posts
37 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Everything posted by PrettyPotatoo
-
Thank you for all your help I still do not know what was wrong but it is working now thanks.
-
It still won't work even though i use commas :I
-
Thanks, I've tried this but i get errors when trying to start the server. I have ther error log if you want to see it. What other things do i need to do to make it work? --- 2019-03-02 01:42:06.027 [Error] Received unhandled exception from . 2019-03-02 01:42:06.046 [Error] Message: After parsing a value an unexpected character was encountered: ". Path 'Equipment.Slots[3]', line 30, position 3. 2019-03-02 01:42:06.046 [Error] Stack Trace: at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments) at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType) at Newtonsoft.Json.JsonTextReader.ReadAsString() at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Intersect.Options.LoadFromDisk() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\Options.cs:line 138 at Intersect.Server.ServerStart.Start(String[] args) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Core\ServerStart.cs:line 51 2019-03-02 01:42:06.046 [Error] Time: 3/2/2019 1:42:06 AM -------------------------------------------------------------------------------- 2019-03-02 01:42:33.037 [Error] Received unhandled exception from . 2019-03-02 01:42:33.048 [Error] Message: Exception has been thrown by the target of an invocation. 2019-03-02 01:42:33.048 [Error] Stack Trace: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Newtonsoft.Json.Serialization.JsonContract.<>c__DisplayClass57_0.<CreateSerializationCallback>b__0(Object o, StreamingContext context) at Newtonsoft.Json.Serialization.JsonContract.InvokeOnDeserialized(Object o, StreamingContext context) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.OnDeserialized(JsonReader reader, JsonContract contract, Object value) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Intersect.Options.LoadFromDisk() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\Options.cs:line 138 at Intersect.Server.ServerStart.Start(String[] args) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Core\ServerStart.cs:line 51 2019-03-02 01:42:33.048 [Error] Stack Trace: at Intersect.Config.PaperdollOptions.Validate(EquipmentOptions equipment) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\PaperdollOptions.cs:line 95 at Intersect.Config.EquipmentOptions.Validate() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 55 at Intersect.Config.EquipmentOptions.OnDeserializedMethod(StreamingContext context) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 40 2019-03-02 01:42:33.048 [Error] Time: 3/2/2019 1:42:33 AM -------------------------------------------------------------------------------- 2019-03-02 01:42:33.048 [Error] Inner Exception? 2019-03-02 01:42:33.048 [Error] Message: Config Error: Paperdoll item Shield does not exist in equipment slots! 2019-03-02 01:42:33.049 [Error] Stack Trace: at Intersect.Config.PaperdollOptions.Validate(EquipmentOptions equipment) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\PaperdollOptions.cs:line 95 at Intersect.Config.EquipmentOptions.Validate() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 55 at Intersect.Config.EquipmentOptions.OnDeserializedMethod(StreamingContext context) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 40 2019-03-02 01:42:33.049 [Error] Time: 3/2/2019 1:42:33 AM -------------------------------------------------------------------------------- 2019-03-02 13:23:40.444 [Error] Received unhandled exception from . 2019-03-02 13:23:40.452 [Error] Message: Exception has been thrown by the target of an invocation. 2019-03-02 13:23:40.452 [Error] Stack Trace: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Newtonsoft.Json.Serialization.JsonContract.<>c__DisplayClass57_0.<CreateSerializationCallback>b__0(Object o, StreamingContext context) at Newtonsoft.Json.Serialization.JsonContract.InvokeOnDeserialized(Object o, StreamingContext context) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.OnDeserialized(JsonReader reader, JsonContract contract, Object value) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Intersect.Options.LoadFromDisk() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\Options.cs:line 138 at Intersect.Server.ServerStart.Start(String[] args) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Core\ServerStart.cs:line 51 2019-03-02 13:23:40.452 [Error] Stack Trace: at Intersect.Config.PaperdollOptions.Validate(EquipmentOptions equipment) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\PaperdollOptions.cs:line 95 at Intersect.Config.EquipmentOptions.Validate() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 55 at Intersect.Config.EquipmentOptions.OnDeserializedMethod(StreamingContext context) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 40 2019-03-02 13:23:40.452 [Error] Time: 3/2/2019 1:23:40 PM -------------------------------------------------------------------------------- 2019-03-02 13:23:40.452 [Error] Inner Exception? 2019-03-02 13:23:40.452 [Error] Message: Config Error: Paperdoll item Armor does not exist in equipment slots! 2019-03-02 13:23:40.453 [Error] Stack Trace: at Intersect.Config.PaperdollOptions.Validate(EquipmentOptions equipment) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\PaperdollOptions.cs:line 95 at Intersect.Config.EquipmentOptions.Validate() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 55 at Intersect.Config.EquipmentOptions.OnDeserializedMethod(StreamingContext context) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\EquipmentOptions.cs:line 40 2019-03-02 13:23:40.453 [Error] Time: 3/2/2019 1:23:40 PM -------------------------------------------------------------------------------- 2019-03-02 13:44:38.670 [Error] Received unhandled exception from . 2019-03-02 13:44:38.677 [Error] Message: Invalid property identifier character: {. Path '', line 1, position 1. 2019-03-02 13:44:38.678 [Error] Stack Trace: at Newtonsoft.Json.JsonTextReader.ParseProperty() at Newtonsoft.Json.JsonReader.ReadAndAssert() at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Intersect.Options.LoadFromDisk() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\Options.cs:line 138 at Intersect.Server.ServerStart.Start(String[] args) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Core\ServerStart.cs:line 51 2019-03-02 13:44:38.678 [Error] Time: 3/2/2019 1:44:38 PM -------------------------------------------------------------------------------- 2019-03-02 13:44:47.215 [Error] Received unhandled exception from . 2019-03-02 13:44:47.223 [Error] Message: Invalid property identifier character: {. Path '', line 1, position 1. 2019-03-02 13:44:47.223 [Error] Stack Trace: at Newtonsoft.Json.JsonTextReader.ParseProperty() at Newtonsoft.Json.JsonReader.ReadAndAssert() at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Intersect.Options.LoadFromDisk() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\Options.cs:line 138 at Intersect.Server.ServerStart.Start(String[] args) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Core\ServerStart.cs:line 51 2019-03-02 13:44:47.223 [Error] Time: 3/2/2019 1:44:47 PM -------------------------------------------------------------------------------- 2019-03-02 14:05:59.938 [Error] Received unhandled exception from . 2019-03-02 14:05:59.943 [Error] Message: Invalid property identifier character: . Path 'Equipment.Slots', line 34, position 6. 2019-03-02 14:05:59.943 [Error] Stack Trace: at Newtonsoft.Json.JsonTextReader.ParseProperty() at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Intersect.Options.LoadFromDisk() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Config\Options.cs:line 138 at Intersect.Server.ServerStart.Start(String[] args) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Core\ServerStart.cs:line 51 2019-03-02 14:05:59.943 [Error] Time: 3/2/2019 2:05:59 PM --------------------------------------------------------------------------------
-
I want to make equipment slot and i've done it right but i cannot find this <Equipment> <WeaponSlot>2</WeaponSlot> <ShieldSlot>3</ShieldSlot> <Slot0>Helmet</Slot0> <Slot1>Armor</Slot1> <Slot2>Weapon</Slot2> <Slot3>Shield</Slot3> <Slot4>Boots</Slot4> <Slot5>Gloves</Slot5> <Slot6>Ring</Slot6> <Slot7>Necklace</Slot7> <Slot8>Face</Slot8> <Slot9>Back</Slot9> <Slot10>Wig</Slot10> </Equipment> Where do i find this file? to edit this
-
Hey, i wanted to add more armour sets than a helmet and armour: I want to make for boots and legs aswell how can i add these, i managed to do it in a earlier game i made but i can't remember how :o
-
are there any kill function?
PrettyPotatoo replied to PrettyPotatoo's question in Questions & Answers
hmm oki, thanks -
are there any kill function?
PrettyPotatoo replied to PrettyPotatoo's question in Questions & Answers
Hmm but if i want them too loose their item on death though? -
I want to make player die if the go off an edge. Is there anyway to kill a player using events or something? T Thanks
-
I was thinking about making a cool minigame. But i wanted players to teamup to do the minigame. But is there anyway to set that the minigame starts when 5 players has joined a lobby or something?
-
I have some players that have cheated and just registered a new user and continued. Is there anyway to IP ban or anything to keep them away?
-
Is it possible to change the Intersect Client Name?
PrettyPotatoo replied to PrettyPotatoo's question in Questions & Answers
Thanks! Everything works perfectly now just had to update the engine. Thanks a lot -
Is it possible to change the Intersect Client Name?
PrettyPotatoo replied to PrettyPotatoo's question in Questions & Answers
I do not know if I have done something wrong but I've filled out like you said i think. but when i try to launch the tibbo client. It won't start -
Is it possible to change the Intersect Client Name?
PrettyPotatoo replied to PrettyPotatoo's question in Questions & Answers
Now when i open the client it says Tibbo Client(Tibbo being the game name) But in the folder where you launch it from is still Intersect Client anyway to change that aswell? -
Is it possible to change the Intersect Client Name?
PrettyPotatoo posted a question in Questions & Answers
The Intersect client is named Intersect by default. But is it possible to change it to something else? I've tried but the client won't launch if i change the name. -
I was wondering if there was possible to make a spell that could freeze a player?
-
I was wondering if there was any ways to add the players lvl next to their names? Because I want players to see each others lvls without needing to click on each other?
-
Hi I'm trying to make pvp on my server and i want the food to not stack in the inventory but i want it to stack in the bank. Is it possible to make this because people can have ulimited food in there inventory and if i do not stack them it's impossible to storage it in the bank. So is there any way to make items stack in the bank but not in the inventory? If not this should be added
-
Ok, thanks. But will there ever be possible to do this in the soon future?
-
I was just wondering if there was any way to make an event that admins decides when to start and how long they last. And is there any way to make double xp events? Because i wanna make double xp weekends if it's possible?
-
How to make a Paperdoll with a screenshot.
PrettyPotatoo replied to Bradley's topic in Community Guides
Thanks for the help! -
How can i find the stats to players in the game files? I'm trying to find the player levels to my html page so i can update which player is the highest etc. So where can i find which lvl each player ingame are?
-
Hmm is there any post or something i can follow to do this? When i add the paperdolls should i add it as a Animation?
-
Hey I'm trying to figure out how the animation works. How can I add so when a player equips a sword it show ingame that his holding the sword same for equiping armour?
-
Hey I've made lots of quests but they just start here and there. I was wondering if i could make something like an npc. So i could have a person to start the quest with any tips how i can make it? Because i do not what the npc to die. I don't want people come and kill people that gives quest . Is this possible?
-
How can i make more drops for npcs?
PrettyPotatoo replied to PrettyPotatoo's question in Questions & Answers
Yep this worked thank you!
