-
Content Count
24 -
Donations
$5.00 -
Joined
-
Last visited
-
Days Won
1
Guite Emortal last won the day on November 3 2019
Guite Emortal had the most liked content!
About Guite Emortal
- Currently Viewing Forums Index
- Birthday May 2
Contact Methods
-
Discord
Guite#1879
Profile Information
-
Gender
Male
-
Location
Washington State, USA
Profile Fields
-
My Project
Infinite Horizon
-
Steam ID
Guite Emortal
Recent Profile Visitors
499 profile views
-
-
Guite Emortal reacted to a status update: Online Message and Guild system through events in Heroes Apocalypse
-
-
Tried to start working with the API and got the following error. All I did was change the api.config.json enabled to true Any ideas?
-
-
Mono Version: SQLite Version: SQLite version 3.32.3 2020-06-18 14:00:33 EDIT: Started with fresh version of Ubuntu 18.04 - I can't for whatever reason install a version of mono other than 6.10.104 - brought sqlite3 back to version 3.22.0 Still no luck running my server
-
The other day I was able to run 'mono start.exe' just fine and after I restarted the server I started to get some weird errors. Cannot launch my server at all as of this time. I have tried with a fresh server file and get the same errors. I've updated SQlite, and mono with no success. Any help would be appreciated. errors-mono-sgen.log
-
-
-
-
-
-
Ainz made a tutorial for this:
-
-
Guite Emortal reacted to a post in a topic: [6.2] Tags for NPCs, Items and Maps integrated in the event system (Based on Shenmue's)
-
-
-
Guite Emortal started following Global Variable Issue, Heroes Of Ascension [Community made game], Lets make an AGD intersect game and and 3 others
-
@AisenArvalis Been thinking about it for a few days now, but couldn't you set a player variable to Guild Master, default should be [false] but when a players create a guild it should change to [true] for whoever created the guild. You could then also make an item to transfer leadership Item01: Orb of Transference > If Guild Master is true >>Are you sure you would like to transfer guild leadership? - Yes: Guild Master set false -> Give Player: Orb of Ascendance - No: Ends Event > Else: You do not have permission to change guild leadership. Item02: Orb of Ascendance > If Guild Master is False >> Are you sure you would like to become Guild Leader? - Yes: Guild Master set true -> Item consumed - No: Ends Event If this wouldn't work feel free to say so. I am not 100% familiar with the engine.
-
-
-
Mythril Age Assets on Itch(includes Freebies!)
Guite Emortal replied to Zetasis's topic in Resources
Just bought a few items from itch.io Love the monster pack! Side note: I don't see a download button on the [Mythril Age - Spell Icons v2] page. I've checked in a few browsers with no success. -
Love your tutorials Ainz. Just a thought I've been pondering at work, your hunger/thirst system could be converted to a breath system for underwater areas/dungeons.
-
Well that is unfortunate, but thank you for the response.
-
Is there an event before Death that I could call up in a common event? I am trying to make an item that auto resurrects a player the moment they die the trigger 'On Respawn' will not accomplish what I am trying to do. Basic Idea: Player Event: On Death > Check player inventory for 'Res Ticket' - If yes: Resurrect - If no: respawn as normal. Can it be done?
-
Appreciate both of you for the input. Has given me much to think on.
-
I would like to make a system with multiple class evolutions but I want to limit what level each tier can hit. Is it possible to do the following Example: Server Max Level: 300 Class Tier 1: Max level 100 - Must Ascend to level further Class Tier 2: Max Level 150 - Must Ascend to reach max level Class Tier 3: Max level 300
-
Updated my Jellyfish Slime Sprite Sheets V1 V2 Any better @Zetasis or am I still not getting it quite right?
-
Thank you, I had browsed that guide I guess I just didn't understand it the first read through.
-
I was following Kibbelz guide on commands. I got every single one working except for the /dice command. Followed the guide to the T but when I run the /dice command in-game it outputs \gv 2 instead of producing a random number.