Crafting skill up rate

Post Reply
Ryukishi
Posts: 14
Joined: Wed Oct 30, 2013 12:17 pm

Crafting skill up rate

Post by Ryukishi » Mon Nov 04, 2013 7:51 pm

Checked everywhere on the forums, and I may be overlooking it or something, but how do you change the rate in which you skill up craft and/or other skills? I checked in the setting.sql file, but can't find it. Also, I saw EXP rate, but it said "multiplies exp earned from fov"; does this only affect FoV or any experience gained?

whitevamp
Posts: 52
Joined: Sun Dec 09, 2012 12:19 pm

Re: Crafting skill up rate

Post by whitevamp » Mon Nov 04, 2013 8:34 pm

map_darkstar.conf
line 74
#Allows you to manipulate the constant multiplier in the skill-up rate formulas, having a potent effect on skill-up rates.
skillup_multiplier: 2.5
craft_multiplier: 2.6

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Crafting skill up rate

Post by kjLotus » Mon Nov 04, 2013 8:49 pm

in addition, line 57:
exp_rate: 1.0

Ryukishi
Posts: 14
Joined: Wed Oct 30, 2013 12:17 pm

Re: Crafting skill up rate

Post by Ryukishi » Mon Nov 04, 2013 9:52 pm

Thanks! One last question, if I make a change to armor or something, do I have to reload it in navicat like during initial creation?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Crafting skill up rate

Post by kjLotus » Mon Nov 04, 2013 10:02 pm

Ryukishi wrote:Thanks! One last question, if I make a change to armor or something, do I have to reload it in navicat like during initial creation?
only if you change any of the .sql files

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Crafting skill up rate

Post by TeoTwawki » Mon Nov 04, 2013 10:03 pm

Ryukishi wrote:Thanks! One last question, if I make a change to armor or something, do I have to reload it in navicat like during initial creation?
If you edit the sql file yes. And restart map server. If you do the editing right inside navicat you just need to restart the map server for it to notice.
Last edited by TeoTwawki on Mon Nov 04, 2013 10:04 pm, edited 1 time in total.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Ryukishi
Posts: 14
Joined: Wed Oct 30, 2013 12:17 pm

Re: Crafting skill up rate

Post by Ryukishi » Mon Nov 04, 2013 10:04 pm

Thanks :) You guys are quite helpful, and quick with replies.

Post Reply