diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/hasan.txt | 4 | ||||
-rw-r--r-- | npc/soren-2/main.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index e9f9467e3..33b609a66 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -101,5 +101,9 @@ L_DoSteal: OnInit: .sex = G_MALE; .distance = 5; + + //npcspeed(150); + //npcwalkto(<x>, <y>); + end; } diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index 591046afe..fd60affaa 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -59,7 +59,7 @@ OnSanctum: // Decide if we'll spawn or add items. Previous failures are NOT considerated. .@odds=rand(1, 10000); - .@amount=rand(1, 3); + .@amount=(rand(1, 4)/2)+1; .@lx=24; .@ly=27; .@ux=40; .@uy=36; |