diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 23:06:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 23:06:30 -0300 |
commit | ef49ab33027c311c0bf7f6c15d137d312047fd32 (patch) | |
tree | ec9f66625802b84f4fecbc8596cad731d55ce3d7 /npc | |
parent | d40bca3d542c48cfbdd09027623cbb9b5b45f81d (diff) | |
download | serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.tar.gz serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.tar.bz2 serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.tar.xz serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.zip |
Equipment to Pyn&Pi
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-4/pihro.txt | 4 | ||||
-rw-r--r-- | npc/017-4/pyndragon.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 81ce63fb5..bc6f38999 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -9,9 +9,9 @@ OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, Monocle); - setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); - setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_WEAPON, JeansChaps); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 5da5488c0..d0c9a5336 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -131,10 +131,10 @@ L_Close: OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, FancyHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADTOP, Sunglasses); + setunitdata(.@npcId, UDT_HEADMIDDLE, LightPlatemail); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); - setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_WEAPON, BromenalPants); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); |