Age | Commit message (Collapse) | Author | Files | Lines |
|
Added F_MesColor helper function
Closes #897 as merged
Signed-off-by: Haru <haru@dotalux.com>
|
|
Follow-up to dbe5f2237cada6a261e297b60857dc305860a88d
Signed-off-by: Haru <haru@dotalux.com>
|
|
Fixed trying to disable wrong NPCs.
Fixed not enabling all Bobbing Torches.
Both bugs were (re)introduced in
cd95d1cadacc9b506e08d4cbe52a4a0ce2a59df3
Closes #765 as merged
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
follow up https://github.com/HerculesWS/Hercules/commit/d4832df6929653561e6867149e4ecaa63a860cbe
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Other scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Misc Renewal scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Instance scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Misc Pre-Renewal scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- City scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Quest scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Event scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Battlegrounds and WoE scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Merchants scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Jobs scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Guides scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Mobs scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Warps scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Mapflag scripts folder
Signed-off-by: Haru <haru@dotalux.com>
|
|
Now including GPL-compliant license/copyright info
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
script
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
Always use the prefix form of increment/decrement operators
where posible.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
|
|
- getitemname can return "null"
- getmapusers can return -1
and fix the bad ... misleading global function example
|
|
- Follow-up to 3bd77ffc0daca508352834add828766490075aee
- The names were too generic (not namespaced), and were easily clashing
with custom (and potential future official) constants or variables.
- Constants are now prefixed with a 'GETTIME_' namespace:
- GETTIME_SECOND
- GETTIME_MINUTE
- GETTIME_HOUR
- GETTIME_WEEKDAY
- GETTIME_DAYOFMONTH
- GETTIME_MONTH
- GETTIME_YEAR
- GETTIME_DAYOFYEAR
- Fixed some excessive (and some times incorrect) parentheses in
various scripts using gettime().
- Updated documentation.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- The commands queueadd, queueremove, queueopt, queuedel and qiclear
now all return true (success) or false (failure). - Taken/extended
from AnnieRuru's PR #847.
- The constants HQO_OnDeath, HQO_OnLogOut, HQO_OnMapChange were renamed
to QUEUEOPT_DEATH, QUEUEOPT_LOGOUT, QUEUEOPT_MAPCHANGE respectively.
- The name of the variable @QMapChangeTo$ used during the
QUEUEOPT_MAPCHANGE event has been renamed to @Queue_Destination_Map$.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Fixed invalid zeny deduction.
|
|
out)
|
|
constant for gettime( <type> )
constant for Weekday and Month.
|
|
|
|
Changed NPC id->constant in eden_iro.txt
Fixed case warning errors on may_hats.txt and mushroom_event.txt
|
|
|
|
Fixed a bug in Lv4 Weapon Quest dialog
|
|
Fix quests/first_class/tu_merchant.txt
|