-
Posts
39 -
Joined
-
Last visited
-
Days Won
1
HelenaToDev last won the day on June 17 2021
HelenaToDev had the most liked content!
About HelenaToDev
- Birthday 01/01/1997
Profile Information
-
Gender
Female
-
Location
Lusiana
Recent Profile Visitors
HelenaToDev's Achievements
-
Darkmg started following HelenaToDev
-
HelenaToDev reacted to a post in a topic: Intersect CMS Unleashed [2.3]
-
HelenaToDev reacted to a post in a topic: Intersect Connect
-
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
it's not a gmail limitation (I tested it using other email sending programs) it seems to be a problem with the engine, with hotmail domains, which simply go to limbo. -
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
I already suspected that, I'll test it here -
HelenaToDev reacted to an answer to a question: Has anyone managed to make the password recovery system work?
-
HelenaToDev reacted to a status update: https://www.ascensiongamedev.com/profile/3147-daniele-santana/?status=1790&type=status
-
HelenaToDev reacted to an answer to a question: Error on launch game witch mono on Ubuntu
-
https://prnt.sc/26fqtsi
-
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
Ive made a simple code to test in VPS if email system is blocking. And when I open the program on the VPS, I can send an email normally through port 587 -
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
Sure, I'm using Microsoft Azure, but it's a little expensive, but I'm suspecting that it's the hosting that's blocking emails... -
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
Your operating system where your server is hosted, is it Windows or Linux? -
HelenaToDev reacted to an answer to a question: Has anyone managed to make the password recovery system work?
-
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
Yes, I also checked the Spam box, created any email, created an account in the game and then tried to reset the password... Nothing was sent to the registered email, I'm going crazy, he's getting lost in limbo. I've already checked if my VPS is blocking any outbound ports, but nothing is blocking -
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
Ive tested my configs on this website https://www.gmass.co/smtp-test And it worked, but on console of the engine, no errors appear, not even in logs -
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
I tried with these changes, but it still didn't work. -
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
https://prnt.sc/25m0og6 Changed to less secure. My settings "SmtpSettings": { "FromAddress": "suporte.vinafluer@gmail.com", "FromName": "Suporte - Vina Fluer", "Host": "smtp.gmail.com", "Port": 465, "UseSsl": false, "Username": "suporte.vinafluer@gmail.com", "Password": "me password" whats wrong? -
HelenaToDev reacted to an answer to a question: Has anyone managed to make the password recovery system work?
-
Has anyone managed to make the password recovery system work?
HelenaToDev replied to HelenaToDev's question in Connectivity Support
I tried using gmail too but maybe I'm setting it wrong, can you help me with what I'm wrong? -
Has anyone managed to make the password recovery system work?
HelenaToDev posted a question in Connectivity Support
First, I apologize for my English. I would really like to understand how the engine's password recovery system works, as I always configure everything correctly, as it always returns an error or simply doesn't send it to the player. Is the system buggy? -
koinken reacted to a status update: A small project to add elements to the engine would be nice and many games could crea
-
HelenaToDev reacted to a question: Guild Crest
-
Equipped items with projectiles cant interact with resources
HelenaToDev replied to BrunoWrier's question in Questions & Answers
I remember that this way worked before, but they changed, it was good, now I have to make an event to make a fishing system... using the logic that the projectile is not a player, the same thing an ax, a blade , a pickaxe, they are not players either... and they work on resources -
HelenaToDev reacted to an answer to a question: Call database .db in server?? [DEV]
-
Arufonsu reacted to a post in a topic: [Client] [Development Branch] Minimap Plugin
-
Untested [Client] [Development Branch] Minimap Plugin
HelenaToDev replied to Cheshire's topic in Plugins
I have this error, which seems to happen randomly, and also when I'm logged into the player and try to go back to the character selection menu 2021-08-16 01:39:55.833 [Error] Message: Referência de objeto não definida para uma instância de um objeto. Stack: em Intersect.Client.General.Globals.OnGameUpdate(TimeSpan deltaTime) em Intersect.Client.Core.Main.Update(TimeSpan deltaTime) em Intersect.Client.MonoGame.IntersectGame.Update(GameTime gameTime) em Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime) em Microsoft.Xna.Framework.Game.Tick() em Microsoft.Xna.Framework.SdlGamePlatform.RunLoop() em Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) em Intersect.Client.MonoGame.IntersectGame.MonoGameRunner.Start(IClientContext context, Action postStartupAction) em Intersect.Client.Core.ClientContext.InternalStart() em Intersect.Core.ApplicationContext`2.Start(Boolean lockUntilShutdown) na E:\Greem\Intersect-Engine-development\Intersect (Core)\Core\ApplicationContext`2.cs:linha 221