diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-09 18:10:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-09 18:10:50 -0300 |
commit | 8eb5f6cf7bc24648a0621446007005473ff174b9 (patch) | |
tree | d619a56363cac9cd5ab6e107388c1e2cf599d465 /npc/008-1-1 | |
parent | 10fc5d865993485f7575932de81bff70929c0419 (diff) | |
download | serverdata-jesusalva/npcsex.tar.gz serverdata-jesusalva/npcsex.tar.bz2 serverdata-jesusalva/npcsex.tar.xz serverdata-jesusalva/npcsex.zip |
Remove gender information from all NPCs.jesusalva/npcsex
Diffstat (limited to 'npc/008-1-1')
-rw-r--r-- | npc/008-1-1/galimatia.txt | 1 | ||||
-rw-r--r-- | npc/008-1-1/hal.txt | 1 | ||||
-rw-r--r-- | npc/008-1-1/koga.txt | 1 | ||||
-rw-r--r-- | npc/008-1-1/morcant.txt | 1 | ||||
-rw-r--r-- | npc/008-1-1/sign.txt | 2 | ||||
-rw-r--r-- | npc/008-1-1/soldiers.txt | 2 |
6 files changed, 0 insertions, 8 deletions
diff --git a/npc/008-1-1/galimatia.txt b/npc/008-1-1/galimatia.txt index f5439978..6b3bfabe 100644 --- a/npc/008-1-1/galimatia.txt +++ b/npc/008-1-1/galimatia.txt @@ -386,7 +386,6 @@ OnInit: .REQ3_OUTPUT = RoseHat; .REQ3_OUTPUT_AMOUNT = 1; - .bodytype = BODYTYPE_2; .distance = 4; end; } diff --git a/npc/008-1-1/hal.txt b/npc/008-1-1/hal.txt index 3797f29b..88b93a79 100644 --- a/npc/008-1-1/hal.txt +++ b/npc/008-1-1/hal.txt @@ -126,7 +126,6 @@ OnInit: .REQ0_OUTPUT = BottleOfWater; .REQ0_OUTPUT_AMOUNT = 1 ; - .bodytype = BODYTYPE_2; .distance = 4; end; }
\ No newline at end of file diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt index 404d1235..9908ff40 100644 --- a/npc/008-1-1/koga.txt +++ b/npc/008-1-1/koga.txt @@ -28,7 +28,6 @@ function kogaWrongMap { } OnInit: - .bodytype = BODYTYPE_3; .distance = 7; .alwaysVisible = true; end; diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt index 385cf824..5421c771 100644 --- a/npc/008-1-1/morcant.txt +++ b/npc/008-1-1/morcant.txt @@ -56,7 +56,6 @@ OnInit: OnInstanceInit: - .bodytype = BODYTYPE_3; .distance = 4; .speed=120; //.alwaysVisible=true; diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt index 8358914e..3b22dfa9 100644 --- a/npc/008-1-1/sign.txt +++ b/npc/008-1-1/sign.txt @@ -10,7 +10,6 @@ OnInit: .distance = 1; - .bodytype = BODYTYPE_1; end; } 008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{ @@ -19,6 +18,5 @@ OnInit: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; end; } diff --git a/npc/008-1-1/soldiers.txt b/npc/008-1-1/soldiers.txt index a1636409..744635eb 100644 --- a/npc/008-1-1/soldiers.txt +++ b/npc/008-1-1/soldiers.txt @@ -15,7 +15,6 @@ close; OnInit: - .bodytype = BODYTYPE_2; .distance = 4; end; } @@ -27,7 +26,6 @@ OnInit: close; OnInit: - .bodytype = BODYTYPE_1; .distance = 4; end; } |