Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/05/17 in all areas

  1. Scripting Core Released Script Pending Script Upload: 【SHOWCASE】DotA Style Monster Behavior (Monster Controller) 【SHOWCASE】ARCUS SYSTEM A communication device to provide feature below: Calling npc from distance Mailing System Hook GPS System Hook (Navigation Npc, Player) Magic Support More feature developing... Arcus System Spoiler: (Old)
    1 point
  2. Try this it should work tested. autobonus3 "{ bonus bMatk,50; }",10000,60000,"PF_DOUBLECASTING","{ specialeffect2 EF_ENHANCE; }";
    1 point
  3. getitem 969,.@gain; >>> this would give the player the amount he typed as item but you will need to check if the player have the variable gold or not so it's like that input .@gain; if (.@gain > gold){ // check if the player have the amount he want mes "you don't have that much"; close; }else{ getitem 969,.@gain; //give the player the item gold (the same amount as the input) gold = gold -.@gain; //take from the player the variable gold the same amount as the item gold }
    1 point
  4. so you want from the npc to turn gold(the variable) to gold(the item) ?
    1 point
  5. By default NP++ use ANSI, and that's the best encoding to use when you want to edit itemlua.
    1 point
  6. sql files will be generated automatically
    1 point
  7. Try adding a space after your answer and it should work. or search the script for: defpattern 1,"([^:]+):.*"+.@amount+".$", "OnRight"; and change to: defpattern 1,"([^:]+):.*\\s"+.@amount+".*","OnRight"; It should work.
    1 point
  8. Using an equip? autobonus3 "{ bonus bMatk,50; }",60000,<double casting skill id>,{};
    1 point
  9. July Digest 2017 The following digest covers the month of July, 2017. Staff Changes None Development Highlights CORE: Expanded `bg_get_data` script command (fa24b213) Corrected client date for the implementation of new Party UI window (ad8091498) Fixed `getequipid` returning 0 instead of -1 (045f4be5) Fixed `unitwalk` and `unitwalkto` label reset (2072fe36) Added some checks to guild leader change (a3c05905, eaeec397, be15b629) Added a state check for the Cash Shop (f86ba2b6) Added a few missing cashpoint message comments (689a3ff9) Miscellaneous atcommand parsing cleanups (bae5c312, 27a30ffa) Fixed Thief's Backsliding animation (b2aa7e69) Corrected VIP Drop calculation (9959c919) Added Lasagna to atcommand `go` locations (d9d9042b) Fixed character deletion on 2014-10-22 (b0f5672a) Fixed a warning for guild master change time (6e2ab600) Fixed a small bug with atcommand `addwarp` (0d103bf6) Overhauled and dropped packet db (f0ab8d2a, 574c7539) Expanded script command `unitstopwalk` (d86c8a81) Fixed a warning when obfuscation is disabled (d324cd1e) Fixed `unitwarp` to unwalkable areas for NPCs (dae50306) Fixed mod permission for private channels (9eaabd5f) Added shuffle packets for 2017-06-14bRagexeRE (2f453e79. 7c2f3c4d) Added script command `progressbar_npc` (cf0cfe84) Disabled instances from using OnPC Events (8b3e9cd2) Updated alternate 3rd job bodystyles (cac49fda) Fixed homunculus menu for a few clients (433490a2) Initial release of the Achievement system (7f5411da) Allows families to share exp (3a556a35) Added support for RODEX 2017 (02135c4e) Added a new config to allow restrict guild alliance requests (b21f7c0a) Fixed Item Combos in same equip index (3f8ff5a3, f0a07d6d) Allows negative Equipment Attack (a5e18f12) Fixed item selection dialog (dfbd6f6c) Fixed pre-increment and pre-decrement operators (6748ff7e) Fixed some memleaks in `skill_require_db` (b2c5424a) Added script command `achievementupdate` (6581bac8) DATABASE: Updated Summoner class (5f7a143d) Updated Item DB (c7438aa0, 7a3a6496, 2bd0fd5a, 77718c32, 1bfd28ee, 4af68603) Updated skills: Hell Inferno, Hell's Plant (dc2c51cd, 5462b08d, 07392755) Added placeholders for Mob DB (e00d8438) Fixed some typos in the Achievement database (0126759d) SCRIPT: None OTHERS: Fixed compilation warnings and errors (2aefe6c1, 4dfeeade, df2c3e16, 94aa28aa, ad036d08) Removed extra tabs/spaces in script_commands.txt (4b8720b4) Removed packet_db copy from VS project (19d7c442) Fixed file order in map-server project for VS (e157e05c) Removed SQL upgrade files dated prior to 2016 (d912c503) Renamed the Achievement SQL upgrade file (fdbdcb26) Fixed release mode building of map-server (1e63f892) Fixed some compilation warnings in release mode (d7c7d58d) Fixed some RODEX related compile warnings (000786d9) Statistics Excluding merges, 10 authors have pushed 76 commits to master and 98 commits to all branches. On master, 148 files have changed. There have been 17,797 additions and 6,793 deletions. There are 18 merged Pull Requests and 5 Proposed Pull Requests. There are 13 new Issues and 59 Closed Issues. List of Contributors @4144, @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Asheraf, @Atemo, @CairoLee, @dastgir, @esu1214, @Everade, @f0und3r, @Felleonel, @feltenc, @Grimfiend, @hartonox, @hazimjauhari90, @hendra814, @Jeybla, @jezznar, @keitenai, @kukuasir1, @lelouch22, @Lemongrass3110, @Lux-uri, @Mikegyver, @mrjnumber1, @RagnarokNova, @ragnarokValor, @reigneil, @Rytech2, @sader1992, @sanny1128, @secretdataz, @sikiro, @talesvalente, @technoken, @ToiletMaster, @Tokeiburu, @uddevil, @Valorro, @vstumpf, @Yuchinin, @zackdreaver, @zellkennedy 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 faster
    1 point
×
×
  • Create New...