Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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
|
|
Fix quest log linking in first_class/tu_sword.txt
|
|
Dialog with rolled rock/paper/scissors didn't appear because of variable typo.
An ancient one. Discovered by Aafemt.
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
Added missing Energy Crystal Book item_db.
Removed wrong equipments list for exchange.
Based on http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis
|
|
invalid information.
|
|
Also applied several minor whitespace fixes.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
|
|
|
|
that was blocking players who had level 10 increase weight limit to continue the quest
|
|
Ancient Golden Decoration which is upper headgear.
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
The plugin is used by the Travis CI build, and it makes more sense to be
present here, so that it can be kept up to date when the HPM is
updated, to avoid build failures.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
- Replaced leftover sprite IDs with constants
- Corrected some NPC facing directions (in modulo 8)
- Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
|
|
- Replaced leftover sprite IDs with constants
- Corrected some NPC facing directions (in modulo 8)
|
|
Always results "0" in dialog.
An ancient one. Discovered by Aafemt.
|
|
|
|
|
|
Enable the NPC to inform users the Auction not available due to the
feature isn't enabled by server.
|
|
Returns a number with commas based on precision of digits and custom
separator.
-- callfunc "F_InsertComma",<number>{,<precision>,<separator>}
Examples:
callfunc("F_InsertComma",7777777{,<precision>,<separator>}) // returns
"7,777,777"
callfunc("F_InsertComma",1000000000,3,","}) // returns
"1,000,000,000"
callfunc("F_InsertComma",1000000000,3,"_"}) // returns
"1_000_000_000"
callfunc("F_InsertComma",1000000000,4) // returns "10,0000,0000"
|
|
https://github.com/HerculesWS/Hercules/issues/595
|
|
Merge from rAthena.
Returns a number with commas between every three digits.
|
|
|
|
|
|
Reference: rathena/rathena@9b5798dc395cd77e1ac35228c95603f43aa9e94c
Signed-off-by: Haru <haru@dotalux.com>
|
|
Based on the rAthena version, improved and cleaned up.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
include stackable ones.
Implement ForceSerial option in Package Item Database to force serial for
any item.
Implement ForceSerial option in item database to force serial for any item.
Implement Merge Client interface to merge stackable items with serial numbers ( check npc/other/item_merge.txt ).
|
|
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@be1fd7b1
Also synchronized previous updates to the same script.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Credits:rAthena
Signed-off-by: Haru <haru@dotalux.com>
|