diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:09:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:09:37 -0300 |
commit | 106e4eccf922987b7049cf9ff85c1b3c41605e89 (patch) | |
tree | 510dd9d1367e797d4391c4dc864bd0c49c0d8dcd /npc | |
parent | e6528539b5a35c813df3cfa2eb4903bce5dfd281 (diff) | |
download | serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.gz serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.bz2 serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.xz serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.zip |
Bugfixes
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/rewards.txt | 2 | ||||
-rw-r--r-- | npc/001-4/traps.txt | 2 | ||||
-rw-r--r-- | npc/003-0-1/statues.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 09e70d055..447bbefb1 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -29,7 +29,7 @@ OnInit: .sex = G_MALE; .distance = 5; - .currency="coins"; + .currency$="coins"; tradertype(NST_CUSTOM); diff --git a/npc/001-4/traps.txt b/npc/001-4/traps.txt index a6c88b080..d53fa33f3 100644 --- a/npc/001-4/traps.txt +++ b/npc/001-4/traps.txt @@ -22,7 +22,7 @@ L_armar: L_disparar: setnpctimer 9000; setnpcdisplay @object_name$, NPC_TRAP_TRIGGERED; - heal -150, 0; + percentheal -25, 0; specialeffect 11; return; } diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index 13ff26ef5..90850bfac 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -47,7 +47,7 @@ OnInit: 003-0-1,82,24,0 script Worker Statue NPC_STATUE_CONTRIBUTOR,{ mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak."); - mes l("And also in notable mention of those who sponsor the Alliance and its administrative structure."); + mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); mes l(""); mes l("Saulc."); close; |