-
Posts
102 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Everything posted by Smoot
-
Actually found it on the requests on github. Issue 913
-
Just like the title says. Can I select the different tools in the map editor with keys. I'd live to hit "e" for dropper, or "p" for pencil. Or whatever..
-
Just to follow up. XFallSeane helped in Private. My issue is that I didn't have the site root pointing at the "Public" folder. It was pointing to the httpdocs folder as default.
-
It is pointed there.
-
Ok for hit animation, there is an attack animation field on the bottom right of the Class Editor. If you mean an animation for when the character gets hit I'm not sure. Add a heal ability by using a spell in the Spell Editor. Check Friendly make it do negative damage.
-
What even language is this? Probably should translate it or use one of the language specific boards.
-
I'm sorry I'm missing something. Upload on your web hosting or on your local server the installation.zip file. Extract installation.zip Open .env.local.php At the line DATABASE_URL replace with your data example : mysql://database_username:[email protected]:3306/database_name?serverVersion=your_mysql_version Save your changes Open PhpMyAdmin or your mysql provider Select your database Click on import, select the installation.sql file and valid If step 8 is a success, without any errors go to your website url and all works ! Ok so that's where the problem is. If I go to the URL there aren't any index.php or anything created in the httpdocs folder, so I'm not sure how exactly there will be a way to go past this. I am running apache, urlrewrite enabled. Composer is installed and it's pulling all of the packages fine, but there's something missing where the actual site root files are missing. I hope you can help.
-
Hey all just a quick note. I've been fighting to setup a new Ubuntu server install the past couple days. It's running an AWS instance on Ubuntu 20.04 and was trying to run 6.12.xx whatever the latest is at this time. The server would not start at all, just would crash back to command line. Logs really didn't have anything. I just got finished downgrading to Mono 6.8 and am up and running. So just for completeness: Intersect: .07.0.126 Ubuntu: 20.04.3 Mono 6.8.0.105 Sqlite: 3.31.1 I then migrated to Maria 10.3.31 no problems.
-
You can see in your picture that the API is listening on port 8080 and your api_server is showing port 5400. They need to be the same, so either change it in the server config or on the cms.
-
Is this relatively kid friendly? Just mostly not interested in not hearing Shit and fuck nonstop, occasional stuff is ok... I'd like to watch it with my 10yo.
-
Hey an actual answer. Thanks Aesthetic, makes sense.
-
Actually this raises a question. What is True used for?
-
I figured there must be some code change. I'll take a look in those locations and see what happens. Thanks
-
In the editor_strings.json there is "Combat": { "damagetypes": { "0": "Physical", "1": "Magic", "2": "True" }, If I add 3, 4 etc here, is there anything else I need to do to create additional damage types? I don't see anything in client_strings, for example.
-
Great start! Keep going
-
This is my number 1 request.
-
Has anyone used this with B6? Any issues?
-
Yeah very minimalist but quite nice. Great job!
-
I don't see a way to edit things like font sizes. Must need source.
-
Right but you don't need to use female, I don't know if I explained it well, but you can use an event to change class so you can have a mounted female/male Knight or whatever class. Then you just set those mounted classes to hidden and they don't show on the character creation window.
- 12 replies
-
- tutorial
- my mount system
- (and 4 more)
-
Couldn't you do this with classes? I'm using starter classes for my "races" then using a quest to change class for traditional wizard/warrior/healer classes.
- 12 replies
-
- tutorial
- my mount system
- (and 4 more)
-
Do it via csv and import to mysql, but that's not exactly a novice endeavor.
-
What version of mono are you running? By default my server installed an outdated version. Go here and add the correct repo and reinstall. Uninstall first. https://www.mono-project.com/download/stable/#download-lin-ubuntu
