Leaderboard
Popular Content
Showing content with the highest reputation on 12/04/17 in all areas
-
November Digest 2017 The following digest covers the month of November, 2017. Staff Changes None. Development Highlights CORE: Started initial work for map server to C++ (c4a364be, a49a1a52) Started initial work for char server to C++ (24b3509e) Started initial work for login server to C++ (a587b913) Refactored achievements to utilize C++ features (1c660357) Resolved skill NK checks (6decf6c6) Adjusted item drop minimum value limit (86241b0e) Added battle config autoloot_adjust (63daab58) Fixed twice assigned values (1f7a314c) Changed emoticons constant name (ea88ea50) Merged emotion and unitemote script command into `emotion`, the previous emoticons constant names and unitemote script command are now deprecated! (ea88ea50) Updated Heal formulas to match kRO (805a6fb6) Added support for 2017-10-25 and 2017-11-01 clients (243f4ca3, c20d1cc3) Fixed spawn infos after mobdb reload (ba9314cb, e148bd3a, b2d904b7) Implemented new monster range (b2ab9724) Adjusting Vending tax to match official (8e002bc9) Added a new Vending Tax config (3ce3bc3f) Corrected a ShowError output (1645fc0c) Fixed spinlock issue (618b9356) DATABASE: Added new NPC and Mob ID placeholders (af358809, 125ab285) Corrected Mavka Card item bonus (e0b43ecc) Updated warper NPC (c6fe9e9c) Updated rune and skill effects of Rune Knight (da088357) Corrected Valhalla Idol item bonus (c4ce8cfe) Corrected Free Cast and Exceed Break walk speed (9766ec94) Corrected Hyuke's Black Cat Ears and Wickebine's Black Cat Ears item bonus (50ef5650) Corrected Hell Inferno Dark damage behavior (6fdb6059) Fixed dummy at Prontera prevents critical attack from being displayed (c45db5d6) Added 2 new hat effects (c5af8c76) SCRIPT: Fixed negative NPC input checks for arena_points.txt (c09929aa) Added mapflag `nowarpto` to Novice Island RE maps (c6cc8ede) Fixed deprecated emotion in GeffenMagicTournament.txt (cd089155) Added save point in Izlude and updated monsters spawn in prt_fild08 (ca1b980e) Fixed typo in Weapons Expert BK (ead1ed91) Moved close3 function into Global_Functions.txt (d708fb35) Fixed Bifrost Tower in Warper NPC (cfb8b42d) OTHERS: Cleaned up and harmonized cmake file (e7e9cf6d) Temporary adjustment for strict aliasing (67331599) Harmonized include guards (728a29d4) Resolved some compile warnings (c13f271a) Added `emotion` and `unitemote` conversion tool in Python script (576d4886, c5ceda03, 4f62f68e, 34817c97) Respect the default platform toolset (a2e8d027) Changed minimum VS version to VS 2013 SP5 (4de727ef) Fixed compilation for the Windows XP API (60b54917) Resolved a compile warning on pre-renewal (cdbb14b9) Fixed tools/config.pl (03da2f68) Corrected a potential map crash with achievements (114bebac) Fix basic_test not having common.lib has dependancies registered in solution (664ea478) Added custom src files to rAthena.sln (02044c0d) Statistics Excluding merges, 12 authors have pushed 65 commits to master and 85 commits to all branches. On master, 383 files have changed. There have been 8,322 additions and 7,251 deletions. There are 31 merged Pull Requests and 13 Proposed Pull Requests. There are 12 new Issues and 55 Closed Issues. List of Contributors @4144, @AetherHaziel, @aleos89, @Atemo, @CairoLee, @cydh, @Daegaladh, @darhylism, @ecdarreola, @Encon21, @hartonox, @hendra814, @Jeybla, @Lemongrass3110, @lighta, @lunixoid, @mazvi, @mgksrt8, @RagnarokNova, @reymarbc, @Rytech2, @sader1992, @Sweet520, @Tokeiburu, @uddevil, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster1 point
-
1 point
-
Hello! You can block it on the server side. Open ../src/map/clif.c and in the function clif_process_message after: if (sd->sc.cant.chat) return false; //no "chatting" while muted. add: if (strstr(out_message, "<ITEM>") != NULL && strchr(out_message, '%') != NULL) { return false; } Recompile the server. ;-)1 point
-
Hello quesooo you can try this for item on server (item_db) 5898,Autumn_Headband,Autumn Headband,4,20,,200,,10,,1,0x00000800,56,2,256,,100,1,1119,{ bonus2 bSkillUseSP,"SN_WINDWALK",20; bonus bLongAtkRate,5; if(getrefine()>=6) { bonus bAtk,2*(readparam(bInt)/5); } if(getrefine()>=8) { bonus2 bSkillAtk,"RA_ARROWSTORM",2*(BaseLevel/10); } },{},{} and this for item on client (iteminfo) [5898] = { unidentifiedDisplayName = "Hairband", unidentifiedResourceName = "머리띠", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Autumn Headband", identifiedResourceName = "가을머리띠", identifiedDescriptionName = { "A hairband with an array of autumn leaves attached to it. It displays the beauty of an autumn forest for all to see.", "------------------------", "Reduces SP cost of ^0000FFWind Walk^000000 by 20.", "------------------------", "Increases long range physical attacks by 5%.", "------------------------", "Refine Level ^0000FF+7^000000:", "Increases ATK by 2 for every 5 base INT.", "Refine Level ^0000FF+9^000000:", "Increases ^0000FFArrow Storm^000000 damage by 2% for every 10 Base Level.", "------------------------", "Class:^6666CC Headgear^000000", "Defense:^0000FF 10^000000", "Location:^6666CC Upper^000000", "Weight:^006600 20^000000", "Level Requirement:^006600 100^000000", "Jobs:^6666CC Ranger^000000" }, slotCount = 1, ClassNum = 11191 point
-
the signboards are integrated into the client itself you will need to use a later client if you want signboards Arii if you want to run pre-renewal and disable doram classes you can use a later client and use nemo to disable dorams. this seems stable enough and works well for the most part.1 point
-
It's that time again! Bringing more news regarding what kRO is currently working on.... and we finally get to see a quick look at first sprites for Soul Reaper and Star Emperor; Soul Linker and Star Gladiator's job changes. Before we get to those awesome looking classes, we'll quickly talk about other things being worked on. Illusion Equipment gets an Update Various abilities of the equipment will be updated; typically the level 4 equipments. You will not be able to enchant level 4 equipment like you can with the level 3 ones. Other enchantments, items, and options will be introduced. Another round of Job Improvements In the previous announcement, there was a first round of job improvements towards Genetics (Homuns) and Shadowchasers. In this round, they will be tackling Arch Bishop, Wanderer & Minstrel. Details have not been finalized yet... but they are pretty much looking at an active battle style as oppose to just being supportive classes. Taekwon Update - Soul Reaper & Star Emperor! In this new update, we have been given more insight into the awesome looking 2 new jobs coming for Star Gladiator and Soul Linker! Here are 2 quick skill informations: Skills Translation (left to right) Star Emperor - Dimensional Standing MAX Level: 5 Space-Only Skill Type: Buff / Special Available in Siege mode and PVP area Description: You will be able to use the space more effectively for a certain amount of time by borrowing another dimension. If you use sacred explosions or sacrifice during the duration, you will have the following effects: Divine Blast: Divine Blast skill Kultime and skill use penalty is lost [Level 1] - Duration 60 Seconds, Cool down 150 seconds. [Level 2] Duration 60 Seconds, Cool down 120 seconds. [Level 3] Duration 60 Seconds, Cool down 90 seconds. [Level 4] Duration 60 Seconds, Cool down 60 seconds. [Level 5] Duration 60 Seconds, Cool down 30 seconds. Soul Reaper - Esfu Required Skill: Espa (3) MAX Level: 7 Type: Active Skill Consumes Soul Energy Description: Enchant damage around the target. Increases the damage according to your base level. Enables you to use the ___(can't figure out what skill it says)___ for 5 seconds. This skill has no affect on players. [Level 1] Damage Damage 1300%: 3×3 [Level 2] Magical Damage 1500% / Range 3 × 3 [Level 3] Magical Damage 1700% / Range: 3x3 [Level 4] Magic Damage 1900% / Range 5x5 [Level 5] Magic Damage 2100% Range: 5 x 5 [Level 6] Magic Damage 2300% / Range 5x5 [Level 7] Magic Damage 2500% Range: 7x7 Star Emperor & its Skill Tree Rough Translation of Skills (max level) & their Names: Soul Reaper & its Skill Tree Rough Translation of Skills (max level) & their Names: Credit : https://www.midgard-community.com/information/winter-update-soul-reaper-and-star-emperor-r24/?tab=comments#comment-4661 point