diff options
author | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
---|---|---|
committer | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
commit | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (patch) | |
tree | 5d3448afe67329cc9d650732425f0152ef242e7b /npc/other/comodo_gambling.txt | |
parent | 8039bd169886a4b0583cd1a794fcf61c79626e86 (diff) | |
parent | e9b4aec5eae2bc3454636a71953dcb1e1abb5ee7 (diff) | |
download | hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.gz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.bz2 hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.xz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.zip |
Merge pull request #210 from kisuka/npc-constants
NPC Constants
Diffstat (limited to 'npc/other/comodo_gambling.txt')
-rw-r--r-- | npc/other/comodo_gambling.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index 54991dcd8..548e1e68d 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -24,7 +24,7 @@ //= 1.4a Minor script updates. [Euphy] //============================================================ -comodo,219,158,6 script Kachua 91,{ +comodo,219,158,6 script Kachua 4_F_02,{ if (checkweight(1201,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; @@ -392,7 +392,7 @@ comodo,219,158,6 script Kachua 91,{ end; } -comodo,204,148,7 script Devellin 90,{ +comodo,204,148,7 script Devellin 4_F_01,{ mes "[Devellin]"; mes "It seems some traveller showed"; @@ -406,7 +406,7 @@ comodo,204,148,7 script Devellin 90,{ close; } -comodo,210,154,2 script Suspicious Guy#cmd 118,{ +comodo,210,154,2 script Suspicious Guy#cmd 2_M_THIEFMASTER,{ if (BaseClass == Job_Thief){ mes "[Cain]"; @@ -489,7 +489,7 @@ comodo,210,154,2 script Suspicious Guy#cmd 118,{ } } -mjolnir_02,85,362,3 script Blacksmith Miner 726,{ +mjolnir_02,85,362,3 script Blacksmith Miner 4_F_JOB_BLACKSMITH,{ if (checkweight(1201,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; |