Permalink
4 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added new script_command for 'timed bonus/script' idea: http://rathen…
…a.org/board/topic/72463-suggest-to-add-a-script-command-run-item-script-inside-npc-script/ -- bonus_script "<script code>",<duration>{,<flag>{,<type>{,<char_id>}}}; -- see 'doc/script_commands.txt' for more details. -- Thank everyone who discussed it Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
- Loading branch information
Showing
with
280 additions
and 33 deletions.
- +24 −0 doc/script_commands.txt
- +2 −0 src/map/clif.c
- +1 −1 src/map/map.c
- +127 −21 src/map/pc.c
- +16 −1 src/map/pc.h
- +68 −6 src/map/script.c
- +20 −4 src/map/skill.c
- +8 −0 src/map/status.c
- +14 −0 src/map/status.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
99098c1There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WoW~ TYVM :) , its really useful.
if you still accept suggestion , for my additional suggestion is status icon

So we can specify which official or custom status icon file to use
99098c1There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually I've planned for it, maybe I can add it later with that &8 flag. :D
99098c1There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give you a thumbs up!
99098c1There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, it will be be05bc3
