Commit Graph

  • 3c4bf908ed Follow up to 45bf80e * Updated the script command documentation. aleos89 2016-09-07 18:17:31 -04:00
  • 45bf80ebf5 Clan script command clean up * Added return values for clan script commands. * Adjusted clan script to account for return values. aleos89 2016-09-07 18:04:24 -04:00
  • 08dbfc82c1 Update packet_db.txt Sirique 2016-09-07 17:20:50 -04:00
  • d62f422e3d Corrected OnTouch/OnTouch_ in NPC script (#1548) Atemo 2016-09-07 21:35:14 +02:00
  • 763a7a10a1 Removed an extra tab Atemo 2016-09-07 21:04:53 +02:00
  • fe3b2645fc Merge branch 'master' into feature/nightmare-glastheim Lemongrass3110 2016-09-07 11:17:05 +02:00
  • 18a8c735c5 SQL synchronization rAthenaAPI 2016-09-07 09:20:39 +02:00
  • aaa2ca86e4 Fixed ATK2 values for nightmare clock tower Lemongrass3110 2016-09-07 09:20:08 +02:00
  • 187e90affc Fixed ATK2 Lemongrass3110 2016-09-07 08:28:14 +02:00
  • a6d60d9cf5 Follow up 4c3e6ca34cad5cb798663d547c8df9d9d16019a1 * Removed hardcoded adjustment Cydh Ramdh 2016-09-07 11:42:32 +07:00
  • 7d940807df Part 2 : OnTouch should be OnTouch_ Atemo 2016-09-07 04:30:02 +02:00
  • d2c86491f8 Part 1 : OnTouch_ should be OnTouch Atemo 2016-09-06 23:11:19 +02:00
  • cb252ded85 Storage types optimization clean ups * Removed char_inventory_to_sql and merged differences with char_memitemdata_to_sql. Thanks to @Jeybla's suggestion! aleos89 2016-09-06 14:43:52 -04:00
  • 7a05b59dd1 Merge branch 'master' into cleanup/storages_optimization aleos89 2016-09-06 13:40:01 -04:00
  • c3a308ffdb Storage types optimization fixes * Fixed guild storage getting reset on server restart. * Adjusted a guild bound item acknowledgment attempting to create guild storage data if not found. * Added expire_time to guild storage data. * Added some missing random option item checks. Thanks to @Jeybla! aleos89 2016-09-06 13:16:14 -04:00
  • 4c3e6ca34c Added skill_duration mapflag. * This mapflag to set skill unit time limit to n% of original duration. * Implemented mapflags for Hunter's Traps in GVG, BG, and Novice Guild maps. Cydh Ramdh 2016-09-06 23:27:36 +07:00
  • adbabeeef5 Fixed guild storage item transfers * Fixed items not getting removed from inventory/cart when transferring to guild storage. Thanks to @Jeybla! aleos89 2016-09-06 11:18:33 -04:00
  • 7b91a5c0be
    Added missing script_pushint in some condition. * Removed two extra tabs. Jittapan Pluemsumran 2016-09-06 19:55:00 +07:00
  • 538f44fd15 SQL synchronization rAthenaAPI 2016-09-06 14:36:16 +02:00
  • 71c8cc3006
    Corrected weight for item 19033 and 22826 * Merges #1500. LiMoon 2016-09-06 19:35:34 +07:00
  • 23b271c958 Initial release of nocostume map flag (#1137) Atemo 2016-09-06 11:34:36 +02:00
  • e802990cc0 Some final cleanups Lemongrass3110 2016-09-06 09:05:08 +02:00
  • 3a4cfcf5f0 Cleaned up NPC dialogue Aleos 2016-09-05 20:45:51 -04:00
  • 91fef8df97 Trimmed trailing whitespaces in /src/map cleanup/whitespaces Lemongrass3110 2016-09-05 19:36:12 +02:00
  • aad72b5724 Trimmed trailing whitespaces in /src/login Lemongrass3110 2016-09-05 19:36:01 +02:00
  • cc9d08538a Trimmed trailing whitespaces in /src/common Lemongrass3110 2016-09-05 19:35:51 +02:00
  • 366aeeaafe Trimmed trailing whitespaces in /src/char Lemongrass3110 2016-09-05 19:35:40 +02:00
  • 47ea636709 Trimmed trailing whitespaces in /sql-files Lemongrass3110 2016-09-05 19:35:21 +02:00
  • 0e4e95b9a5 Trimmed trailing whitespaces in /npc Lemongrass3110 2016-09-05 19:35:08 +02:00
  • 72d85aa44d Trimmed trailing whitespaces in /npc/re Lemongrass3110 2016-09-05 19:34:52 +02:00
  • e83c320a50 Trimmed trailing whitespaces in /npc/pre-re Lemongrass3110 2016-09-05 19:34:39 +02:00
  • c08525a20e Trimmed trailing whitespaces in /doc Lemongrass3110 2016-09-05 19:34:03 +02:00
  • 9e8fa08473 Trimmed trailing whitespaces in /db Lemongrass3110 2016-09-05 19:33:35 +02:00
  • 0b37d79878 Trimmed trailing whitespaces in /conf Lemongrass3110 2016-09-05 19:32:27 +02:00
  • 2c58017c4e Added missing empty newlines Lemongrass3110 2016-09-05 19:25:53 +02:00
  • bbb2945858 The mobs shouldn't be killed when the emperium is broken. Thanks @cydh Atemo 2016-09-05 16:15:55 +02:00
  • d93880c4fc Added mapflag Atemo 2016-09-05 16:05:51 +02:00
  • ae45154883 Added mapflag Atemo 2016-09-05 16:05:30 +02:00
  • cb4cdea963
    Made map,x,y parameters on waitingroom2bg_single optional * corrected documentation. Thanks to @aleos89 Jittapan Pluemsumran 2016-09-05 20:41:59 +07:00
  • 9ffd08cddd
    Cleaned up bg_create Thanks to @Lemongrass3110 for pointing out my mistake Jittapan Pluemsumran 2016-09-05 19:09:57 +07:00
  • ba89941ddd
    Fixed a critical mistake in bg_create command Jittapan Pluemsumran 2016-09-05 19:04:52 +07:00
  • fcf18aece7
    Another clean up for new battleground commands * adjusted script return value to true/false * actually made events optional Jittapan Pluemsumran 2016-09-05 18:50:05 +07:00
  • 6bb8e4bd28
    Cleaned up new battleground commands and documentation Thanks to @Lemongrass3110 Jittapan Pluemsumran 2016-09-05 18:37:14 +07:00
  • cf80d72359 Typo fix * Fixed typo in warning message of getcastledata Cydh Ramdh 2016-09-05 17:56:11 +07:00
  • 3fe42f3b8f Nightmare Glastheim Lemongrass3110 2016-09-05 12:06:32 +02:00
  • 3d3c3d58f1
    Removed extra whitespaces in waitingroom2bg [ci skip] Jittapan Pluemsumran 2016-09-05 16:37:58 +07:00
  • c8f77c80ae
    Made events for bg_create and waitingroom2bg optional Jittapan Pluemsumran 2016-09-05 16:33:11 +07:00
  • 6a457bef79
    Fixed Mixed Solution No.3 Arc never being assigned and occurrence of questlog errors in map. * Merged HerculesWS/Hercules@c8e27db. Thanks to @skyleo! Jittapan Pluemsumran 2016-09-05 16:15:03 +07:00
  • 9267a32d8c Item Updates * Added new Status Changes * Implemented effect for respective items * 12874,Frost_Giant_Blood: SC_GVG_GIANT * 12875,Golem_Stone: SC_GVG_GOLEM * 12876,Elf_Tear_Stun: SC_GVG_STUN * 12877,Elf_Tear_Stone_Curse: SC_GVG_STONE * 12878,Elf_Tear_Freezing: SC_GVG_FREEZ * 12879,Elf_Tear_Sleep: SC_GVG_SLEEP * 12880,Elf_Tear_Curse: SC_GVG_CURSE * 12881,Elf_Tear_Silence: SC_GVG_SILENCE * 12882,Elf_Tear_Blind: SC_GVG_BLIND * Thanks Divine-Pride.net Cydh Ramdh 2016-09-05 13:52:12 +07:00
  • e4837e2ea3 Correction status icon João Filho Matias Silva 2016-09-04 22:40:08 -03:00
  • b6176f9e6a Added new mapflag * hidehpbar to hides monster's HP bar on a map. Cydh Ramdh 2016-09-05 06:11:40 +07:00
  • c9a0d29c46 SQL synchronization rAthenaAPI 2016-09-04 22:41:53 +02:00
  • a7be32f754 Nightmare clocktower (#1518) Lemongrass3110 2016-09-04 22:41:47 +02:00
  • 7b5f2c145a SQL synchronization rAthenaAPI 2016-09-04 13:37:05 +02:00
  • 82ab444245
    Follow up to 88fb5bd. Also adjusted job mask for Bow_Of_Storms Jittapan Pluemsumran 2016-09-04 18:29:06 +07:00
  • 397cf182bc SQL synchronization rAthenaAPI 2016-09-04 13:26:45 +02:00
  • 88fb5bdc3c
    Adjusted Bow_of_Storms (18123) item script. Fixed #1536 Jittapan Pluemsumran 2016-09-04 18:26:34 +07:00
  • 432dcda695 Corrected script command unitwalk (fixes #1535) * Resolved the event label not triggering when the unit reaches the destination. Thanks to Cyan Hijirikawa! aleos89 2016-09-03 12:16:55 -04:00
  • fb85ce207d
    Fixed a bug in Theore's Request quest that allows the player to bypass some steps. Closes #1533. Thanks to @Indigo000 Jittapan Pluemsumran 2016-09-03 22:35:58 +07:00
  • 443a2b0f9b Merge pull request #1520 from cyilcode/hotfix/issue1378 Jittapan Pluemsumran 2016-09-03 21:30:25 +07:00
  • 4d48cb6370
    waitingroom2bg and bg_create will now check if provided event name is valid Jittapan Pluemsumran 2016-09-03 21:26:16 +07:00
  • 42a63d85c8
    Implemented 2 new battleground commands. Closes #1531. * bg_join - join battleground without npc chat room * bg_create - create a battle group without npc chat room Jittapan Pluemsumran 2016-09-03 16:05:06 +07:00
  • 3607efd5c6
    Corrected Mora Daily Quest Job EXP formula Jittapan Pluemsumran 2016-09-03 15:18:17 +07:00
  • 09e07916e7 SQL synchronization rAthenaAPI 2016-09-03 10:04:33 +02:00
  • b29f7fcd93 Merge pull request #1530 from rathena/itemskill Jittapan Pluemsumran 2016-09-03 15:04:28 +07:00
  • cae6088414
    Made Level 5 Sienna Execrate Scroll item check for skill requirements. Fixes #1532 Jittapan Pluemsumran 2016-09-02 16:52:17 +07:00
  • 9d51221f33
    Merge branch 'master' into itemskill Jittapan Pluemsumran 2016-09-02 16:50:47 +07:00
  • 2995ba0908 Mapflag: - added monster_noteleport in TE castle (need official info) Missions: - corrected playtime check value God quest TE: - Changed $@2012_tegod_kafra -> $2012_tegod_kafra ; $@2012_tegod_gloria -> $2012_tegod_gloria as it should be - Corrected lowest economy set to 1 - Minor debug and standardise script WOE main script: - Added a condition for mobs spawn (case guildbreak) Atemo 2016-09-02 01:36:16 +02:00
  • ebb6bca0b3 SQL synchronization rAthenaAPI 2016-09-01 10:02:56 +02:00
  • d21460d611 Fixed some typos and mistakes Lemongrass3110 2016-09-01 10:02:30 +02:00
  • 382c8d4a52 Added defines and constants for new skills (related to #1525) * Skill are not complete, these are just the placeholders. aleos89 2016-08-31 21:09:06 -04:00
  • 7ffb943343 Storage optimization clean ups * Cleaned up some of the script command documentation. * Adjusted some checks to use constants. aleos89 2016-08-31 19:55:19 -04:00
  • 818727f7ef Fixed wrong usages of specialeffect (#1529) Lemongrass3110 2016-08-31 20:36:17 +02:00
  • 547a8e657a Applied new npctalk syntax to the existing scripts (#1528) Lemongrass3110 2016-08-31 19:26:18 +02:00
  • 16c25fc483 Missing fix Atemo 2016-08-31 19:25:11 +02:00
  • 58c0920e5d Applied new npctalk syntax to the existing scripts Atemo 2016-08-31 19:12:12 +02:00
  • 55b30623fc Fix a small typo Atemo 2016-08-31 19:02:09 +02:00
  • 2d579364c4 Adjusted Cursed Book item script Atemo 2016-08-31 18:56:20 +02:00
  • 4ef4f1eb9f SQL synchronization rAthenaAPI 2016-08-31 18:39:39 +02:00
  • 399b98e4a1
    Renewal Item Database Update - Implemented items from kRO update 2016-08-18 to 2016-08-31 - Implemented Eden Group set expansion items! Jittapan Pluemsumran 2016-08-31 23:38:44 +07:00
  • a79d065973
    Implemented new item bonuses bRegenPercentHP and bRegenPercentHP Jittapan Pluemsumran 2016-08-31 23:37:57 +07:00
  • 92eacaccfd
    Corrected grammatical error in documentation. Thanks to @Lemongrass3110 Jittapan Pluemsumran 2016-08-31 19:48:03 +07:00
  • 0329edf800
    Follow up to 668690d * Commented about default behavior of itemskill command that bypasses skill requirements. Thanks to @Lemongrass3110 Jittapan Pluemsumran 2016-08-31 19:43:16 +07:00
  • 668690d028
    Expanded itemskill script command to allow skill requirements checking Jittapan Pluemsumran 2016-08-31 19:39:42 +07:00
  • 3430bbb396 Some final adjustments Lemongrass3110 2016-08-31 14:11:10 +02:00
  • 30fb80afd8 SQL synchronization rAthenaAPI 2016-08-31 13:46:41 +02:00
  • 140ecb9b21
    kRO 2016-08-31 dummy monster data CygnusBot 2016-08-31 18:39:32 +07:00
  • 63e26a0809 Follow up to e791b7f Lemongrass3110 2016-08-31 13:04:14 +02:00
  • e791b7ff05 Merge branch 'master' into mapflag/nocostume Lemongrass3110 2016-08-31 12:34:43 +02:00
  • e09bc0a51d Fixed wrong usages of specialeffect Lemongrass3110 2016-08-31 12:20:48 +02:00
  • 0569d85dbf Fixed random options not being updated correctly Lemongrass3110 2016-08-31 11:53:58 +02:00
  • f7e4001f65 Follow up d84d6ba1e50852844303cfb11470de63cfd92a27 * Added restriction check for normal warp portal. Cydh Ramdh 2016-08-31 15:08:44 +07:00
  • 0df1ba0a20 TE Updates * Implemented job_noenter_map.txt for TE maps. * Added job list that cannot enter TE Castles and Guild Dungeons. * Replaced getpermissionwoete with jobcanentermap. * Added missing quest 7516. * Fixed typo in TE Mission NPC. Cydh Ramdh 2016-08-31 14:42:49 +07:00
  • 65a90ff84c Merge branch 'master' into woe_te-restrictions Cydh Ramdh 2016-08-31 08:03:34 +07:00
  • ab7324c84c Resolved some compile warnings * Removed an unused variable. * Resolved an uninitialized variable issue. aleos89 2016-08-30 20:58:40 -04:00
  • bd36b294ad Merge branch 'master' into cleanup/storages_optimization aleos89 2016-08-30 19:40:36 -04:00
  • 47276e94a6 Clean up party invitation reply. (#1471) Cydh Ramdh 2016-08-31 06:07:55 +07:00
  • 600e8ae7ce Fixed searchstore feature for 2015-02-26 onwards Lemongrass3110 2016-08-31 01:02:10 +02:00
  • 0feabf30ce Fixed Eclage skill animations * Resolved Eclage skills not showing their animations. Thanks to @Tokeiburu! aleos89 2016-08-30 18:57:05 -04:00
  • 629a02191f Follow up e60b387d86bb55820ebf48fd036e6b3ecef62249 * Sanity check for tsd before block_account_in_same_party. Cydh Ramdh 2016-08-31 05:54:44 +07:00