-
Posts
99 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Everything posted by Tron
-
F12 Then you can find the screenshot in the 'client & editor/screenshots'
-
https://docs.freemmorpgmaker.com/en-US/developer/sharing/applying.html
-
They're not outdated, follow the guides.
-
Yes there is. If you go into your server folder and open up colors.json you will find everything there. What you're looking for is in this block: "Combat": { "AddMana": "255,0,0,255", "Blocked": "255,0,0,255", "Cleanse": "0,255,0,0", "Critical": "255,255,255,0", "Dash": "255,0,0,255", "Heal": "255,0,255,0", "Invulnerable": "255,255,0,0", "LevelUp": "255,0,255,255", "MagicDamage": "255,255,0,255", "Missed": "255,255,255,255", "NoAmmo": "255,255,0,0", "NoTarget": "255,255,0,0", "PhysicalDamage": "255,255,0,0", "RemoveMana": "255,255,127,80", "StatPoints": "255,0,255,255", "Status": "255,255,255,0", "TrueDamage": "255,255,255,255" },
-
If you want to talk on discord I may have something for you. I can talk about my project and if it’s something you’re interested in we can move forward. ScalyOne#9755
-
Just create more small maps and link them.
-
... chmod 777 cache dude...
-
What error also that guy is not the developer of this. The developers are two guys that aren’t involved in the community anymore.
-
I think you can also check the logs on the server you’re hosting the files on and it may give an indicator of what the unreachable path is.
-
Have you gotten the wiki to work?
-
Hahahaha this was a bitch to set up but I just set it up today. I'll rewrite a guide for Ubuntu since the creator did not create the best guide...
-
That is in fact a resource. Is there a workaround?
-
If you want the same version as @wishy here is what you would do to lock in the older version of mono: sh -c 'echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.8.0.105 main" > /etc/apt/sources.list.d/mono-official-stable.list' Go to this website to check the different versions: https://download.mono-project.com/repo/ubuntu stable-bionic obviously after you do this you're going to need to run an apt update. Edit: After testing this out - this is a working fix @Guite Emortal. As always thanks to @wishy for providing the above information which lead me on the right path on how to get this working (at least with my version of intersect).
-
How do I report that?
-
I am having trouble rendering buff animations that appear above the player to render below the fringe layer. Using Upper Layer and Render Below Fringe I get my animation to appear above the player which is my desired effect however it appears above the fringe as well. When I swap to Lower Layer and choose Render Above Player I get the same exact issue. The only way I've managed to get it to render below the fringe is to have it rendered below the player which is what I'm trying to avoid. Does anyone have any solutions to this? Am I missing something?
-
On the base engine: Normal - PvP Safe - Non-PvP Arena - PvP? I believe this is how it works.
-
Working Spreading out loot upon Entity death
Tron replied to Cheshire's topic in Source Modifications
For noobies like myself that are using the 6.2 development branch you will want to install this patch with: git apply -3 ./<filename>.patch Once installed you will have an error in your build but here is how I fixed it: Explaination: Lines 2697 and 2701 use 'var map' which isn't allowed because it already exists on line 2690. You will have to change the name but make sure to update the corresponding line below. If this is all you do you will have an issue where your loot takes 5 seconds to appear, this is because you need to add the lootOwner variable at the end of line 2697. You should also add it to line 2702 as well (I just got this working so I wanted to share it before I forgot to) Thanks @Cheshire for helping me with the 5 second spawn issue. -
All of the links are broken, here is a good tutorial: https://docs.freemmorpgmaker.com/en-US/developer/sharing/applying.html
-
Latest commit via this thread: Using latest: Applying basic mod and then trying the mods via the zip on the latest working commit: Any suggestions? Am I doing something wrong? Edit: Figured it out. I'm a noob to using github but I figured it out (myself actually ) so for other github noobs the fix was to revert to the old branch using 'git reset --hard <commit ID>' and after doing that it worked flawlessly.
-
https://router-network.com/freebox-router-login You need to be able to log into the web interface of your router or ssh into it in order to port forward. At this point I can't help you further if you can't get into the web interface.
-
Try typing just the default gateway IP into your web browser.
-
What kind of router do you have?
-
Yes - also the last step really depends on your router. What kind of router are you using?
-
1. Open up a command prompt with the 'magnifying glass' icon in the bottom left of your computer (I assume you're using Windows) 2. Type 'cmd' which should open the command prompt 3. Type 'ipconfig' and save or remember what the Default Gateway is 4. In your web browser type http://<Default Gateway> or https://<Default Gateway> If you can get this far let me know.
-
Sounds like you need to use port-forwarding.
