diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-02 20:45:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-02 20:45:07 +0300 |
commit | bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15 (patch) | |
tree | aecedfa74604008fdaa568630a1f2099c1dd64ad /npc/000-2-1 | |
parent | da54f2f9c80ed067b8e8447c2a03029b55cf681f (diff) | |
download | serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.gz serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.bz2 serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.xz serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.zip |
Fix case in all function names.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/alige.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/devis.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/q'onan.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/savepoint.txt | 8 |
7 files changed, 11 insertions, 11 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index ca5c1a92..a9d2903a 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -190,7 +190,7 @@ L_GiveFood: // if (.@id == item's ID) then food is correct. // Do not put any other number than -1, 0, 1, 2 or the item's ID, that'll avoid confusion. - InventoryPlace 507, 3; + inventoryplace 507, 3; delitem .@id, 1; setcamnpc; diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 16ce2f01..3663e30b 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -121,7 +121,7 @@ L_OpenCroconut: L_GotAll: mes ""; - InventoryPlace 717, 1; + inventoryplace 717, 1; delitem "PiouLegs", 2; delitem "HalfCroconut", 1; @@ -164,7 +164,7 @@ L_PoisonJulia: setq ShipQuests_ChefGado, 4; set Zeny, Zeny + 200; message strcharinfo(0), l("You receive @@ E!", 200); - InventoryPlace 502, 2; + inventoryplace 502, 2; getitem "Bread", 1; getexp 15, 0; diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index bb4d1cdf..50ff9aa1 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -25,7 +25,7 @@ L_Give: if (.@q > 1) goto L_Quit; set .@item, 1300; set .@count, 2; - InventoryPlace 1300, 2; + inventoryplace 1300, 2; setq ShipQuests_Arpan, 2; getitem "CreasedShirt", 1; diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index 01a6fae0..7de0058b 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -7,7 +7,7 @@ // Sleeping and grumbling NPC. 000-2-1,32,38,0 script Devis 410,{ - Asleep; + asleep; close; OnInit: diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index 6ab34afc..bdb85e4a 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -29,7 +29,7 @@ L_Give: mes ""; set .@item, 3500; set .@count, 1; - InventoryPlace 3500, 1; + inventoryplace 3500, 1; setq ShipQuests_Knife, 1; getitem "Knife", 1; diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 2a428d47..f5ff8ee5 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -6,7 +6,7 @@ // Sleeping and snoring NPC. 000-2-1,53,38,0 script Q'Onan#000-2-1 402,{ - Asleep; + asleep; close; OnInit: diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index 12622152..fc5bd405 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/savepoint.txt @@ -5,7 +5,7 @@ // Saves locations in 000-2-1 map. 000-2-1,40,37,0 script #name1 901,{ - SavePoint "000-2-1.gat", 40, 37; + savepoint "000-2-1.gat", 40, 37; close; OnInit: @@ -14,7 +14,7 @@ OnInit: } 000-2-1,46,37,0 script #name2 901,{ - SavePoint "000-2-1.gat", 46, 37; + savepoint "000-2-1.gat", 46, 37; close; OnInit: @@ -23,7 +23,7 @@ OnInit: } 000-2-1,50,38,0 script #name3 901,{ - SavePoint "000-2-1.gat", 50, 38; + savepoint "000-2-1.gat", 50, 38; close; OnInit: @@ -32,7 +32,7 @@ OnInit: } 000-2-1,55,40,0 script #name4 901,{ - SavePoint "000-2-1.gat", 55, 40; + savepoint "000-2-1.gat", 55, 40; close; OnInit: |