diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 5 | ||||
-rw-r--r-- | doc/sample/npc_rodex.txt | 4 | ||||
-rw-r--r-- | doc/script_commands.txt | 6 |
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/constants.md b/doc/constants.md index 72b93d785..654e5eb64 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -12304,6 +12304,7 @@ - `Daily_Coin`: 6674 - `XMAS_Cookie`: 6681 - `Bag_Of_Selling_Goods`: 6682 +- `Cash_Hair_Coupon`: 6707 - `Lovely_Stick`: 6712 - `Corrupted_Charm`: 6755 - `ORGANIC_PUMPKIN`: 6804 @@ -15989,6 +15990,9 @@ - `Universal_Catalog_Gold_Box10_`: 16776 - `Universal_Catalog_Gold_Box50`: 16777 - `Sagittarius_Scr_Box`: 16826 +- `Beauty_Gift_Box`: 16843 +- `Clothing_Dye_Box`: 16854 +- `Clothing_Dye_Orig_Box`: 16855 - `Weather_Report_Box`: 16972 - `Yellow_Hat_Box`: 16973 - `Comin_Actor_Box`: 16974 @@ -16158,6 +16162,7 @@ - `INT_Biscuit_Stick_Box`: 17273 - `DEX_Biscuit_Stick_Box`: 17274 - `LUK_Biscuit_Stick_Box`: 17275 +- `Jeremy_Beauty_Coupon_Box`: 17336 - `Cannon_Ball`: 18000 - `Holy_Cannon_Ball`: 18001 - `Dark_Cannon_Ball`: 18002 diff --git a/doc/sample/npc_rodex.txt b/doc/sample/npc_rodex.txt index a808a1aa9..0975e609c 100644 --- a/doc/sample/npc_rodex.txt +++ b/doc/sample/npc_rodex.txt @@ -20,12 +20,12 @@ prontera,150,150,4 script Rodex Mail 1_M_01,{ // Sends a messsage to attached player "Account Box" from "Rodex Test", with title "Rodex Test3", // with message "Hello World, How are You?", 1000 Zenies and 5 Red Potions attached rodex_sendmail_acc( - getcharid(CHAR_ID_CHAR), "Rodex Test", "Rodex Test3", "Hello World, How are You?", + getcharid(CHAR_ID_ACCOUNT), "Rodex Test", "Rodex Test3", "Hello World, How are You?", 1000, Red_Potion, 5 ); - // Sends a messsage to attached player "Account Box" from "Rodex Test", with title "Rodex Test6", + // Sends a messsage to attached player from "Rodex Test", with title "Rodex Test6", // with message "Hello World, How are You?", 1000 Zenies, 5 Red Potions and // 1 +10 Knife[3] with 3 Poring Cards (Broken) rodex_sendmail2( diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c8fa056d4..36c4da35a 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10063,3 +10063,9 @@ the available flags are: P_AIRSHIP_ITEM_INVALID --------------------------------------- + +*openstylist() + +Opens the styling shop on client + +---------------------------------------
\ No newline at end of file |