Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The dogs were unable to reappear because they did not have a unique name.
|
|
Added Rebellion Job Quest
|
|
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
add getguildinfo()
|
|
https://github.com/rathena/rathena/commit/ce42168b0d2d25f66ab8a5fc5e2ef24d988274ae
|
|
https://github.com/rathena/rathena/commit/0d1eb9948371a95ff0f4b9326f5c3a8fc3ad1d01
|
|
|
|
- Quest allow player to waive the transcendent cost.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- avoid potential hacks for old scripts that use `input()` script
commands.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Added missing equipment
|
|
Update NPC scripts
|
|
Standardize to "all" in script commands
|
|
- added option to obtain mado gear box and cooling devices.
|
|
|
|
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
|
|
Add F_MesItemInfo function to show item name with description link
|
|
|
|
|
|
Fixes #1655 - Fix to Sura Job Change Quest get stuck after first attemp.
|
|
also fix OldGlastHeim ITEMLINK display incorrectly
|
|
|
|
Followed kRO reference: greaves, garment, accessory, armor.
|
|
Based on kRO reference, the order to be followed is: greaves, cloak, seal, plate.
|
|
Based on data from [iRO on Mora Village](https://irowiki.org/wiki/Mora_Village), there were missing equipment for guillotine cross, ranger, and rune knight.
I simply added the item IDs for the items, and the menu paths to get the said items.
Not sure if I should replace the item IDs with their Aegis names, or if that is not necessary.
|
|
|
|
this effect is officialy given thought the achievements system on first login.
|
|
|
|
|
|
|
|
|
|
Implementation of Official Clan System
|
|
Applied standardization to MalangdoCulvert script
|
|
Applied standardization to HazyForest script
|
|
Applied standardization to EclageInterior script
|
|
Applied standardization to BuwayaCave script
|
|
Applied standardization to BakonawaLake script
|
|
All official features work including the autokick for inactive members
And the system is completely customizable.
|
|
Applied standardization to OldGlastHeim script
|
|
Replacements are as follows:
0 => ITEMINFO_BUYPRICE
1 => ITEMINFO_SELLPRICE
2 => ITEMINFO_TYPE
3 => ITEMINFO_MAXCHANCE
4 => ITEMINFO_SEX
5 => ITEMINFO_LOC
6 => ITEMINFO_WEIGHT
7 => ITEMINFO_ATK
8 => ITEMINFO_DEF
9 => ITEMINFO_RANGE
10 => ITEMINFO_SLOTS
11 (Subtype, for weapons and ammunitions) => ITEMINFO_SUBTYPE
11 (ViewSprite, for other item types) => ITEMINFO_VIEWSPRITE (NOT AVAILABLE YET)
12 => ITEMINFO_ELV
13 => ITEMINFO_WLV
14 => ITEMINFO_VIEWID
15 => ITEMINFO_MATK (NOT AVAILABLE YET - this was documented but never implemented)
Calls to getiteminfo() and setiteminfo() have been replaced with the
newly introduced constants. Other constants (such as W_ weapon subtypes)
in related code have been replaced as well, to improve code readability.
This fixes an issue in the Eden Tutorial script "Tutorial Goal", where
ITEMINFO_ATK was accidentally used instead of ITEMINFO_WEIGHT.
Note: calls to getiteminfo or setiteminfo with numeric type arguments in
third party scripts must be replaced with the respective constants. The
use of numeric literals is no longer recommended, and those values may
change in the future without notice. See the getiteminfo documentation
for details.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
Standards.
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
Applied standardization to saras_memory script
|
|
Applied standardization to ghost_palace script
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
Standards.
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|