Hello there. I would like to let you know I'm currently working on a new silkroad gameserver addon (at the moment only for v188 server files). Yes, its going to be for sale only. If you want to buy it, feel free to add me at skype - viral.leet . This post will be updated with latest news about the development. Please note you can post feature requirements in comments to this post or directly in skype (viral.leet) . Best suggestors will get the addon for free.
Current common.ini configuration file:
; srSquirrelMod configuration file [ver 0.0.1] - common.ini
;---------------------------------------------------------------------
[player]
;Character maximum level (both ch/eu)
char_max_level=110
;Character maximum mastery (ch only)
char_ch_max_mastery=360
;Disable mastery limit for eu characters (1 = yes, 0 = no)
;This means mastery limit for european chars will always be char_max_level * 2
char_eu_mastery_nolimit=1
;---------------------------------------------------------------------
[pet]
;Pet maximum level (attack pets)
pet_max_level=110
;---------------------------------------------------------------------
[fixes]
;Fix rates limit (let GS read rates over 2.5x) (1 = yes, 0 = no)
fix_rates=1
;Disable green book (1 = yes, 0 = no)
disable_green_book=1
;Disable gs writing log messages to its window (1 = yes, 0 = no)
disable_window_msg=1
;Disable BSOBJ msgbox (appears on GS load, when there are DB errors usually) (1 = yes, 0 = no)
disable_bsobj_msgbox=1
;Disable char stuff logging into LOG DB (1 = yes, 0 = no)
disable_char_log_db=1
;Disable fortress stuff logging into LOG DB (1 = yes, 0 = no)
disable_fort_log_db=1
;Disable item stuff logging into LOG DB (1 = yes, 0 = no)
disable_item_log_db=1
;Disable event stuff logging into LOG DB (1 = yes, 0 = no)
disable_event_log_db=1
;Disable schedule stuff logging into LOG DB (1 = yes, 0 = no)
disable_schedule_log_db=1
;Disable dump file creation - 1st handler
disable_dump_creation_first=1
;Disable dump file creation - 2nd handler
disable_dump_creation_second=1
;---------------------------------------------------------------------