diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/other/card_trader.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/other/card_trader.txt')
-rw-r--r-- | npc/other/card_trader.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/card_trader.txt b/npc/other/card_trader.txt index 068b0644f..40484bbdd 100644 --- a/npc/other/card_trader.txt +++ b/npc/other/card_trader.txt @@ -14,7 +14,7 @@ //= 1.4 Variables don't need to load OnInit. [Euphy] //============================================================ -prontera,115,90,0 script Putty 90,{ +prontera,115,90,0 script Putty 4_F_01,{ if (!.card[1]) { setarray .card1[0], 4001,4006,4009,4019,4075,4033,4012,4016,4026,4022, 4027,4028,4038,4025,4021,4050,4079,4081,4090,4094, |