Advertisement
Xeonc

Interlude ChangeLog June 2015

May 5th, 2015
1,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. Core ChangeLog:
  2. 2015.06.14
  3. * fix: Now pets can use herbs
  4.  
  5. 2015.05.08
  6. GeneralSettings.ini
  7. [GAMEPLAY]
  8. I_DEATH2_LEVEL_PENALTY = true ; if magic_skill_level < target_level calculate chance penalty
  9. I_DEATH2_AFFECT_BOSS = false; if set to true, effect can be landed on bosses and zzoldagu
  10.  
  11. 2015.04.29
  12. GeneralSettings.ini
  13. [ITEMS]
  14. ; Allow players drop items once upon death from mobs, regardless of PK & Karma values
  15. ON_DIE_DROP_ITEMS_WHEN_KILLED_BY_NPC=false
  16. ; Specify the maximum number of items, that can be dropped by player upon death
  17. ON_DIE_DROP_ITEMS_MAX_NUMBER=5
  18. ; Specify the maximum probability of items drop upon death
  19. ON_DIE_DROP_ITEMS_MAX_PROBABILITY=3
  20.  
  21. 2015.04.28
  22. GeneralSettings.ini
  23. [GAMEPLAY]
  24. I_DEATH2_MAX_LVL_DIFF = X ; if skill_magic_level < target_level - X i_death2 will not landed
  25.  
  26. 2015.04.27
  27. * fix: Skill blocks in SpecialAreas.txt
  28.  
  29. 2015.04.21
  30. * fix: In some circumstances if player cancel Salvation , it could keep buffed
  31.  
  32. 2015.04.16
  33. * fix: Manor system. Now it will not be erased after server reboot
  34.  
  35. 2015.04.07
  36. * fix: issue with "data link too long!" (too many items (>2k) dropped onto earth in small territory)
  37.  
  38. 2015.04.06
  39. * fix: Augmentation system log: now after augmentation cancel - will be shown which Bless ID was removed
  40.  
  41. 2015.04.05
  42. * fix: Correct chat logging with enabled world chat.
  43.  
  44. 2015.04.05
  45. GeneralSettings.ini
  46. [GAMEPLAY]
  47. ; Player receive specified amount of Exp as online reward (default value is 0, that mean "No Exp Reward")
  48. ; see ServerMessages.txt message_id=134
  49. AUTO_EXP_INC_VALUE = 0
  50. ; Player receive Exp every <AUTO_EXP_INC_TIMEOUT> seconds (for example: set the value to 3600 for enable hourly exp reward)
  51. AUTO_EXP_INC_TIMEOUT = 0
  52.  
  53. [SERVER]
  54. ; Disable AdvExt Advertisement on User Logon (servers, that have "Player Cap" less than 400, cannot disable advertisement)
  55. DISABLE_ADVEXT_AD=false
  56.  
  57. 2015.04.02
  58. * fix cheat with packet hack (improperly race/sex/face/hair)
  59. * fix initial_equipment (Setting.txt)
  60.  
  61. 2015.04.01
  62. * fix server crash on TvT Event
  63.  
  64. 2015.03.31
  65. * fix: olympiad antifeed system (players with no clan/ally cannot participate)
  66.  
  67. 2015.03.22
  68. * fix server crash on packet hack
  69. + check target visibility through closed doors
  70. + block ride pet when pet is too far (max distance = 900)
  71.  
  72.  
  73. 2015.03.18
  74. + add: buff player/summon without cancelling another buffs
  75. action="bypass -h buffmacro np 5"
  76. action="bypass -h buffmacro ns 5"
  77.  
  78. + GeneralSettings.ini
  79. [PLAYERCOMMANDS]
  80. ; Allow .bindhwid command (bind HWID to account. valid for SmartGuard only)
  81. BINDHWID=false
  82.  
  83. 2015.03.17
  84. + add: chat-command ".bindhwid"
  85. + add: L2Server menu "SmartGuard"
  86. - Reload Settings
  87. - Show Ban List
  88. - Reload Ban List
  89. - Show Access List
  90. - Reload Access List
  91.  
  92. + New Admin Packet
  93. /**
  94. * Send Message to Game Server
  95. * <br /><br />
  96. * [packet: 0x73]<br />
  97. * [format: cd]<br />
  98. *
  99. * @param int $msgId
  100. * @return int
  101. *
  102. * $msgId values:
  103. * 1 - reload ban-list
  104. * 2 - reload access-list
  105. */
  106. public function sendMessageToGame($msgId)
  107. {
  108. $buf = pack("cV", 0x73, $msgId);
  109. return $this->_push($buf);
  110. }
  111.  
  112. 2015.03.16
  113. + GeneralSettings.ini
  114. [CACHED]
  115. ; Here you can modify the Default Admin Port of Cached
  116. ADMIN_LISTENING_PORT=2012
  117.  
  118. 2015.03.15
  119. * fix: server crash on HtmlBypassPacket
  120. * fix: When PK weapon erases , pk count was setting up mirrored(ex you had 52 PK, after erasing you will have -52 pk)
  121.  
  122. 2015.03.14
  123. * fix: server crash on AsyncSendConstBuffer
  124.  
  125. 2015.03.05
  126. * fix: item enchanting by infinity scroll (packet hack)
  127. * fix: server crash caused by packet hack (EquipItem)
  128.  
  129. 2015.03.04
  130. GeneralSettings.ini
  131. [GAMEPLAY]
  132. AGIT_AUCTION_MIN_PLEDGE_LEVEL = 2
  133.  
  134. 2015.03.01
  135. * fix: some Karma values affected to Drop Chance from PKs (drop was missed)
  136.  
  137. 2015.02.28
  138. * fix: Private Store Sell: items total price cannot be above 2kkk adena now
  139. * fix: Private Store Sell: <adena in inventory> + <items total price> cannot exceed 2kkk
  140. * fix: MultiSell: added the checking for 2kkk overflow
  141.  
  142. 2015.02.28
  143. OlympiadExtras.ini
  144. [OLYMPIADEXTRAS]
  145. ; Allow to kick users, that trying to register from invalid state (eg observer mode)
  146. KICK_USER_ON_INVALID_STATE=true
  147.  
  148. 2015.02.19
  149. + GeneralSettings.ini
  150. [ANTIDDOS]
  151. ; enable/disable anti-flood (true by default). See settings MAX_PACKETS_PER_SEC, PKT_FLOOD_BLK_SECS, MAX_BLOCK_EXCESS for details
  152. CHECK_PACKET_FLOOD=true/false
  153.  
  154. 2015.01.26
  155. * chat commands are not case sensitive now
  156.  
  157. 2015.01.15
  158. * fix: item can "stuck" on Pending Item Delivery failure
  159.  
  160. 2015.01.13
  161. * fix: "self_resurrection" abnormal was mistakenly removed in case of rejection from Resurrection
  162.  
  163. 2014.12.21
  164. + 2014-12-01-PremiumRuneItems.sql
  165. + GeneralSettings.ini
  166. [PREMIUM_RUNE_EVENT]
  167. ; enable/disable event (config is reloadable)
  168. ENABLED=false
  169. ; enable/disable debugging
  170. DEBUG=false
  171. ; event time
  172. EVENT_TIME=2014/12/21-0:0 ~ 2015/01/21-0:0
  173. ; rune items id's(separated by ';'), that should be given (once per event) to premium players when event is doing
  174. ; premium account should be activated after event started in order to acquire runes
  175. ; when premium account expired, rune items are removed from the players inventory
  176. GIVE_RUNE_IDS=
  177.  
  178. 2014.11.14
  179. + GeneralSettings.ini
  180. [DYNAMICRATES]
  181. ; Diable personal rates for seal stones, that drops from mobs
  182. DISABLE_PERSONAL_RATES_FOR_SEALSTONES=false
  183.  
  184.  
  185. 2014.11.08
  186. * when a pet/summon is on attack mode, you should not be able to unsummon it. Now you can
  187. * /olympiadstat command --- olympiad points are shown as lost games
  188. * skill_id=1403(i_summon_pc) and skill_id=1429(i_summon_party) should not work when summoned person is in combat mode
  189. * Clan royals and Clan knights. The captain of the royal and the knight should NOT be counted as a slot number of royals/knights. So for royal the max members should be 20 members + 1 captain, and for knights 10 members + 1 captain
  190.  
  191. 2014.11.03
  192. * fix memory leaks on item removal
  193.  
  194. 2014.10.29
  195. * fix server crash on inventory manipulation
  196.  
  197. 2014.10.20
  198. * fix: EnchantSystem.ini
  199. SPECIAL_SCROLL_MODE=2 is working now
  200.  
  201. 2014.10.14
  202. + SmartGuard support
  203.  
  204. 2014.10.14
  205. + GeneralSettings.ini
  206. [DYNAMICRATES]
  207. ; Adena drop will be increased in case when all party members have premium rates (dynamic_rates.adena_drop > 1.0)
  208. ENABLE_ADENA_DROP_FOR_FULL_PARTY_PREMIUM=false
  209.  
  210. 2014.10.1
  211. * reworked: adena distributing according personal rates in party
  212.  
  213. 2014.04.03
  214. + skilldata.txt new parameter
  215. ss_boost = 1.0
  216.  
  217. Available for Extended version only
  218. + skill-effect (for s_cleanse)
  219. {i_dispel_by_category_exclude;slot_buff|slot_debuff;100;{1234;6234;4566;8364}}
  220.  
  221. 2014.02.06
  222. Available for Extended version only
  223. + GeneralSettings.ini
  224. [MISC]
  225. ; Expand inventory slots number. Limit is 200 slots.
  226. INVENTORY_MAX_SLOT=200
  227.  
  228. 2014.01.29
  229. + GeneralSettings.ini
  230. [WAREHOUSE]
  231. ; allow or block deposit shadow items (by type) into private(user) wharehouse
  232. DEPOSIT_USER_WH_SHADOW_WEAPON=true
  233. DEPOSIT_USER_WH_SHADOW_ARMOR=false
  234. DEPOSIT_USER_WH_SHADOW_ACCESSARY=true
  235.  
  236. 2014.01.20
  237. + PvpSystem.ini new parameters:
  238. ; 1 - player; 2 - party randomly
  239. DISTRIBUTE_PK_ITEMS=1
  240. DISTRIBUTE_PVP_ITEMS=1
  241.  
  242. 2014.01.02
  243. * fix manor_menu_select bypass processing
  244.  
  245. 2013.12.31
  246. * change target while item augmentation brake the process
  247.  
  248. 2013.12.29
  249.  
  250. + GeneralSettings.ini secion [CHATCONTROLLER] new parameters:
  251. ; Server Message (ServerMessages.txt) Header
  252. SVR_MSG_HEADER=SVR
  253.  
  254. + SpecialAreas.txt
  255. // no_debuff_friend: AoE skills not affected to party/pledge/alliance members in 'battle_zone'
  256.  
  257. * fix duping
  258.  
  259. 2013.12.26
  260. * fix: Party Exp Distribution
  261.  
  262. 2013.12.18
  263. + new AI variable: CSharedCreatureData::is_premium (m_nLoginFlag)
  264.  
  265. 2013.12.16
  266. * fix: turn off auto soul shots
  267.  
  268. + EnchantSystem.ini
  269. [ENCHANTSYSTEM]
  270. ON_FAIL_ENCHANT = <number>
  271. ON_FAIL_BLESS_ENCHANT = <number>
  272. где <number> это
  273. -1 - значение по умолчанию = настройка выключена (settings is turned off)
  274. -2 - при фейле заточка сохраняется на прежнем уровне (failed enchant save the enchant level)
  275. >=0 - уровень, до которого сбрасывается заточка при фейле (failed enchant revert the level)
  276.  
  277. ; Here you can insert the enchant scroll item id's which safe item enchant level on enchant fail
  278. ; Note 1 : Format for items is : item_id_1;item_id_2;item_id_3...
  279. ON_FAIL_ENCHANT_SAFE_SCROLLS =
  280.  
  281. ; Here you can insert the enchant blessed scroll item id's which safe item enchant level on blessed enchant fail
  282. ; Note 1 : Format for items is : item_id_1;item_id_2;item_id_3...
  283. ON_FAIL_BLESS_ENCHANT_SAFE_SCROLLS =
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Scripts changes:
  290. 15.06.15
  291. * Added missed drop to 22099-22104
  292. * Fixed coordinates for Frintezza teleporter(follower_dummy)
  293.  
  294. 17.05.15
  295. fix: Shadow Weapons Exchange
  296.  
  297. 05.05.2015
  298. fix: dye vendors html-bypasses fixed
  299.  
  300. 30.04.2015
  301. fix: added effects to skills 7041-7064
  302. fix: events "Zaken's Curse" and "Trick or Transmutation" are made GF-like
  303.  
  304. 27.04.2015
  305. new: added missing items 9141-9207
  306.  
  307. 23.03.15
  308. + Correct shadow system
  309.  
  310. 20.03.15
  311. * Fixed clan luck effect
  312.  
  313. 20.03.15
  314. * Fixed herb effects. Now they will not be replaced by usual buffs
  315.  
  316. 14.03.15
  317. * Hold cubic abnormals now have correct levels
  318.  
  319. 14.03.15
  320. * Fixed few bugs in areadata, with help of which in baium and valakas zone could be possible to enter using wyvern
  321.  
  322. 02.03.15
  323. + Designed fully official drop groups in npcdata
  324.  
  325. 11.09.14
  326. * Fixed multiple positions in npcpos.txt to avoid annoying errors in l2npc about outsiders
  327.  
  328. 28.08.14
  329. + Implemented quest Making the Harvest Grounds Safe
  330.  
  331. 09.08.14
  332. + Implemented quest Window to The Future
  333.  
  334. 20.07.14
  335. * Fixed quest Guardians of the Holy Grail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement