
felipesmoke94
Members-
Posts
28 -
Joined
-
Last visited
-
Days Won
1
felipesmoke94 last won the day on March 15 2020
felipesmoke94 had the most liked content!
Recent Profile Visitors
1,650 profile views
felipesmoke94's Achievements
-
felipesmoke94 reacted to a post in a topic: Today I did this on my project...
-
is there ship and battle system at sea? if not, do you intend to implement?
-
felipesmoke94 reacted to a post in a topic: Today I did this on my project...
-
felipesmoke94 reacted to a post in a topic: Today I did this on my project...
-
if (Globals.Me.PvpStatusEnabled) { if (pvpStatusStartTimer == null) { pvpStatusStartTimer = new Stopwatch(); } if (!pvpStatusStartTimer.IsRunning) { pvpStatusStartTimer.Start(); } if (pvpStatusStartTimer.ElapsedMilliseconds < remainingPvpStatusTimeMs) { TimeSpan remainingTime = new TimeSpan(0, 0, 0, 0, remainingPvpStatusTimeMs); TimeSpan time = remainingTime.Subtract(pvpStatusStartTimer.Elapsed); inputBoxMessage = new InputBox(Strings.Pvp.pvpStatusStartTitle, string.Format(Strings.Pvp.pvpStatusStartMessage, time.ToString(@"mm\:ss")), true, InputBox.InputType.OkayOnly, null, null, null); //message.RewriteText(string.Format(Strings.Pvp.pvpStatusStartMessage, remainingTime.Subtract(pvpStatusStartTimer.Elapsed).ToString(@"mm\:ss"))); return; } else { pvpStatusStartTimer.Reset(); inputBoxMessage = null; } } Guys I'm trying to make a countdown appear on the screen, can someone help me with this?
-
Eu acho que era agora, me desculpe
-
any programs related to paid work for each exclusive system? interested send private message to talk about it!
-
I'm hiring a C # programmer to develop some unique systems! If anyone is interested please send me a message.
-
felipesmoke94 reacted to an answer to a question: open more than one window
-
Good afternoon guys how can I open several windows at the same time? for example: opening the inventory and at the same time the character window and the party window
-
Hello guys is there any way to put the equipment together with the inventory? if so can you help me do that? exemple:
-
Weylon Santana reacted to a post in a topic: Heroes Apocalypse Online
-
felipesmoke94 reacted to a post in a topic: Heroes Apocalypse Online
-
I will help as much as possible, I don’t have all the time in the world but I’ll set aside some time to help!
-
felipesmoke94 reacted to an answer to a question: spacing between inventory slots
-
spacing between inventory slots
felipesmoke94 replied to felipesmoke94's question in Questions & Answers
Thank you very much helped me! Now one more question: I edited the "" MaxInventory "on the server for 100 slots. On the client when opening the inventory there are 6 vertical columns, how do I edit so that there are 5 vertical columns? -
Muito bom, eu não consegui fazer download!
-
do I need help with the "InventoryWindow.JSON" file on which line do I modify to decrease the spacing between the columns of the inventory slots? I am modifying my GUI I changed practically everything but I am not able to modify it! 1 2 I know how to change the size and everything else, I'm just not managing to shorten this spacing between the slots!
-
Daniele Santana reacted to an answer to a question: Como usar EMOTE?
-
entendi bacana que já esteja mais evoluído espero ver mais progresso! e uma pena ele ta sem celular e pc, tem previsão de quando ele ira voltar a ativa?
-
Weylon Santana reacted to an answer to a question: Como usar EMOTE?
-
Daniele Santana reacted to an answer to a question: Como usar EMOTE?
-
sim sim já resolvi com os grringos shahsah eii perdi seu contato vc tava com um projeto nao estava?
-
felipesmoke94 reacted to an answer to a question: Como usar EMOTE?
-
felipesmoke94 reacted to an answer to a question: The event works at 6.1 (229) when the update to 234 does not work
-
The event works at 6.1 (229) when the update to 234 does not work
felipesmoke94 replied to felipesmoke94's question in Event Questions
and in version 229, wasn’t the same thing supposed to happen? I don’t know how I didn’t realize it before, but I’m very grateful for everyone’s attention and help, thanks -
felipesmoke94 reacted to an answer to a question: The event works at 6.1 (229) when the update to 234 does not work
-
The event works at 6.1 (229) when the update to 234 does not work
felipesmoke94 replied to felipesmoke94's question in Event Questions
I'm sorry I didn't realize that I posted without translating! OMG, that was it !!! IT WORKED '-' can you explain to me why it worked the way it was in version 229 and not in version 234?