Paradox924X
|
9134d4db5f
Prevented direct transformation into dummy jobs via @jobchange command. (bugreport:4227)
|
14 lat temu |
Paradox924X
|
2e7d224a8e
Prevented @stpoint and @skpoint from causing overflows.
|
14 lat temu |
Paradox924X
|
2f9e3dbf81
Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.
|
14 lat temu |
L0ne_W0lf
|
c7531e095a
* Follow up to r14383, changed use of clif_font_area to clif_font, seems Skotlex forgot them.
|
14 lat temu |
Skotlex
|
e19451d423
- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used for proper deletion of items as well as movement/spawn packets for Renewal clients.
|
14 lat temu |
Paradox924X
|
4a01d8b2c5
Updated several buffers to use an appropriate size of CHAT_SIZE_MAX rather than 200 or 256. This will help prevent buffer overflows with long atcommands.
|
15 lat temu |
Paradox924X
|
081b3107e8
Made the rates command much more verbose.
|
15 lat temu |
Paradox924X
|
f8270ee5f1
Ensure exp rate changes from a reloadbattleconf cause a call to mob_reload().
|
15 lat temu |
Paradox924X
|
5db61a0b0a
Rewrote the autotrade mapflag check and display from r14322.
|
15 lat temu |
Paradox924X
|
6a72859405
Fixed a few typos from r14322.
|
15 lat temu |
Paradox924X
|
00a2a3283e
Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport', 'pvp_nocalcrank' and 'battleground' mapflags in scripts (bugreport:4226).
|
15 lat temu |
Paradox924X
|
b2f667910d
Rewrote and reorganized checks in @autotrade to check and display most useful information first (bugreport:4253).
|
15 lat temu |
brianluau
|
2dbc188909
- Fixed the Juice Maker's "As many as I can" option. (bugreport:4155)
|
15 lat temu |
brianluau
|
6f7ff85a03
- Fixed a comparison check in OBB quest. (bugreport:4167)
|
15 lat temu |
L0ne_W0lf
|
7a0e11a502
* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)
|
15 lat temu |
Inkfish
|
9622957e11
* Fixed change cart packet doesn't check for skill.
|
15 lat temu |
brianluau
|
ed86db530d
- Fixed a typo in Orc's Memory.
|
15 lat temu |
skotlex
|
c92ff591f1
- Applied the renewal client support patch from Diablo (eA forum topic 222623)
|
15 lat temu |
brianluau
|
f3ca552ec5
- Fixed a typo in Strawberry Cake (12319). (bugreport:3702)
|
15 lat temu |
Gepard
|
f9cff9c6e0
Extended broadcast implementation:
|
15 lat temu |
Inkfish
|
b9c5a5fc32
* Quick fix to char command checking gm level of the target player instead of the command user (bugreport:3255).
|
15 lat temu |
Inkfish
|
da07c3b06e
Reverted renaming foreach functions and create a new one for OnTouch so that last commit will hopefully break NOTHING in use.
|
15 lat temu |
Inkfish
|
42987f61ad
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can be defined in script_athena.conf)
|
15 lat temu |
Inkfish
|
137e993d52
Partially revert r14085, NPC names are allowed to be more than 24 character long in Aegis.
|
15 lat temu |
zephyrus
|
115d6a3fd0
- Implemented new packets for rental items (from Jobbie and Natz and fixed by me).
|
15 lat temu |
ultramage
|
e54bf092d2
Fixed sql char deletion code using a broken pet deletion query (ran very slow, and had a typo in a binary shift operation) (bugreport:3304).
|
16 lat temu |
Paradox924X
|
c52de2b250
Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var incrementation for minute-based bans/jails.
|
16 lat temu |
Paradox924X
|
f93f3b1e33
Changed a few sprintf's that had no format arguments to strcpy's.
|
16 lat temu |
brianluau
|
04789654b8
- Added 'font' config in atcommand_athena.conf (bugreport:3123)
|
16 lat temu |
ultramage
|
046c8f501f
Removed the optional target parameter from atcommand_homshuffle, since the standard #-charcommand mechanism exists for this very purpose (code from r9671).
|
16 lat temu |