Jittapan Pluemsumran
b29f7fcd93
Merge pull request #1530 from rathena/itemskill
...
Itemskill script command expansion
2016-09-03 15:04:28 +07:00
Jittapan Pluemsumran
cae6088414
Made Level 5 Sienna Execrate Scroll item check for skill requirements. Fixes #1532
2016-09-02 16:52:17 +07:00
Jittapan Pluemsumran
9d51221f33
Merge branch 'master' into itemskill
2016-09-02 16:50:47 +07:00
Atemo
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)
2016-09-02 01:36:16 +02:00
rAthenaAPI
ebb6bca0b3
SQL synchronization
2016-09-01 10:02:56 +02:00
Lemongrass3110
d21460d611
Fixed some typos and mistakes
...
Removed the additional argument for Level 5 Sienna Execrate for now. It will not check for the requirements for now. See issue #1532 and pull request #1530
2016-09-01 10:02:30 +02:00
aleos89
382c8d4a52
Added defines and constants for new skills (related to #1525 )
...
* Skill are not complete, these are just the placeholders.
2016-08-31 21:09:06 -04:00
aleos89
7ffb943343
Storage optimization clean ups
...
* Cleaned up some of the script command documentation.
* Adjusted some checks to use constants.
2016-08-31 19:55:19 -04:00
Lemongrass3110
818727f7ef
Fixed wrong usages of specialeffect ( #1529 )
...
* Fixed wrong usages of specialeffect
* Missing fix
2016-08-31 20:36:17 +02:00
Lemongrass3110
547a8e657a
Applied new npctalk syntax to the existing scripts ( #1528 )
...
* Applied new npctalk syntax to Old Glast Heim
* Applied new npctalk syntax to Sara's Memory
2016-08-31 19:26:18 +02:00
Atemo
58c0920e5d
Applied new npctalk syntax to the existing scripts
2016-08-31 19:12:12 +02:00
Atemo
55b30623fc
Fix a small typo
2016-08-31 19:02:09 +02:00
rAthenaAPI
4ef4f1eb9f
SQL synchronization
2016-08-31 18:39:39 +02:00
Jittapan Pluemsumran
399b98e4a1
Renewal Item Database Update
...
- Implemented items from kRO update 2016-08-18 to 2016-08-31
- Implemented Eden Group set expansion items!
2016-08-31 23:38:44 +07:00
Jittapan Pluemsumran
a79d065973
Implemented new item bonuses bRegenPercentHP and bRegenPercentHP
2016-08-31 23:37:57 +07:00
Jittapan Pluemsumran
92eacaccfd
Corrected grammatical error in documentation.
...
Thanks to @Lemongrass3110
2016-08-31 19:48:03 +07:00
Jittapan Pluemsumran
0329edf800
Follow up to 668690d
...
* Commented about default behavior of itemskill command that bypasses skill requirements.
Thanks to @Lemongrass3110
2016-08-31 19:43:16 +07:00
Jittapan Pluemsumran
668690d028
Expanded itemskill script command to allow skill requirements checking
2016-08-31 19:39:42 +07:00
rAthenaAPI
30fb80afd8
SQL synchronization
2016-08-31 13:46:41 +02:00
CygnusBot
140ecb9b21
kRO 2016-08-31 dummy monster data
2016-08-31 18:39:32 +07:00
Lemongrass3110
0569d85dbf
Fixed random options not being updated correctly
...
Fixes #1527
2016-08-31 11:53:58 +02:00
Cydh Ramdh
f7e4001f65
Follow up d84d6ba1e50852844303cfb11470de63cfd92a27
...
* Added restriction check for normal warp portal.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-31 15:08:44 +07:00
Cydh Ramdh
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.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-31 14:42:49 +07:00
Cydh Ramdh
65a90ff84c
Merge branch 'master' into woe_te-restrictions
2016-08-31 08:03:34 +07:00
aleos89
ab7324c84c
Resolved some compile warnings
...
* Removed an unused variable.
* Resolved an uninitialized variable issue.
2016-08-30 20:58:40 -04:00
aleos89
bd36b294ad
Merge branch 'master' into cleanup/storages_optimization
2016-08-30 19:40:36 -04:00
Cydh Ramdh
47276e94a6
Clean up party invitation reply. ( #1471 )
...
* Clean up party invitation reply.
* Added reply result as enum.
* Added official party restriction.
* Added configuration in party.conf
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-31 01:07:55 +02:00
Lemongrass3110
600e8ae7ce
Fixed searchstore feature for 2015-02-26 onwards
2016-08-31 01:02:39 +02:00
aleos89
0feabf30ce
Fixed Eclage skill animations
...
* Resolved Eclage skills not showing their animations.
Thanks to @Tokeiburu!
2016-08-30 18:57:05 -04:00
Cydh Ramdh
d84d6ba1e5
Initial release: Map X Job restriction ( #1526 )
...
* Listed job with matched map zone is restricted to enter the map.
* Added db file `job_noenter_map.txt` with format: `JobID,FlagZone,GroupLevelBypass`.
* Reserved usage for WOE:TE implementation.
* Typo correction, thanks @aleos89 @Lemongrass3110
2016-08-30 22:09:02 +07:00
Cydh Ramdh
fa16e30593
TE updates:
...
* Change God Item final broadcast from `mapannounce` to `announce`.
* Fixed variable typo in `#tequest_master_prt01` NPC. `$@2012_tegod_kafra` to `$@2012_tegod_gloria`
* Missing `OnMyMobDead` label in `#tequest_master_prt01` NPC.
* Corrected the castle Economy and Defense lowest level is 1, not 0.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-30 19:36:13 +07:00
aleos89
b3b2bab7c5
Follow up to cd5dbe2
...
* Forgot to adjust npctalk's definition.
2016-08-29 12:24:02 -04:00
aleos89
cd5dbe28e4
Adjusted the npctalk script command
...
* Now has an optional parameter of NPC name.
- If supplied, it will display over that NPC's head, else it will use the attached NPC.
2016-08-29 11:56:19 -04:00
Atemo
b83bfd06f5
Rental merchant:
...
- shouldn't count equipped item (allowing to rent multiple item)
2016-08-28 22:36:58 +02:00
Atemo
e0550db4d8
Changed maprespawnguildid flag on emperium broken.
...
All monsters were removed, now don't remove monsters.
2016-08-28 17:50:18 +02:00
Jittapan Pluemsumran
51ef9118a8
Merge pull request #1509 from rathena/feature/stat_reduce_pot
...
Implemented status reduction potion support
2016-08-28 00:36:43 +07:00
Cydh Ramdh
c5e9ce0931
* Added 'dummy' Monsters: WOE TE Treasure Chests, Thief Poring and Suspicious Baby for TE mission. Credits to http://Divine-Pride.net
...
* Reverted changes of Hervor Avtir against master branch
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-27 08:46:31 +07:00
Cydh Ramdh
8805e7e1d8
Merge branch 'master' into woe_te-restrictions
2016-08-27 07:04:41 +07:00
Cydh Ramdh
682f9184ac
Follow up e6f3bf20352c80311da7b7c5a3aeb06d903cad8f
...
* Revert removed `noequip` flags
* Typo fix
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-27 06:21:43 +07:00
aleos89
bf84469438
Adjusted battle_getcurrentskill() return type
...
* Adjusted the function's return type to uint16 to match the skill_id variable type.
2016-08-26 14:41:22 -04:00
aleos89
08f63aa3b1
Corrected quest progression ( fixes #1521 )
...
* Quests can now progress even if they are marked inactive.
Thanks to @Tokeiburu!
2016-08-26 14:34:13 -04:00
Atemo
55edbc14ef
Hazy Forest:
...
- Added missing initnpctimer for npc 'Tired Rem's Garden Tree' and 'Spyder's Garden Tree' (issue #1517 )
2016-08-26 19:26:53 +02:00
Cem YILMAZ
0fe730d972
Prevented Phatasmic Arrow to knock back targets that would die from its attack. #1378
2016-08-26 17:42:44 +03:00
Lemongrass3110
c3b6951ba7
Fixed default roulette data
...
Thanks to @spinzaku for bringing it to my attention.
2016-08-26 10:01:49 +02:00
Lemongrass3110
5cae674b05
Used defined variable names for constant exports ( #1417 )
2016-08-25 15:59:18 +02:00
rAthenaAPI
f8a8c9fe79
SQL synchronization
2016-08-24 15:29:36 +02:00
Jittapan Pluemsumran
1d6f99adab
Follow up to 6bcfc18
2016-08-24 20:29:17 +07:00
rAthenaAPI
b20ab4ace2
SQL synchronization
2016-08-24 15:17:35 +02:00
Jittapan Pluemsumran
6bcfc18f6f
Updated some AegisName to official name
2016-08-24 20:17:24 +07:00
Cydh Ramdh
78bc0a6131
Follow up f296409ada211a0aa89863db4d9603054845cf65
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-24 15:35:38 +07:00