Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@5040b2ac6b61b90346ef698beccdcef26fa1863e
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@264c27ba5481ab563af6e344d8339180fb1486e9
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part)
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part)
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part)
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@2330caaf0c26c03119f908e739f8b685e90323dc
Signed-off-by: Haru <haru@dotalux.com>
|
|
Reference: rathena/rathena@dab21907b67ddd7285d61b3009d5cf604937ecf9
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Sura quest fix
|
|
|
|
Fixes #538
Signed-off-by: Haru <haru@dotalux.com>
|
|
This reverts commit 9f9ec84fda9124d0927e99ca52a423a2b468c722.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
The quest worked fine on the first try. But the loop would break after that and only 1 person could do the quest per server restart. This small edit slightly adjusts the loop so it works as intended.
|
|
|
|
Renamed guild and guild2 folder
|
|
|
|
|
|
|
|
- Fixes bugreport:8707, thanks to evilpuncker
http://herc.ws/board/tracker/issue-8707-orcsmemory-empty-message/
Signed-off-by: Haru <haru@dotalux.com>
|
|
- More link changes
- Added proper link to Roulette topic
|
|
|