Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* Init 'absolute' script for items that will be executed even in bloc…
…ked maps. * Corrected Renewal item script that must be as 'absoulte' script. Signed-off-by: Cydh Ramdh <cydh@pservero.com>
- Loading branch information
Showing
with
3,473 additions
and 1,331 deletions.
- +8 −0 db/import-tmpl/item_script.txt
- +8 −0 db/pre-re/item_script.txt
- +1,328 −1,330 db/re/item_db.txt
- +2,053 −0 db/re/item_script.txt
- +10 −1 src/common/strlib.c
- +2 −0 src/common/strlib.h
- +24 −0 src/map/itemdb.c
- +1 −0 src/map/itemdb.h
- +36 −0 src/map/status.c
- +1 −0 vcproj-10/map-server.vcxproj
- +1 −0 vcproj-12/map-server.vcxproj
- +1 −0 vcproj-13/map-server.vcxproj
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
| @@ -0,0 +1,8 @@ | ||
| //===== Item Database ======================================== | ||
| //= Additional Item Bonus Database | ||
| //= This script is always working even in blocked maps | ||
| //= | ||
| //= [Cydh] house.bad@gmail.com | ||
| //===== Strcuture ============================================ | ||
| //= ItemID#{ Script } | ||
| //============================================================ |
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
| @@ -0,0 +1,8 @@ | ||
| //===== Item Database ======================================== | ||
| //= Additional Item Bonus Database | ||
| //= This script is always working even in blocked maps | ||
| //= | ||
| //= [Cydh] house.bad@gmail.com | ||
| //===== Strcuture ============================================ | ||
| //= ItemID#{ Script } | ||
| //============================================================ |
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
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