diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-15 20:24:37 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-15 20:24:37 +0000 |
commit | 52d4a81ff51fed98838c25d5a65b8c5543dbc560 (patch) | |
tree | 31228cfd96307feebf659817559869257eb1c306 /doc/script_commands.txt | |
parent | 6cc1d4e8c5bbc053e74f2663c210d0232c10378e (diff) | |
download | hercules-52d4a81ff51fed98838c25d5a65b8c5543dbc560.tar.gz hercules-52d4a81ff51fed98838c25d5a65b8c5543dbc560.tar.bz2 hercules-52d4a81ff51fed98838c25d5a65b8c5543dbc560.tar.xz hercules-52d4a81ff51fed98838c25d5a65b8c5543dbc560.zip |
- Firepillar's damage per hit is now 100% MATK (rather than 20%) when the skill level is above 10.
- Sorted out the item_data structure, getiteminfo should work correctly now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6608 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 333565582..e50adda07 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4889,7 +4889,7 @@ and return the info set by TYPE argument. It will return -1 if there is no such item.
Valid types are:
- 0 - Buy Price; 1 - Sell Price; 2 - Item Type; 3 - Allowed Classes;
+ 0 - Buy Price; 1 - Sell Price; 2 - Item Type;
3 - maxchance (Max drop chance of this item e.g. 1 = 0.01% , etc..
if = 0, then monsters don't drop it at all (rare or a quest item)
if = 10000, then this item is sold in NPC shops only
|