Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/08/19 in all areas

  1. What do you think? Please rate it ? Preview Skin + PSD + RSS + Server Status Skin coded GUIDE RSSFEED Webfiles\status\inc\rssConfig.php 'news' => 'http://g1.globo.com/dynamo/carros/rss2.xml', 'event' => 'http://g1.globo.com/dynamo/ciencia-e-saude/rss2.xml', 'update' => 'http://g1.globo.com/dynamo/concursos-e-emprego/rss2.xml', STATUS SERVER Webfiles\status\status.php $status = new ServerStatus( "LOCALHOST", "LOCALHOST", "USERNAME", "PASSWORD", "DATABASE" ); Do not remove the credits, thank you. Please do not sell this product. Design Elfin
    1 point
  2. you have 2 different skilldbs, one under pre re and another under renewal, make sure you edit the right one, also you could try replacing your files in the src>map and db>re>skill_db battle.cpp skill.cpp skill_db.txt
    1 point
  3. I made this video for you, its simple just go over my first post and watch it btw ctrl + f for the search window What do you want it to also deal damage in a straight line ? lol i didnt add that to the video but go into skill.c find this chunk case SN_SHARPSHOOTING: case MA_SHARPSHOOTING: case NJ_KAMAITACHI: case NPC_DARKPIERCING: case NPC_ACIDBREATH: case NPC_DARKNESSBREATH: case NPC_FIREBREATH: case NPC_ICEBREATH: case NPC_THUNDERBREATH: skill_area_temp[1] = bl->id; if (battle_config.skill_eightpath_algorithm) { //Use official AoE algorithm if (!(map_foreachindir(skill_attack_area, src->m, src->x, src->y, bl->x, bl->y, skill_get_splash(skill_id, skill_lv), skill_get_maxcount(skill_id, skill_lv), 0, splash_target(src), skill_get_type(skill_id), src, src, skill_id, skill_lv, tick, flag, BCT_ENEMY))) { //These skills hit at least the target if the AoE doesn't hit skill_attack(skill_get_type(skill_id), src, src, bl, skill_id, skill_lv, tick, flag); } } else { map_foreachinpath(skill_attack_area, src->m, src->x, src->y, bl->x, bl->y, skill_get_splash(skill_id, skill_lv), skill_get_maxcount(skill_id, skill_lv), splash_target(src), skill_get_type(skill_id), src, src, skill_id, skill_lv, tick, flag, BCT_ENEMY); } if (skill_id == SN_SHARPSHOOTING) status_change_end(src, SC_CAMOUFLAGE, INVALID_TIMER); break; just add WM_SOUND_OF_DESTRUCTION under Sharpshooting, and then delete everything else related to WM_SOUND_OF_DESTRUCTION.. someone could probably make some merge thing, itd be way easier but i dont know how to do that
    1 point
  4. Hello i need buy? can you give me your skype ID? i want to add you to friend
    1 point
  5. if you dont have the files you can just place them in your data.grf under textur/A~A/collection like where the error says
    1 point
  6. why merge just add it to your data.ini and add it above data.grf
    1 point
  7. Hello folks ? Still around making graphics. No much time to make a fancy presentation ... you know me; I know you so ... Here is a Prontera renewal map. Whats new? well I did it in 3 days. Right only 3 days. With a method that combines a bit of coding, a scup of 3D... hexing and a pinch of photography (psst I work as photographer IRL ? ) ... so I can melt all of that and make themed prontera maps very fast. Very fast. I tried my luck updating the very old valentines prontera with a renewal look. Some melted cocoa, bars of chocolate on floor, powdered chocolate on roofs and topping... Who can't love topping? The screenshots below. Happy Valentines; love you all
    1 point
  8. It’s still „useable“. it just means that you have to swap out the unstable packages with the least stable ones (in your case also gcc/g++ 6 I think)
    1 point
  9. I think for the better we should be set config in conf/import/ Sorry, I don't understand why we need to disable packet encryption?
    1 point
  10. 2015 Client Support As of d2d1fd2, rAthena is now able to support 2015 clients! Client Support Feature : 2013-12-23 or Newer (Main Server) Clan System Feature: Requires 2013-12-23 client or newer. Includes the Sword, Arc Wand, Golden Mace, and Cross Bow Clans. Jumping Clan is not yet implemented as more information is needed. Includes official NPC to join and leave Clans. Side note: Confirm your chat window has the Clan Info setting enabled to display messages. Added clan_join and clan_leave script commands. Commit : ecc8cf9 Note: read topic click Cash Shop Sale System Feature: Requires 2013-12-23 client or newer. Requires GM level 99; until permission settings are implemented. Usage: Enter the item(s) you want to sell in your item_cash_db.txt using Type 8. Start the server or @reloaditemdb. The Special tab will be empty at this time, which is fine. Type /limitedsale and hit enter in the chat window in the client. Enter the item name into the Item DB Name field in the sale window. Fill in the data you want for the item: Number of Sale: Amount of this item that is sold to players. Sale Start Time: This is the Month / Day and then Hour : Minute of the start of the sale Time to sell: How many hours the sale will last. 24h is max tested so far. Click Add Limited Item and wait for the start time that was entered to pass. Commit : Pull: 1825 Note: read topic click Client Support Feature : 2014-10-16 or Newer (Main Server) Vending & Buying Store Report Feature: This feature when user close shop, the client showing report for buy/sell Commit : 01adc9c Client Support Feature : 2015-05-13 or Newer (Main Server) One Click Item Identify Feature: This feature allows quickly (ctrl + click right) in you item unidentified Request 1 Magnifier when used. Commit : 5fe8145 Add Body Style & Dressing Room Feature: This feature require the client support before 2015-05-13 or newer user can choose body style and dressing room system Make sure you data&lub support for this Commit : d70b173 Note: now support 5 job only (Guillotine Cross & Genetic & Mechanic & Royal Guard & Arch Bishop Outfit) last update 2016-04-19 Thank you to Rytech for the client Dress pack New Item Random Option Feature: This feature is still in initial release state. Bugs and issues may occur. We hope you could kindly report them to us. Finally, in addition to the feature, we will release more script command support for this feature in the future. Commit : f296409 Note: read topic click RODEX New Mail System Feature: RODEX (RO Delivery Express) is the replacement of the Mail System within RO. (Read more here) Requires PACKETVER 20150513 or newer. All mailbox NPC are disabled as RODEX is accessible through the client. Basic configurations can be found in conf/battle/misc.conf with more configurations in conf/char_athena.conf. mail_return_days and mail_delete_days are defaulted to 15 days for when an unread message is returned and another 15 days for when that returned message is finally deleted. As with the previous mail system, zeny and items can be sent through RODEX. RODEX supports up to 5 attached items now, as opposed to 1. A tax of 2,500 zeny per item (misc.conf::mail_attachment_price) and a tax of 2% zeny when sending zeny (misc.conf::mail_zeny_fee). Players are given a default of 100 mail stamps a day. (misc.conf::mail_daily_count) Commit : Git Hash: 58776da Note: read topic click Achievement System Feature: Title System Feature: Requires client 2015-05-13 and higher. Includes Title System which is integrated into the Achievement System. Rewards are given through the RODEX System. Added new atcommand reloadachievementdb. Added new script commands achievementinfo, achievementadd, achievementremove, achievementcomplete, and achievementexists. Commit : Git Hash: 7f5411d Note: read topic click Client Support Feature : 2015-08-26 or Newer (Main Server) Add New Skill Cart Design Feature (Pushcart Decoration): This feature require the client support 2015-08-26 or newer user can select cart for change to new design for Merchant Class only Make sure you data&lub support for this here. Commit : 71c6896 Note: now not support NPC for this, if you want to test @questskill 2544 Client Support Feature : 2015-10-01 or Newer (Main Server) New Character Creation Windows Feature (Unique Sex): This feature require the client support 2015-10-01 or newer user can choose sex M/F when make new character creation Commit : e3c274a New Class Doram Feature: This feature require the client support 2015-10-01 or newer Thanks to Rytech and Nova for their information! Commit : daa9e01 Note: read topic click Pet Evolution System Feature: This feature isn't supported yet (waiting developer for Implemented). Client Support Download Thanks to @renniw for the preparation of this client! You can download the Client - 2015-09-16a Download (Main Server) - 2015-10-29a Download (Main Server) - 2015-11-04a Download (Main Server) These features require 20150513 or newer. Please report all bugs to the Issue Tracker! NOTE: This 'support' post means rAthena added 2015-09-16 client (source and packets), not "post your issue about installation, how to get, how to make it work of 2015-09-16 client" This is a Christmas gift for the rAthena user, Merry X'mas DressPack.grf sysbox.grf DressPack_v1.3.grf DressPack_v1.4.grf DressPack_v1.5.grf
    1 point
  11. You can enable `new_account` in login_athena.conf to do that.
    1 point
×
×
  • Create New...