Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-17 | Update messages list | Andrei Karas | 3 | -4/+64 | |
2020-07-17 | Update packets table | Andrei Karas | 3 | -2/+121 | |
2020-07-07 | Refactor scripts that use OnTouch Logic to use areawarp instead | skyleo | 5 | -99/+10 | |
This fixes a few bugs and possible exploits, some OnTouch-Warp-NPCs didn't cover the entire area they intended to areawarp. If you have any NPC Dialogue open, you will not trigger the OnTouch and thus not get warped. Areawarp though will ensure that you are guaranteed to get warped. This also fixes some poor timer usage in juperos quest for example, where one of the NPCs just won't ever get enabled again. | |||||
2020-07-07 | Reapply initial values in char_changecharsex() | Kenpachi Developer | 1 | -3/+3 | |
2020-07-07 | Fix possible exploit in Dokebi Battle Quest | skyleo | 1 | -15/+1 | |
As many players as wanted could remain in the battle area, where the dokebis and am muts spawn, as long as you have a dialogue open, which the script provides. One could even keep a certain part of the dialogue open right before the am muts spawn. Making you able to abuse this quest in order to have your own am mut farming map, since they drop loot and give exp. If you have any NPC that you can whisper to trigger a dialogue, you could even do this more efficiently and kill am muts per run. First run you kill 3. Second you can kill 6. Third 9. So once you got 10 players in there, you will have killed 135 Am Muts and can kill 30 more. | |||||
2020-07-07 | Fix Dokebi Battle Quest becoming undoable until server restart under certain ↵ | skyleo | 1 | -13/+4 | |
circumstances | |||||
2020-07-06 | Apply code style to char_changecharsex() | Kenpachi Developer | 1 | -14/+11 | |
2020-07-06 | Apply code style to char_change_sex_sub() | Kenpachi Developer | 1 | -25/+27 | |
2020-07-06 | Adjust char_changecharsex() to use prepared statement | Kenpachi Developer | 1 | -10/+40 | |
2020-07-06 | Adjust char_change_sex_sub() to use prepared statements | Kenpachi Developer | 1 | -6/+34 | |
2020-07-06 | Remove unnecessary gender update SQL query from char_changecharsex() | Kenpachi Developer | 1 | -4/+0 | |
Gender gets updated in char_change_sex_sub() so we can safely skip it in char_changecharsex(). | |||||
2020-07-06 | Update SQL query in char_change_sex_sub() to update character's gender and ↵ | Kenpachi Developer | 1 | -2/+8 | |
robe view ID, too | |||||
2020-07-06 | Add NoPet mapflag | Emistry Haoyan | 14 | -14/+111 | |
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg. | |||||
2020-07-04 | Cast sstatus->def_ele to int | Kenpachi Developer | 1 | -24/+30 | |
2020-07-04 | Use sstatus->def_ele instead of status_get_element(src) | Kenpachi Developer | 1 | -10/+6 | |
2020-07-04 | Minor item DB fix | Kenpachi Developer | 1 | -26/+24 | |
2020-07-04 | Validate return value of status_get_element(src) before using it as array index | Kenpachi Developer | 1 | -20/+30 | |
2020-07-04 | Don't define separate structs for bSubDefEle and bMagicSubDefEle | Kenpachi Developer | 1 | -7/+3 | |
2020-07-03 | Replace misplaced "next;" with "close;" | Kenpachi Developer | 1 | -1/+1 | |
2020-07-03 | Add missing Baehideun4#ship::OnEnable event call | Kenpachi Developer | 1 | -1/+4 | |
2020-07-03 | Add combos which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -0/+134 | |
2020-07-03 | Add missing shoes for combos which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -0/+144 | |
2020-07-03 | Update shadow shields which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -41/+61 | |
2020-07-03 | Update cards which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -14/+14 | |
2020-07-03 | Update accessories which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -4/+4 | |
2020-07-03 | Update/add garments which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -1/+125 | |
2020-07-03 | Update/add shields which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -6/+77 | |
2020-07-03 | Update armors which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -2/+3 | |
2020-07-03 | Update headgears which use bSubDefEle/bMagicSubDefEle bonus | Kenpachi Developer | 1 | -38/+46 | |
2020-07-03 | Update documentation of gettimetick(0)'s loop interval | Kenpachi Developer | 1 | -1/+1 | |
2020-07-03 | Prevent overflow when using gettimetick(0) | Kenpachi Developer | 1 | -1/+2 | |
2020-07-02 | Add bMagicSubDefEle item bonus | Kenpachi Developer | 6 | -1/+43 | |
2020-07-02 | Add bSubDefEle item bonus | Kenpachi Developer | 6 | -0/+44 | |
2020-06-29 | Release v2020.06.28 | Haru | 2 | -0/+69 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Merge pull request #2786 from Kenpachi2k13/sc_timer | Haru | 1 | -2/+25 | |
Pass timer data when re-applying status icons upon spawning character | |||||
2020-06-28 | Merge pull request #2782 from HerculesWS/npc-sell-fix | Haru | 1 | -45/+43 | |
Fix npc selling behavior if price is over INT_MAX. | |||||
2020-06-28 | Merge pull request #2756 from Jedzkie/jedzkie-pr07 | Haru | 4 | -10/+22 | |
Storage now closes when using teleport skill. | |||||
2020-06-28 | Storage now closes when using teleport skill. | Jedzkie | 4 | -10/+22 | |
2020-06-28 | Merge pull request #2763 from 4144/updatepackets | Haru | 8 | -13/+42 | |
Update packets up to 2020-06-03 | |||||
2020-06-28 | Merge pull request #2785 from hemagx/fas_fix | Haru | 2 | -2/+2 | |
Fixed Focused Arrow Strike having a wrong width previously it was 2 c… | |||||
2020-06-28 | Merge pull request #2784 from Kenpachi2k13/item_enabled_npc | Haru | 2 | -2/+2 | |
Enlarge field size of npc_item_flag in struct script_state according to possible values | |||||
2020-06-28 | MobDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | ItemDB SQL Sync | Hercules.ws | 2 | -28/+29 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Merge pull request #2778 from 4144/extendci | Haru | 32 | -279/+437 | |
Extend ci with more checks and add different fixes | |||||
2020-06-28 | Add detection of ARMv8 and improve detection of ARMv7 | Haru | 2 | -2/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Fix the use of the first_time variable in clif_parse_loadEndAck | Haru | 1 | -1/+1 | |
This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Call clif_status_change() instead of clif_status_change2() to re-apply ↵ | Kenpachi Developer | 1 | -2/+25 | |
status changes in clif_spawn() | |||||
2020-06-28 | Code style changes in npc_selllist function | Jedzkie | 1 | -43/+41 | |
2020-06-28 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Fix a missing variable in clif_parse_loadEndAck | Haru | 1 | -0/+3 | |
This partially reverts bc4d22f7e0148f6b32eb420aa2bbee9b464b0381 Signed-off-by: Haru <haru@dotalux.com> |