From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/017-1/flowerpentagram1.txt | 80 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100755 npc/017-1/flowerpentagram1.txt (limited to 'npc/017-1/flowerpentagram1.txt') diff --git a/npc/017-1/flowerpentagram1.txt b/npc/017-1/flowerpentagram1.txt new file mode 100755 index 00000000..a1e60856 --- /dev/null +++ b/npc/017-1/flowerpentagram1.txt @@ -0,0 +1,80 @@ + +017-1,95,42,0 script #FlowerPentagram1 NPC400,{ + if (OrumQuest >= 31) goto L_PlacedFifthFlower; + + if (OrumQuest > 17) goto L_PlacedFirstFlower; + if (OrumQuest == 17) goto L_FirstFlower; + + message strcharinfo(0), "Something is odd about this place."; + end; + +L_FirstFlower: + mes "This looks like the place Orum described."; + menu + "Place the flower.", L_Next, + "Leave.", L_close; + +L_Next: + if (isin("017-1", 94, 41, 96, 43)) + goto L_Place; + + mes "You're too far away."; + goto L_close; + +L_Place: + set @localMonsterCount, + mobcount("017-1", "#FlowerPentagram1::OnSquirrelDeath") + + mobcount("017-1", "#FlowerPentagram1::OnScorpionDeath") + + 2; // the mobcount function has an offset of -1, so we add 2 to have the actual amount of monsters + if (@localMonsterCount > 2) + goto L_MonstersAlive; + + if (countitem("OrangeSummonFlower") < 1) + goto L_NoFlower; + delitem "OrangeSummonFlower", 1; + mes "You carefully place the magic flower on the marked spot. You feel some tension in the air around you."; + OrumQuest = 18; + close2; + areamonster "017-1", 91, 37, 101, 46, "", 1105, 2, "#FlowerPentagram1::OnSquirrelDeath"; + areamonster "017-1", 91, 37, 101, 46, "", 1003, 3, "#FlowerPentagram1::OnScorpionDeath"; + @value = 15; + callfunc "QuestSagathaAnnoy"; + @value = 0; + end; + +OnSquirrelDeath: + @mobId = 1105; + callfunc "MobPoints"; + end; + +OnScorpionDeath: + @mobId = 1003; + callfunc "MobPoints"; + end; + +L_MonstersAlive: + mes "As you get closer to the place, you feel an unnerving presence."; + mes "This place has recently been used to summon something! And the beings are still nearby!"; + next; + mes "You should get rid of them before attempting the summoning yourself."; + goto L_close; + +L_NoFlower: + mes "You don't have the flower with you. Where did you put it?"; + mes "If you can't find it, you should talk to Orum again."; + goto L_close; + +L_PlacedFirstFlower: + mes "You placed the first of Orum's magical flowers on this spot."; + mes "You can still feel the magical power shimmering around this place, waiting to be unleashed."; + goto L_close; + +L_PlacedFifthFlower: + mes "This is where you placed the first of Orum's magical flowers."; + mes "However, now that the summoning spell has been cast, everything is back to normal here."; + goto L_close; + +L_close: + @localMonsterCount = 0; + close; +} -- cgit v1.2.3-60-g2f50 From 6b99a6ec6e09edca97675e9745a5e02abf496881 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Apr 2021 03:12:46 -0300 Subject: Flag -x --- npc/001-1/adrian.txt | 0 npc/001-1/ched.txt | 0 npc/001-1/children.txt | 0 npc/001-1/constable.txt | 0 npc/001-1/dock.txt | 0 npc/001-1/eomie.txt | 0 npc/001-1/ferry_master.txt | 0 npc/001-1/gate_guards.txt | 0 npc/001-1/gossip.txt | 0 npc/001-1/guards.txt | 0 npc/001-1/inac.txt | 0 npc/001-1/mapflags.txt | 0 npc/001-1/north_shops.txt | 0 npc/001-1/npcs.txt | 0 npc/001-1/sewer_east.txt | 0 npc/001-1/sewer_north.txt | 0 npc/001-1/stat_reset.txt | 0 npc/001-1/tinris.txt | 0 npc/001-1/tombstones.txt | 0 npc/001-1/weellos.txt | 0 npc/001-2/bank.txt | 0 npc/001-2/david.txt | 0 npc/001-2/fieri.txt | 0 npc/001-2/forge_shops.txt | 0 npc/001-2/government_building.txt | 0 npc/001-2/heathin.txt | 0 npc/001-2/jhedia.txt | 0 npc/001-2/manakins.txt | 0 npc/001-2/mapflags.txt | 0 npc/001-2/pauline.txt | 0 npc/001-2/sandra.txt | 0 npc/001-2/tathin.txt | 0 npc/001-2/tondar.txt | 0 npc/001-2/wizards.txt | 0 npc/001-2/yanis.txt | 0 npc/001-3/guards.txt | 0 npc/001-3/mapflags.txt | 0 npc/001-3/pvpflag.txt | 0 npc/002-1/anwar.txt | 0 npc/002-1/bard.txt | 0 npc/002-1/elanore.txt | 0 npc/002-1/gaurds.txt | 0 npc/002-1/itka.txt | 0 npc/002-1/lieutenant_dausen.txt | 0 npc/002-1/luca.txt | 0 npc/002-1/mapflags.txt | 0 npc/002-1/mine_debug.txt | 0 npc/002-1/nickos.txt | 0 npc/002-1/nomads.txt | 0 npc/002-1/npcs.txt | 0 npc/002-1/sarah.txt | 0 npc/002-1/soul-menhir.txt | 0 npc/002-1/stewen.txt | 0 npc/002-1/traveler.txt | 0 npc/002-2/bakery.txt | 0 npc/002-2/barber.txt | 0 npc/002-2/bleacher.txt | 0 npc/002-2/casino.txt | 0 npc/002-2/dedication.txt | 0 npc/002-2/hetchel.txt | 0 npc/002-2/imec.txt | 0 npc/002-2/inya.txt | 0 npc/002-2/kps.txt | 0 npc/002-2/kylian.txt | 0 npc/002-2/latoy.txt | 0 npc/002-2/mapflags.txt | 0 npc/002-2/omar.txt | 0 npc/002-2/phaet.txt | 0 npc/002-2/rebecca.txt | 0 npc/002-2/shops.txt | 0 npc/002-2/stranger.txt | 0 npc/002-2/troupe_leader.txt | 0 npc/002-3/mapflags.txt | 0 npc/002-3/merchant.txt | 0 npc/002-3/mining_camp_barrier.txt | 0 npc/002-3/nathan.txt | 0 npc/002-3/traveler.txt | 0 npc/002-4/mapflags.txt | 0 npc/002-4/mine_triggerone.txt | 0 npc/002-4/mine_triggerthree.txt | 0 npc/002-4/mine_triggertwo.txt | 0 npc/002-4/naem.txt | 0 npc/002-4/underground_palace_barrier.txt | 0 npc/002-5/chest.txt | 0 npc/002-5/mapflags.txt | 0 npc/002-5/sema.txt | 0 npc/004-3/mapflags.txt | 0 npc/004-4/mapflags.txt | 0 npc/004-5/chest.txt | 0 npc/004-5/mapflags.txt | 0 npc/005-3/mapflags.txt | 0 npc/006-1/mapflags.txt | 0 npc/006-1/mika.txt | 0 npc/006-1/miriam.txt | 0 npc/006-1/pachua.txt | 0 npc/006-1/spirit.txt | 0 npc/006-1/traveler.txt | 0 npc/006-1/tree.txt | 0 npc/006-2/mapflags.txt | 0 npc/006-2/npcs.txt | 0 npc/006-2/shops.txt | 0 npc/006-3/mapflags.txt | 0 npc/007-1/mapflags.txt | 0 npc/007-1/voltain.txt | 0 npc/007-2/witch.txt | 0 npc/008-1/andra.txt | 0 npc/008-1/annualeaster.txt | 0 npc/008-1/banu.txt | 0 npc/008-1/diryn.txt | 0 npc/008-1/dock.txt | 0 npc/008-1/george.txt | 0 npc/008-1/hinnak.txt | 0 npc/008-1/mapflags.txt | 0 npc/008-1/mikhail.txt | 0 npc/009-1/constable.txt | 0 npc/009-1/guide.txt | 0 npc/009-1/jack.txt | 0 npc/009-1/mapflags.txt | 0 npc/009-1/milly.txt | 0 npc/009-1/old_man.txt | 0 npc/009-1/old_woman.txt | 0 npc/009-1/sabine.txt | 0 npc/009-1/soul-menhir.txt | 0 npc/009-1/water_pump.txt | 0 npc/009-2/airlia.txt | 0 npc/009-2/alan.txt | 0 npc/009-2/bernard.txt | 0 npc/009-2/doctor.txt | 0 npc/009-2/drunks.txt | 0 npc/009-2/entertainer.txt | 0 npc/009-2/inspector.txt | 0 npc/009-2/kfahr.txt | 0 npc/009-2/lena.txt | 0 npc/009-2/mapflags.txt | 0 npc/009-2/misc.txt | 0 npc/009-2/nicholas.txt | 0 npc/009-2/nurse.txt | 0 npc/009-2/olana.txt | 0 npc/009-2/peter.txt | 0 npc/009-2/richard.txt | 0 npc/009-2/selim.txt | 0 npc/009-2/shops.txt | 0 npc/009-2/trader.txt | 0 npc/009-2/waitress.txt | 0 npc/009-2/wyara.txt | 0 npc/009-2/yalina.txt | 0 npc/009-3/mapflags.txt | 0 npc/009-3/sword.txt | 0 npc/009-3/warp.txt | 0 npc/009-4/barriers.txt | 0 npc/009-4/mapflags.txt | 0 npc/009-4/orum.txt | 0 npc/009-4/orum_warps.txt | 0 npc/009-4/torches.txt | 0 npc/009-4/waric.txt | 0 npc/009-5/mapflags.txt | 0 npc/009-6/brodomir.txt | 0 npc/009-6/mapflags.txt | 0 npc/009-7/battlemaster.txt | 0 npc/009-7/core.txt | 0 npc/009-7/debug.txt | 0 npc/009-7/eventHandler.txt | 0 npc/009-7/mapflags.txt | 0 npc/009-7/rouge.txt | 0 npc/009-7/shops.txt | 0 npc/009-7/trapdoor.txt | 0 npc/009-8/celestia.txt | 0 npc/009-8/mapflags.txt | 0 npc/010-1/mapflags.txt | 0 npc/010-2/band.txt | 0 npc/010-2/chef.txt | 0 npc/010-2/dimonds.txt | 0 npc/010-2/doug.txt | 0 npc/010-2/loratay.txt | 0 npc/010-2/mapflags.txt | 0 npc/010-2/workers.txt | 0 npc/011-1/alchemist.txt | 0 npc/011-1/auldsbel.txt | 0 npc/011-1/mapflags.txt | 0 npc/011-1/oscar.txt | 0 npc/011-1/shops.txt | 0 npc/011-3/hermit.txt | 0 npc/011-3/mapflags.txt | 0 npc/011-4/bl_barrier.txt | 0 npc/011-4/mapflags.txt | 0 npc/011-6/barrier.txt | 0 npc/011-6/bryant.txt | 0 npc/011-6/crastur.txt | 0 npc/011-6/mapflags.txt | 0 npc/012-1/amrak.txt | 0 npc/012-1/flowerpentagram2.txt | 0 npc/012-1/injured-mouboo.txt | 0 npc/012-1/mapflags.txt | 0 npc/012-1/shops.txt | 0 npc/012-3/mana-seed.txt | 0 npc/012-3/mapflags.txt | 0 npc/012-3/traveler.txt | 0 npc/012-3/warningsigns.txt | 0 npc/012-4/mapflags.txt | 0 npc/012-4/pvpflag.txt | 0 npc/013-1/flowerpentagram.txt | 0 npc/013-1/mapflags.txt | 0 npc/013-1/sagatha.txt | 0 npc/013-1/traveler.txt | 0 npc/013-2/apprentice.txt | 0 npc/013-2/mapflags.txt | 0 npc/013-2/notes.txt | 0 npc/013-2/wizard.txt | 0 npc/013-3/barrier.txt | 0 npc/013-3/mapflags.txt | 0 npc/013-3/mask_chest.txt | 0 npc/013-3/misc.txt | 0 npc/013-3/sword_chest.txt | 0 npc/014-1/mapflags.txt | 0 npc/014-1/wedding-officiator.txt | 0 npc/014-3/mapflags.txt | 0 npc/015-1/alice.txt | 0 npc/015-1/barrier.txt | 0 npc/015-1/mapflags.txt | 0 npc/015-1/sword.txt | 0 npc/015-3/barrier.txt | 0 npc/015-3/katze.txt | 0 npc/015-3/mapflags.txt | 0 npc/015-3/pot.txt | 0 npc/016-1/gwendolyn.txt | 0 npc/016-1/mapflags.txt | 0 npc/016-1/rossy.txt | 0 npc/017-1/flowerpentagram1.txt | 0 npc/017-1/flowerpentagram5.txt | 0 npc/017-1/mapflags.txt | 0 npc/017-2/mapflags.txt | 0 npc/017-3/mapflags.txt | 0 npc/017-4/guardingspirit.txt | 0 npc/017-4/mapflags.txt | 0 npc/017-4/orum.txt | 0 npc/017-4/waric.txt | 0 npc/017-9/mapflags.txt | 0 npc/017-9/npcs.txt | 0 npc/018-1/flowerpentagram3.txt | 0 npc/018-1/mapflags.txt | 0 npc/018-1/mike.txt | 0 npc/018-1/miners.txt | 0 npc/018-1/sword.txt | 0 npc/018-2/angus.txt | 0 npc/018-2/books.txt | 0 npc/018-2/caul.txt | 0 npc/018-2/mapflags.txt | 0 npc/018-2/miners.txt | 0 npc/018-2/receptionist.txt | 0 npc/018-3/bookcase.txt | 0 npc/018-3/evil-obelisk.txt | 0 npc/018-3/mapflags.txt | 0 npc/018-3/sword.txt | 0 npc/019-1/mapflags.txt | 0 npc/019-1/santa_helper.txt | 0 npc/019-1/snowman.txt | 0 npc/019-3/mapflags.txt | 0 npc/019-4/mapflags.txt | 0 npc/020-1/KrickKrackKrock.txt | 0 npc/020-1/mapflags.txt | 0 npc/020-1/rockscissor.txt | 0 npc/020-1/soul-menhir.txt | 0 npc/020-1/traveler.txt | 0 npc/020-1/well.txt | 0 npc/020-2/baktar.txt | 0 npc/020-2/banker.txt | 0 npc/020-2/furquest.txt | 0 npc/020-2/mapflags.txt | 0 npc/020-2/shops.txt | 0 npc/020-3/mapflags.txt | 0 npc/021-3/mapflags.txt | 0 npc/025-1/barrier.txt | 0 npc/025-1/mapflags.txt | 0 npc/025-1/reset.txt | 0 npc/025-3/barriers.txt | 0 npc/025-3/mapflags.txt | 0 npc/025-4/battlecaves.txt | 0 npc/025-4/clauquer.txt | 0 npc/025-4/julia.txt | 0 npc/025-4/mapflags.txt | 0 npc/026-1/evil_guard.txt | 0 npc/026-1/headless_man.txt | 0 npc/026-1/husband.txt | 0 npc/026-1/mapflags.txt | 0 npc/026-1/sign.txt | 0 npc/026-1/soul-menhir.txt | 0 npc/026-1/traveler.txt | 0 npc/026-2/barman.txt | 0 npc/026-2/cerhan.txt | 0 npc/026-2/crying_child.txt | 0 npc/026-2/diary.txt | 0 npc/026-2/door.txt | 0 npc/026-2/eurni.txt | 0 npc/026-2/golbenez.txt | 0 npc/026-2/gy_inn_shops.txt | 0 npc/026-2/innkeeper.txt | 0 npc/026-2/lover.txt | 0 npc/026-2/mapflags.txt | 0 npc/026-2/testnpcs.txt | 0 npc/026-2/werewolf.txt | 0 npc/027-1/crypt.txt | 0 npc/027-1/graves.txt | 0 npc/027-1/mapflags.txt | 0 npc/027-2/alacrius.txt | 0 npc/027-2/caretaker.txt | 0 npc/027-2/mapflags.txt | 0 npc/027-2/thurston.txt | 0 npc/027-3/casket_traps.txt | 0 npc/027-3/general_krukan_door.txt | 0 npc/027-3/mapflags.txt | 0 npc/027-3/monsters.txt | 0 npc/027-4/casket_traps.txt | 0 npc/027-4/general_razha_door.txt | 0 npc/027-4/mapflags.txt | 0 npc/027-4/monsters.txt | 0 npc/027-5/casket_traps.txt | 0 npc/027-5/general_terogan_door.txt | 0 npc/027-5/mapflags.txt | 0 npc/027-6/casket_traps.txt | 0 npc/027-6/general_krukan.txt | 0 npc/027-6/general_krukan_exitdoor.txt | 0 npc/027-6/mapflags.txt | 0 npc/027-7/general_razha.txt | 0 npc/027-7/general_razha_exitdoor.txt | 0 npc/027-7/mapflags.txt | 0 npc/027-8/general_terogan.txt | 0 npc/027-8/general_terogan_exitdoor.txt | 0 npc/027-8/mapflags.txt | 0 npc/028-1/mapflags.txt | 0 npc/028-1/portal.txt | 0 npc/028-3/mapflags.txt | 0 npc/029-1/aahna.txt | 0 npc/029-1/barrier.txt | 0 npc/029-1/dock.txt | 0 npc/029-1/ferry_master.txt | 0 npc/029-1/hasan.txt | 0 npc/029-1/hideandseek.txt | 0 npc/029-1/kaan.txt | 0 npc/029-1/liana.txt | 0 npc/029-1/mapflags.txt | 0 npc/029-1/monster_guide.txt | 0 npc/029-1/rewards_master.txt | 0 npc/029-1/soul-menhir.txt | 0 npc/029-1/traveler.txt | 0 npc/029-1/tutorial.txt | 0 npc/029-1/valon.txt | 0 npc/029-1/vincent.txt | 0 npc/029-1/zegas.txt | 0 npc/029-2/bankroom.txt | 0 npc/029-2/barrels.txt | 0 npc/029-2/barrels_config.txt | 0 npc/029-2/cynric.txt | 0 npc/029-2/mapflags.txt | 0 npc/029-2/morgan.txt | 0 npc/029-2/nyle.txt | 0 npc/029-2/sorfina.txt | 0 npc/029-2/stat_reset.txt | 0 npc/029-2/tanisha.txt | 0 npc/029-2/two_arms.txt | 0 npc/029-3/barrier.txt | 0 npc/029-3/mapflags.txt | 0 npc/029-3/parua.txt | 0 npc/030-2/avalia.txt | 0 npc/030-2/basic_npcs.txt | 0 npc/030-2/bedding_helper.txt | 0 npc/030-2/chief_helper.txt | 0 npc/030-2/eljas.txt | 0 npc/030-2/empty_boxes_helper.txt | 0 npc/030-2/glitter_helper.txt | 0 npc/030-2/guards.txt | 0 npc/030-2/mapflags.txt | 0 npc/030-2/present_helper.txt | 0 npc/030-2/roasted_acorns_helper.txt | 0 npc/030-2/shipping_helper.txt | 0 npc/030-2/storage_helper.txt | 0 npc/030-2/wrapping_paper_helper.txt | 0 npc/030-3/mapflags.txt | 0 npc/030-3/orum_homunculus.txt | 0 npc/030-4/mana_battery.txt | 0 npc/030-4/mapflags.txt | 0 npc/031-1/angelaOutside.txt | 0 npc/031-1/dock.txt | 0 npc/031-1/frozenbeard.txt | 0 npc/031-1/house.txt | 0 npc/031-1/mapflags.txt | 0 npc/031-2/angelaHouse.txt | 0 npc/031-2/cindyHouse.txt | 0 npc/031-2/mapflags.txt | 0 npc/031-3/labyrinth.txt | 0 npc/031-3/mapflags.txt | 0 npc/031-4/barrier.txt | 0 npc/031-4/cindyCave.txt | 0 npc/031-4/mapflags.txt | 0 npc/032-3/mapflags.txt | 0 npc/033-1/backDoor.txt | 0 npc/033-1/barbarianinit.txt | 0 npc/033-1/birrod.txt | 0 npc/033-1/kimarr.txt | 0 npc/033-1/mapflags.txt | 0 npc/033-1/traveler.txt | 0 npc/033-1/yerrnk.txt | 0 npc/034-1/ambushs.txt | 0 npc/034-1/mapflags.txt | 0 npc/034-1/yetiSpawn.txt | 0 npc/034-2/mapflags.txt | 0 npc/035-2/casino.txt | 0 npc/035-2/emblems.txt | 0 npc/035-2/koga.txt | 0 npc/035-2/mapflags.txt | 0 npc/035-2/shops.txt | 0 npc/036-2/casino.txt | 0 npc/036-2/emblems.txt | 0 npc/036-2/koga-candor.txt | 0 npc/036-2/mapflags.txt | 0 npc/036-2/shops.txt | 0 npc/043-3/mapflags.txt | 0 npc/043-4/mapflags.txt | 0 npc/045-1/mapflags.txt | 0 npc/046-1/mapflags.txt | 0 npc/046-3/mapflags.txt | 0 npc/047-1/mapflags.txt | 0 npc/047-3/mapflags.txt | 0 npc/048-2/bluesageConfig.txt | 0 npc/048-2/helperAccused.txt | 0 npc/048-2/helperBookpages1.txt | 0 npc/048-2/helperBookpages2.txt | 0 npc/048-2/helperBookpages3.txt | 0 npc/048-2/helperChief.txt | 0 npc/048-2/helperCleaning1.txt | 0 npc/048-2/helperCleaning2.txt | 0 npc/048-2/helperCleaning3.txt | 0 npc/048-2/helperCleaning4.txt | 0 npc/048-2/helperCleaning5.txt | 0 npc/048-2/helperJanitor.txt | 0 npc/048-2/helperMInk.txt | 0 npc/048-2/helperMReed.txt | 0 npc/048-2/helperMSilk.txt | 0 npc/048-2/helperMYetiClaw.txt | 0 npc/048-2/helperResting1.txt | 0 npc/048-2/helperResting2.txt | 0 npc/048-2/mapflags.txt | 0 npc/048-2/sageNikolai.txt | 0 npc/048-2/slimes.txt | 0 npc/048-2/traveler.txt | 0 npc/048-2/visitors.txt | 0 npc/051-1/desert.txt | 0 npc/051-1/desertmonsters.txt | 0 npc/051-1/forest.txt | 0 npc/051-1/forestmonsters.txt | 0 npc/051-1/janitor.txt | 0 npc/051-1/mapflags.txt | 0 npc/051-3/ambush.txt | 0 npc/051-3/jailslimes.txt | 0 npc/051-3/janitor.txt | 0 npc/051-3/locks.txt | 0 npc/051-3/mapflags.txt | 0 npc/051-3/reinforcements.txt | 0 npc/052-1/channelling.txt | 0 npc/052-1/janitor.txt | 0 npc/052-1/mapflags.txt | 0 npc/052-2/chest.txt | 0 npc/052-2/janitor.txt | 0 npc/052-2/lobby.txt | 0 npc/052-2/mapflags.txt | 0 npc/052-2/partyroom.txt | 0 npc/052-2/storage.txt | 0 npc/055-1/flowerpentagram4.txt | 0 npc/055-1/mapflags.txt | 0 npc/055-1/pumpkins.txt | 0 npc/055-1/traveler.txt | 0 npc/055-3/mapflags.txt | 0 npc/056-2/barrier.txt | 0 npc/056-2/mapflags.txt | 0 npc/056-2/mirak.txt | 0 npc/056-2/notes.txt | 0 npc/057-1/mapflags.txt | 0 npc/_import.txt | 0 npc/annuals/check_time.txt | 0 npc/annuals/fathertime.txt | 0 npc/annuals/halloween/config.txt | 0 npc/annuals/halloween/debug.txt | 0 npc/annuals/halloween/munro.txt | 0 npc/annuals/halloween/trick_or_treat.txt | 0 npc/annuals/tree_beard.txt | 0 npc/annuals/xmas/barriers.txt | 0 npc/annuals/xmas/config.txt | 0 npc/annuals/xmas/core.txt | 0 npc/annuals/xmas/debug.txt | 0 npc/annuals/xmas/helpers.txt | 0 npc/annuals/xmas/list.txt | 0 npc/annuals/xmas/mobmanager.txt | 0 npc/annuals/xmas/reagents.txt | 0 npc/annuals/xmas/states.txt | 0 npc/botcheck/mapflags.txt | 0 npc/commands/debug.txt | 0 npc/commands/numa.txt | 0 npc/functions/DyeConfig.txt | 0 npc/functions/announcements.txt | 0 npc/functions/banker.txt | 0 npc/functions/barber.txt | 0 npc/functions/clear_vars.txt | 0 npc/functions/dailyquest.txt | 0 npc/functions/default_npc_checks.txt | 0 npc/functions/dynamic_menu.txt | 0 npc/functions/evil_obelisk.txt | 0 npc/functions/ferry.txt | 0 npc/functions/game_rules.txt | 0 npc/functions/global_event_handler.txt | 0 npc/functions/gm_island.txt | 0 npc/functions/headstyles.txt | 0 npc/functions/inn.txt | 0 npc/functions/jesusalvatr.txt | 0 npc/functions/lockpicking.txt | 0 npc/functions/magic.txt | 0 npc/functions/mob_points.txt | 0 npc/functions/motd.txt | 0 npc/functions/motdconfig.txt | 0 npc/functions/process_equip.txt | 0 npc/functions/quiz.txt | 0 npc/functions/slot_machine.txt | 0 npc/functions/soul_menhir.txt | 0 npc/functions/stat_reset.txt | 0 npc/functions/time.txt | 0 npc/functions/travelers.txt | 0 npc/functions/undead_debug.txt | 0 npc/functions/water_bottle.txt | 0 npc/items/check_wand.txt | 0 npc/items/launcher_ammo.txt | 0 npc/items/mirror.txt | 0 npc/items/pickled_beets.txt | 0 npc/items/purification_potion.txt | 0 npc/items/require_stat.txt | 0 npc/items/restricted_item.txt | 0 npc/items/rubber_bat.txt | 0 npc/items/scissors.txt | 0 npc/items/shock_sweet.txt | 0 npc/items/unequipcb.txt | 0 npc/items/unreleased_item.txt | 0 npc/items/warpTowels.txt | 0 npc/pre-re/scripts_main.conf | 0 540 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 npc/001-1/adrian.txt mode change 100755 => 100644 npc/001-1/ched.txt mode change 100755 => 100644 npc/001-1/children.txt mode change 100755 => 100644 npc/001-1/constable.txt mode change 100755 => 100644 npc/001-1/dock.txt mode change 100755 => 100644 npc/001-1/eomie.txt mode change 100755 => 100644 npc/001-1/ferry_master.txt mode change 100755 => 100644 npc/001-1/gate_guards.txt mode change 100755 => 100644 npc/001-1/gossip.txt mode change 100755 => 100644 npc/001-1/guards.txt mode change 100755 => 100644 npc/001-1/inac.txt mode change 100755 => 100644 npc/001-1/mapflags.txt mode change 100755 => 100644 npc/001-1/north_shops.txt mode change 100755 => 100644 npc/001-1/npcs.txt mode change 100755 => 100644 npc/001-1/sewer_east.txt mode change 100755 => 100644 npc/001-1/sewer_north.txt mode change 100755 => 100644 npc/001-1/stat_reset.txt mode change 100755 => 100644 npc/001-1/tinris.txt mode change 100755 => 100644 npc/001-1/tombstones.txt mode change 100755 => 100644 npc/001-1/weellos.txt mode change 100755 => 100644 npc/001-2/bank.txt mode change 100755 => 100644 npc/001-2/david.txt mode change 100755 => 100644 npc/001-2/fieri.txt mode change 100755 => 100644 npc/001-2/forge_shops.txt mode change 100755 => 100644 npc/001-2/government_building.txt mode change 100755 => 100644 npc/001-2/heathin.txt mode change 100755 => 100644 npc/001-2/jhedia.txt mode change 100755 => 100644 npc/001-2/manakins.txt mode change 100755 => 100644 npc/001-2/mapflags.txt mode change 100755 => 100644 npc/001-2/pauline.txt mode change 100755 => 100644 npc/001-2/sandra.txt mode change 100755 => 100644 npc/001-2/tathin.txt mode change 100755 => 100644 npc/001-2/tondar.txt mode change 100755 => 100644 npc/001-2/wizards.txt mode change 100755 => 100644 npc/001-2/yanis.txt mode change 100755 => 100644 npc/001-3/guards.txt mode change 100755 => 100644 npc/001-3/mapflags.txt mode change 100755 => 100644 npc/001-3/pvpflag.txt mode change 100755 => 100644 npc/002-1/anwar.txt mode change 100755 => 100644 npc/002-1/bard.txt mode change 100755 => 100644 npc/002-1/elanore.txt mode change 100755 => 100644 npc/002-1/gaurds.txt mode change 100755 => 100644 npc/002-1/itka.txt mode change 100755 => 100644 npc/002-1/lieutenant_dausen.txt mode change 100755 => 100644 npc/002-1/luca.txt mode change 100755 => 100644 npc/002-1/mapflags.txt mode change 100755 => 100644 npc/002-1/mine_debug.txt mode change 100755 => 100644 npc/002-1/nickos.txt mode change 100755 => 100644 npc/002-1/nomads.txt mode change 100755 => 100644 npc/002-1/npcs.txt mode change 100755 => 100644 npc/002-1/sarah.txt mode change 100755 => 100644 npc/002-1/soul-menhir.txt mode change 100755 => 100644 npc/002-1/stewen.txt mode change 100755 => 100644 npc/002-1/traveler.txt mode change 100755 => 100644 npc/002-2/bakery.txt mode change 100755 => 100644 npc/002-2/barber.txt mode change 100755 => 100644 npc/002-2/bleacher.txt mode change 100755 => 100644 npc/002-2/casino.txt mode change 100755 => 100644 npc/002-2/dedication.txt mode change 100755 => 100644 npc/002-2/hetchel.txt mode change 100755 => 100644 npc/002-2/imec.txt mode change 100755 => 100644 npc/002-2/inya.txt mode change 100755 => 100644 npc/002-2/kps.txt mode change 100755 => 100644 npc/002-2/kylian.txt mode change 100755 => 100644 npc/002-2/latoy.txt mode change 100755 => 100644 npc/002-2/mapflags.txt mode change 100755 => 100644 npc/002-2/omar.txt mode change 100755 => 100644 npc/002-2/phaet.txt mode change 100755 => 100644 npc/002-2/rebecca.txt mode change 100755 => 100644 npc/002-2/shops.txt mode change 100755 => 100644 npc/002-2/stranger.txt mode change 100755 => 100644 npc/002-2/troupe_leader.txt mode change 100755 => 100644 npc/002-3/mapflags.txt mode change 100755 => 100644 npc/002-3/merchant.txt mode change 100755 => 100644 npc/002-3/mining_camp_barrier.txt mode change 100755 => 100644 npc/002-3/nathan.txt mode change 100755 => 100644 npc/002-3/traveler.txt mode change 100755 => 100644 npc/002-4/mapflags.txt mode change 100755 => 100644 npc/002-4/mine_triggerone.txt mode change 100755 => 100644 npc/002-4/mine_triggerthree.txt mode change 100755 => 100644 npc/002-4/mine_triggertwo.txt mode change 100755 => 100644 npc/002-4/naem.txt mode change 100755 => 100644 npc/002-4/underground_palace_barrier.txt mode change 100755 => 100644 npc/002-5/chest.txt mode change 100755 => 100644 npc/002-5/mapflags.txt mode change 100755 => 100644 npc/002-5/sema.txt mode change 100755 => 100644 npc/004-3/mapflags.txt mode change 100755 => 100644 npc/004-4/mapflags.txt mode change 100755 => 100644 npc/004-5/chest.txt mode change 100755 => 100644 npc/004-5/mapflags.txt mode change 100755 => 100644 npc/005-3/mapflags.txt mode change 100755 => 100644 npc/006-1/mapflags.txt mode change 100755 => 100644 npc/006-1/mika.txt mode change 100755 => 100644 npc/006-1/miriam.txt mode change 100755 => 100644 npc/006-1/pachua.txt mode change 100755 => 100644 npc/006-1/spirit.txt mode change 100755 => 100644 npc/006-1/traveler.txt mode change 100755 => 100644 npc/006-1/tree.txt mode change 100755 => 100644 npc/006-2/mapflags.txt mode change 100755 => 100644 npc/006-2/npcs.txt mode change 100755 => 100644 npc/006-2/shops.txt mode change 100755 => 100644 npc/006-3/mapflags.txt mode change 100755 => 100644 npc/007-1/mapflags.txt mode change 100755 => 100644 npc/007-1/voltain.txt mode change 100755 => 100644 npc/007-2/witch.txt mode change 100755 => 100644 npc/008-1/andra.txt mode change 100755 => 100644 npc/008-1/annualeaster.txt mode change 100755 => 100644 npc/008-1/banu.txt mode change 100755 => 100644 npc/008-1/diryn.txt mode change 100755 => 100644 npc/008-1/dock.txt mode change 100755 => 100644 npc/008-1/george.txt mode change 100755 => 100644 npc/008-1/hinnak.txt mode change 100755 => 100644 npc/008-1/mapflags.txt mode change 100755 => 100644 npc/008-1/mikhail.txt mode change 100755 => 100644 npc/009-1/constable.txt mode change 100755 => 100644 npc/009-1/guide.txt mode change 100755 => 100644 npc/009-1/jack.txt mode change 100755 => 100644 npc/009-1/mapflags.txt mode change 100755 => 100644 npc/009-1/milly.txt mode change 100755 => 100644 npc/009-1/old_man.txt mode change 100755 => 100644 npc/009-1/old_woman.txt mode change 100755 => 100644 npc/009-1/sabine.txt mode change 100755 => 100644 npc/009-1/soul-menhir.txt mode change 100755 => 100644 npc/009-1/water_pump.txt mode change 100755 => 100644 npc/009-2/airlia.txt mode change 100755 => 100644 npc/009-2/alan.txt mode change 100755 => 100644 npc/009-2/bernard.txt mode change 100755 => 100644 npc/009-2/doctor.txt mode change 100755 => 100644 npc/009-2/drunks.txt mode change 100755 => 100644 npc/009-2/entertainer.txt mode change 100755 => 100644 npc/009-2/inspector.txt mode change 100755 => 100644 npc/009-2/kfahr.txt mode change 100755 => 100644 npc/009-2/lena.txt mode change 100755 => 100644 npc/009-2/mapflags.txt mode change 100755 => 100644 npc/009-2/misc.txt mode change 100755 => 100644 npc/009-2/nicholas.txt mode change 100755 => 100644 npc/009-2/nurse.txt mode change 100755 => 100644 npc/009-2/olana.txt mode change 100755 => 100644 npc/009-2/peter.txt mode change 100755 => 100644 npc/009-2/richard.txt mode change 100755 => 100644 npc/009-2/selim.txt mode change 100755 => 100644 npc/009-2/shops.txt mode change 100755 => 100644 npc/009-2/trader.txt mode change 100755 => 100644 npc/009-2/waitress.txt mode change 100755 => 100644 npc/009-2/wyara.txt mode change 100755 => 100644 npc/009-2/yalina.txt mode change 100755 => 100644 npc/009-3/mapflags.txt mode change 100755 => 100644 npc/009-3/sword.txt mode change 100755 => 100644 npc/009-3/warp.txt mode change 100755 => 100644 npc/009-4/barriers.txt mode change 100755 => 100644 npc/009-4/mapflags.txt mode change 100755 => 100644 npc/009-4/orum.txt mode change 100755 => 100644 npc/009-4/orum_warps.txt mode change 100755 => 100644 npc/009-4/torches.txt mode change 100755 => 100644 npc/009-4/waric.txt mode change 100755 => 100644 npc/009-5/mapflags.txt mode change 100755 => 100644 npc/009-6/brodomir.txt mode change 100755 => 100644 npc/009-6/mapflags.txt mode change 100755 => 100644 npc/009-7/battlemaster.txt mode change 100755 => 100644 npc/009-7/core.txt mode change 100755 => 100644 npc/009-7/debug.txt mode change 100755 => 100644 npc/009-7/eventHandler.txt mode change 100755 => 100644 npc/009-7/mapflags.txt mode change 100755 => 100644 npc/009-7/rouge.txt mode change 100755 => 100644 npc/009-7/shops.txt mode change 100755 => 100644 npc/009-7/trapdoor.txt mode change 100755 => 100644 npc/009-8/celestia.txt mode change 100755 => 100644 npc/009-8/mapflags.txt mode change 100755 => 100644 npc/010-1/mapflags.txt mode change 100755 => 100644 npc/010-2/band.txt mode change 100755 => 100644 npc/010-2/chef.txt mode change 100755 => 100644 npc/010-2/dimonds.txt mode change 100755 => 100644 npc/010-2/doug.txt mode change 100755 => 100644 npc/010-2/loratay.txt mode change 100755 => 100644 npc/010-2/mapflags.txt mode change 100755 => 100644 npc/010-2/workers.txt mode change 100755 => 100644 npc/011-1/alchemist.txt mode change 100755 => 100644 npc/011-1/auldsbel.txt mode change 100755 => 100644 npc/011-1/mapflags.txt mode change 100755 => 100644 npc/011-1/oscar.txt mode change 100755 => 100644 npc/011-1/shops.txt mode change 100755 => 100644 npc/011-3/hermit.txt mode change 100755 => 100644 npc/011-3/mapflags.txt mode change 100755 => 100644 npc/011-4/bl_barrier.txt mode change 100755 => 100644 npc/011-4/mapflags.txt mode change 100755 => 100644 npc/011-6/barrier.txt mode change 100755 => 100644 npc/011-6/bryant.txt mode change 100755 => 100644 npc/011-6/crastur.txt mode change 100755 => 100644 npc/011-6/mapflags.txt mode change 100755 => 100644 npc/012-1/amrak.txt mode change 100755 => 100644 npc/012-1/flowerpentagram2.txt mode change 100755 => 100644 npc/012-1/injured-mouboo.txt mode change 100755 => 100644 npc/012-1/mapflags.txt mode change 100755 => 100644 npc/012-1/shops.txt mode change 100755 => 100644 npc/012-3/mana-seed.txt mode change 100755 => 100644 npc/012-3/mapflags.txt mode change 100755 => 100644 npc/012-3/traveler.txt mode change 100755 => 100644 npc/012-3/warningsigns.txt mode change 100755 => 100644 npc/012-4/mapflags.txt mode change 100755 => 100644 npc/012-4/pvpflag.txt mode change 100755 => 100644 npc/013-1/flowerpentagram.txt mode change 100755 => 100644 npc/013-1/mapflags.txt mode change 100755 => 100644 npc/013-1/sagatha.txt mode change 100755 => 100644 npc/013-1/traveler.txt mode change 100755 => 100644 npc/013-2/apprentice.txt mode change 100755 => 100644 npc/013-2/mapflags.txt mode change 100755 => 100644 npc/013-2/notes.txt mode change 100755 => 100644 npc/013-2/wizard.txt mode change 100755 => 100644 npc/013-3/barrier.txt mode change 100755 => 100644 npc/013-3/mapflags.txt mode change 100755 => 100644 npc/013-3/mask_chest.txt mode change 100755 => 100644 npc/013-3/misc.txt mode change 100755 => 100644 npc/013-3/sword_chest.txt mode change 100755 => 100644 npc/014-1/mapflags.txt mode change 100755 => 100644 npc/014-1/wedding-officiator.txt mode change 100755 => 100644 npc/014-3/mapflags.txt mode change 100755 => 100644 npc/015-1/alice.txt mode change 100755 => 100644 npc/015-1/barrier.txt mode change 100755 => 100644 npc/015-1/mapflags.txt mode change 100755 => 100644 npc/015-1/sword.txt mode change 100755 => 100644 npc/015-3/barrier.txt mode change 100755 => 100644 npc/015-3/katze.txt mode change 100755 => 100644 npc/015-3/mapflags.txt mode change 100755 => 100644 npc/015-3/pot.txt mode change 100755 => 100644 npc/016-1/gwendolyn.txt mode change 100755 => 100644 npc/016-1/mapflags.txt mode change 100755 => 100644 npc/016-1/rossy.txt mode change 100755 => 100644 npc/017-1/flowerpentagram1.txt mode change 100755 => 100644 npc/017-1/flowerpentagram5.txt mode change 100755 => 100644 npc/017-1/mapflags.txt mode change 100755 => 100644 npc/017-2/mapflags.txt mode change 100755 => 100644 npc/017-3/mapflags.txt mode change 100755 => 100644 npc/017-4/guardingspirit.txt mode change 100755 => 100644 npc/017-4/mapflags.txt mode change 100755 => 100644 npc/017-4/orum.txt mode change 100755 => 100644 npc/017-4/waric.txt mode change 100755 => 100644 npc/017-9/mapflags.txt mode change 100755 => 100644 npc/017-9/npcs.txt mode change 100755 => 100644 npc/018-1/flowerpentagram3.txt mode change 100755 => 100644 npc/018-1/mapflags.txt mode change 100755 => 100644 npc/018-1/mike.txt mode change 100755 => 100644 npc/018-1/miners.txt mode change 100755 => 100644 npc/018-1/sword.txt mode change 100755 => 100644 npc/018-2/angus.txt mode change 100755 => 100644 npc/018-2/books.txt mode change 100755 => 100644 npc/018-2/caul.txt mode change 100755 => 100644 npc/018-2/mapflags.txt mode change 100755 => 100644 npc/018-2/miners.txt mode change 100755 => 100644 npc/018-2/receptionist.txt mode change 100755 => 100644 npc/018-3/bookcase.txt mode change 100755 => 100644 npc/018-3/evil-obelisk.txt mode change 100755 => 100644 npc/018-3/mapflags.txt mode change 100755 => 100644 npc/018-3/sword.txt mode change 100755 => 100644 npc/019-1/mapflags.txt mode change 100755 => 100644 npc/019-1/santa_helper.txt mode change 100755 => 100644 npc/019-1/snowman.txt mode change 100755 => 100644 npc/019-3/mapflags.txt mode change 100755 => 100644 npc/019-4/mapflags.txt mode change 100755 => 100644 npc/020-1/KrickKrackKrock.txt mode change 100755 => 100644 npc/020-1/mapflags.txt mode change 100755 => 100644 npc/020-1/rockscissor.txt mode change 100755 => 100644 npc/020-1/soul-menhir.txt mode change 100755 => 100644 npc/020-1/traveler.txt mode change 100755 => 100644 npc/020-1/well.txt mode change 100755 => 100644 npc/020-2/baktar.txt mode change 100755 => 100644 npc/020-2/banker.txt mode change 100755 => 100644 npc/020-2/furquest.txt mode change 100755 => 100644 npc/020-2/mapflags.txt mode change 100755 => 100644 npc/020-2/shops.txt mode change 100755 => 100644 npc/020-3/mapflags.txt mode change 100755 => 100644 npc/021-3/mapflags.txt mode change 100755 => 100644 npc/025-1/barrier.txt mode change 100755 => 100644 npc/025-1/mapflags.txt mode change 100755 => 100644 npc/025-1/reset.txt mode change 100755 => 100644 npc/025-3/barriers.txt mode change 100755 => 100644 npc/025-3/mapflags.txt mode change 100755 => 100644 npc/025-4/battlecaves.txt mode change 100755 => 100644 npc/025-4/clauquer.txt mode change 100755 => 100644 npc/025-4/julia.txt mode change 100755 => 100644 npc/025-4/mapflags.txt mode change 100755 => 100644 npc/026-1/evil_guard.txt mode change 100755 => 100644 npc/026-1/headless_man.txt mode change 100755 => 100644 npc/026-1/husband.txt mode change 100755 => 100644 npc/026-1/mapflags.txt mode change 100755 => 100644 npc/026-1/sign.txt mode change 100755 => 100644 npc/026-1/soul-menhir.txt mode change 100755 => 100644 npc/026-1/traveler.txt mode change 100755 => 100644 npc/026-2/barman.txt mode change 100755 => 100644 npc/026-2/cerhan.txt mode change 100755 => 100644 npc/026-2/crying_child.txt mode change 100755 => 100644 npc/026-2/diary.txt mode change 100755 => 100644 npc/026-2/door.txt mode change 100755 => 100644 npc/026-2/eurni.txt mode change 100755 => 100644 npc/026-2/golbenez.txt mode change 100755 => 100644 npc/026-2/gy_inn_shops.txt mode change 100755 => 100644 npc/026-2/innkeeper.txt mode change 100755 => 100644 npc/026-2/lover.txt mode change 100755 => 100644 npc/026-2/mapflags.txt mode change 100755 => 100644 npc/026-2/testnpcs.txt mode change 100755 => 100644 npc/026-2/werewolf.txt mode change 100755 => 100644 npc/027-1/crypt.txt mode change 100755 => 100644 npc/027-1/graves.txt mode change 100755 => 100644 npc/027-1/mapflags.txt mode change 100755 => 100644 npc/027-2/alacrius.txt mode change 100755 => 100644 npc/027-2/caretaker.txt mode change 100755 => 100644 npc/027-2/mapflags.txt mode change 100755 => 100644 npc/027-2/thurston.txt mode change 100755 => 100644 npc/027-3/casket_traps.txt mode change 100755 => 100644 npc/027-3/general_krukan_door.txt mode change 100755 => 100644 npc/027-3/mapflags.txt mode change 100755 => 100644 npc/027-3/monsters.txt mode change 100755 => 100644 npc/027-4/casket_traps.txt mode change 100755 => 100644 npc/027-4/general_razha_door.txt mode change 100755 => 100644 npc/027-4/mapflags.txt mode change 100755 => 100644 npc/027-4/monsters.txt mode change 100755 => 100644 npc/027-5/casket_traps.txt mode change 100755 => 100644 npc/027-5/general_terogan_door.txt mode change 100755 => 100644 npc/027-5/mapflags.txt mode change 100755 => 100644 npc/027-6/casket_traps.txt mode change 100755 => 100644 npc/027-6/general_krukan.txt mode change 100755 => 100644 npc/027-6/general_krukan_exitdoor.txt mode change 100755 => 100644 npc/027-6/mapflags.txt mode change 100755 => 100644 npc/027-7/general_razha.txt mode change 100755 => 100644 npc/027-7/general_razha_exitdoor.txt mode change 100755 => 100644 npc/027-7/mapflags.txt mode change 100755 => 100644 npc/027-8/general_terogan.txt mode change 100755 => 100644 npc/027-8/general_terogan_exitdoor.txt mode change 100755 => 100644 npc/027-8/mapflags.txt mode change 100755 => 100644 npc/028-1/mapflags.txt mode change 100755 => 100644 npc/028-1/portal.txt mode change 100755 => 100644 npc/028-3/mapflags.txt mode change 100755 => 100644 npc/029-1/aahna.txt mode change 100755 => 100644 npc/029-1/barrier.txt mode change 100755 => 100644 npc/029-1/dock.txt mode change 100755 => 100644 npc/029-1/ferry_master.txt mode change 100755 => 100644 npc/029-1/hasan.txt mode change 100755 => 100644 npc/029-1/hideandseek.txt mode change 100755 => 100644 npc/029-1/kaan.txt mode change 100755 => 100644 npc/029-1/liana.txt mode change 100755 => 100644 npc/029-1/mapflags.txt mode change 100755 => 100644 npc/029-1/monster_guide.txt mode change 100755 => 100644 npc/029-1/rewards_master.txt mode change 100755 => 100644 npc/029-1/soul-menhir.txt mode change 100755 => 100644 npc/029-1/traveler.txt mode change 100755 => 100644 npc/029-1/tutorial.txt mode change 100755 => 100644 npc/029-1/valon.txt mode change 100755 => 100644 npc/029-1/vincent.txt mode change 100755 => 100644 npc/029-1/zegas.txt mode change 100755 => 100644 npc/029-2/bankroom.txt mode change 100755 => 100644 npc/029-2/barrels.txt mode change 100755 => 100644 npc/029-2/barrels_config.txt mode change 100755 => 100644 npc/029-2/cynric.txt mode change 100755 => 100644 npc/029-2/mapflags.txt mode change 100755 => 100644 npc/029-2/morgan.txt mode change 100755 => 100644 npc/029-2/nyle.txt mode change 100755 => 100644 npc/029-2/sorfina.txt mode change 100755 => 100644 npc/029-2/stat_reset.txt mode change 100755 => 100644 npc/029-2/tanisha.txt mode change 100755 => 100644 npc/029-2/two_arms.txt mode change 100755 => 100644 npc/029-3/barrier.txt mode change 100755 => 100644 npc/029-3/mapflags.txt mode change 100755 => 100644 npc/029-3/parua.txt mode change 100755 => 100644 npc/030-2/avalia.txt mode change 100755 => 100644 npc/030-2/basic_npcs.txt mode change 100755 => 100644 npc/030-2/bedding_helper.txt mode change 100755 => 100644 npc/030-2/chief_helper.txt mode change 100755 => 100644 npc/030-2/eljas.txt mode change 100755 => 100644 npc/030-2/empty_boxes_helper.txt mode change 100755 => 100644 npc/030-2/glitter_helper.txt mode change 100755 => 100644 npc/030-2/guards.txt mode change 100755 => 100644 npc/030-2/mapflags.txt mode change 100755 => 100644 npc/030-2/present_helper.txt mode change 100755 => 100644 npc/030-2/roasted_acorns_helper.txt mode change 100755 => 100644 npc/030-2/shipping_helper.txt mode change 100755 => 100644 npc/030-2/storage_helper.txt mode change 100755 => 100644 npc/030-2/wrapping_paper_helper.txt mode change 100755 => 100644 npc/030-3/mapflags.txt mode change 100755 => 100644 npc/030-3/orum_homunculus.txt mode change 100755 => 100644 npc/030-4/mana_battery.txt mode change 100755 => 100644 npc/030-4/mapflags.txt mode change 100755 => 100644 npc/031-1/angelaOutside.txt mode change 100755 => 100644 npc/031-1/dock.txt mode change 100755 => 100644 npc/031-1/frozenbeard.txt mode change 100755 => 100644 npc/031-1/house.txt mode change 100755 => 100644 npc/031-1/mapflags.txt mode change 100755 => 100644 npc/031-2/angelaHouse.txt mode change 100755 => 100644 npc/031-2/cindyHouse.txt mode change 100755 => 100644 npc/031-2/mapflags.txt mode change 100755 => 100644 npc/031-3/labyrinth.txt mode change 100755 => 100644 npc/031-3/mapflags.txt mode change 100755 => 100644 npc/031-4/barrier.txt mode change 100755 => 100644 npc/031-4/cindyCave.txt mode change 100755 => 100644 npc/031-4/mapflags.txt mode change 100755 => 100644 npc/032-3/mapflags.txt mode change 100755 => 100644 npc/033-1/backDoor.txt mode change 100755 => 100644 npc/033-1/barbarianinit.txt mode change 100755 => 100644 npc/033-1/birrod.txt mode change 100755 => 100644 npc/033-1/kimarr.txt mode change 100755 => 100644 npc/033-1/mapflags.txt mode change 100755 => 100644 npc/033-1/traveler.txt mode change 100755 => 100644 npc/033-1/yerrnk.txt mode change 100755 => 100644 npc/034-1/ambushs.txt mode change 100755 => 100644 npc/034-1/mapflags.txt mode change 100755 => 100644 npc/034-1/yetiSpawn.txt mode change 100755 => 100644 npc/034-2/mapflags.txt mode change 100755 => 100644 npc/035-2/casino.txt mode change 100755 => 100644 npc/035-2/emblems.txt mode change 100755 => 100644 npc/035-2/koga.txt mode change 100755 => 100644 npc/035-2/mapflags.txt mode change 100755 => 100644 npc/035-2/shops.txt mode change 100755 => 100644 npc/036-2/casino.txt mode change 100755 => 100644 npc/036-2/emblems.txt mode change 100755 => 100644 npc/036-2/koga-candor.txt mode change 100755 => 100644 npc/036-2/mapflags.txt mode change 100755 => 100644 npc/036-2/shops.txt mode change 100755 => 100644 npc/043-3/mapflags.txt mode change 100755 => 100644 npc/043-4/mapflags.txt mode change 100755 => 100644 npc/045-1/mapflags.txt mode change 100755 => 100644 npc/046-1/mapflags.txt mode change 100755 => 100644 npc/046-3/mapflags.txt mode change 100755 => 100644 npc/047-1/mapflags.txt mode change 100755 => 100644 npc/047-3/mapflags.txt mode change 100755 => 100644 npc/048-2/bluesageConfig.txt mode change 100755 => 100644 npc/048-2/helperAccused.txt mode change 100755 => 100644 npc/048-2/helperBookpages1.txt mode change 100755 => 100644 npc/048-2/helperBookpages2.txt mode change 100755 => 100644 npc/048-2/helperBookpages3.txt mode change 100755 => 100644 npc/048-2/helperChief.txt mode change 100755 => 100644 npc/048-2/helperCleaning1.txt mode change 100755 => 100644 npc/048-2/helperCleaning2.txt mode change 100755 => 100644 npc/048-2/helperCleaning3.txt mode change 100755 => 100644 npc/048-2/helperCleaning4.txt mode change 100755 => 100644 npc/048-2/helperCleaning5.txt mode change 100755 => 100644 npc/048-2/helperJanitor.txt mode change 100755 => 100644 npc/048-2/helperMInk.txt mode change 100755 => 100644 npc/048-2/helperMReed.txt mode change 100755 => 100644 npc/048-2/helperMSilk.txt mode change 100755 => 100644 npc/048-2/helperMYetiClaw.txt mode change 100755 => 100644 npc/048-2/helperResting1.txt mode change 100755 => 100644 npc/048-2/helperResting2.txt mode change 100755 => 100644 npc/048-2/mapflags.txt mode change 100755 => 100644 npc/048-2/sageNikolai.txt mode change 100755 => 100644 npc/048-2/slimes.txt mode change 100755 => 100644 npc/048-2/traveler.txt mode change 100755 => 100644 npc/048-2/visitors.txt mode change 100755 => 100644 npc/051-1/desert.txt mode change 100755 => 100644 npc/051-1/desertmonsters.txt mode change 100755 => 100644 npc/051-1/forest.txt mode change 100755 => 100644 npc/051-1/forestmonsters.txt mode change 100755 => 100644 npc/051-1/janitor.txt mode change 100755 => 100644 npc/051-1/mapflags.txt mode change 100755 => 100644 npc/051-3/ambush.txt mode change 100755 => 100644 npc/051-3/jailslimes.txt mode change 100755 => 100644 npc/051-3/janitor.txt mode change 100755 => 100644 npc/051-3/locks.txt mode change 100755 => 100644 npc/051-3/mapflags.txt mode change 100755 => 100644 npc/051-3/reinforcements.txt mode change 100755 => 100644 npc/052-1/channelling.txt mode change 100755 => 100644 npc/052-1/janitor.txt mode change 100755 => 100644 npc/052-1/mapflags.txt mode change 100755 => 100644 npc/052-2/chest.txt mode change 100755 => 100644 npc/052-2/janitor.txt mode change 100755 => 100644 npc/052-2/lobby.txt mode change 100755 => 100644 npc/052-2/mapflags.txt mode change 100755 => 100644 npc/052-2/partyroom.txt mode change 100755 => 100644 npc/052-2/storage.txt mode change 100755 => 100644 npc/055-1/flowerpentagram4.txt mode change 100755 => 100644 npc/055-1/mapflags.txt mode change 100755 => 100644 npc/055-1/pumpkins.txt mode change 100755 => 100644 npc/055-1/traveler.txt mode change 100755 => 100644 npc/055-3/mapflags.txt mode change 100755 => 100644 npc/056-2/barrier.txt mode change 100755 => 100644 npc/056-2/mapflags.txt mode change 100755 => 100644 npc/056-2/mirak.txt mode change 100755 => 100644 npc/056-2/notes.txt mode change 100755 => 100644 npc/057-1/mapflags.txt mode change 100755 => 100644 npc/_import.txt mode change 100755 => 100644 npc/annuals/check_time.txt mode change 100755 => 100644 npc/annuals/fathertime.txt mode change 100755 => 100644 npc/annuals/halloween/config.txt mode change 100755 => 100644 npc/annuals/halloween/debug.txt mode change 100755 => 100644 npc/annuals/halloween/munro.txt mode change 100755 => 100644 npc/annuals/halloween/trick_or_treat.txt mode change 100755 => 100644 npc/annuals/tree_beard.txt mode change 100755 => 100644 npc/annuals/xmas/barriers.txt mode change 100755 => 100644 npc/annuals/xmas/config.txt mode change 100755 => 100644 npc/annuals/xmas/core.txt mode change 100755 => 100644 npc/annuals/xmas/debug.txt mode change 100755 => 100644 npc/annuals/xmas/helpers.txt mode change 100755 => 100644 npc/annuals/xmas/list.txt mode change 100755 => 100644 npc/annuals/xmas/mobmanager.txt mode change 100755 => 100644 npc/annuals/xmas/reagents.txt mode change 100755 => 100644 npc/annuals/xmas/states.txt mode change 100755 => 100644 npc/botcheck/mapflags.txt mode change 100755 => 100644 npc/commands/debug.txt mode change 100755 => 100644 npc/commands/numa.txt mode change 100755 => 100644 npc/functions/DyeConfig.txt mode change 100755 => 100644 npc/functions/announcements.txt mode change 100755 => 100644 npc/functions/banker.txt mode change 100755 => 100644 npc/functions/barber.txt mode change 100755 => 100644 npc/functions/clear_vars.txt mode change 100755 => 100644 npc/functions/dailyquest.txt mode change 100755 => 100644 npc/functions/default_npc_checks.txt mode change 100755 => 100644 npc/functions/dynamic_menu.txt mode change 100755 => 100644 npc/functions/evil_obelisk.txt mode change 100755 => 100644 npc/functions/ferry.txt mode change 100755 => 100644 npc/functions/game_rules.txt mode change 100755 => 100644 npc/functions/global_event_handler.txt mode change 100755 => 100644 npc/functions/gm_island.txt mode change 100755 => 100644 npc/functions/headstyles.txt mode change 100755 => 100644 npc/functions/inn.txt mode change 100755 => 100644 npc/functions/jesusalvatr.txt mode change 100755 => 100644 npc/functions/lockpicking.txt mode change 100755 => 100644 npc/functions/magic.txt mode change 100755 => 100644 npc/functions/mob_points.txt mode change 100755 => 100644 npc/functions/motd.txt mode change 100755 => 100644 npc/functions/motdconfig.txt mode change 100755 => 100644 npc/functions/process_equip.txt mode change 100755 => 100644 npc/functions/quiz.txt mode change 100755 => 100644 npc/functions/slot_machine.txt mode change 100755 => 100644 npc/functions/soul_menhir.txt mode change 100755 => 100644 npc/functions/stat_reset.txt mode change 100755 => 100644 npc/functions/time.txt mode change 100755 => 100644 npc/functions/travelers.txt mode change 100755 => 100644 npc/functions/undead_debug.txt mode change 100755 => 100644 npc/functions/water_bottle.txt mode change 100755 => 100644 npc/items/check_wand.txt mode change 100755 => 100644 npc/items/launcher_ammo.txt mode change 100755 => 100644 npc/items/mirror.txt mode change 100755 => 100644 npc/items/pickled_beets.txt mode change 100755 => 100644 npc/items/purification_potion.txt mode change 100755 => 100644 npc/items/require_stat.txt mode change 100755 => 100644 npc/items/restricted_item.txt mode change 100755 => 100644 npc/items/rubber_bat.txt mode change 100755 => 100644 npc/items/scissors.txt mode change 100755 => 100644 npc/items/shock_sweet.txt mode change 100755 => 100644 npc/items/unequipcb.txt mode change 100755 => 100644 npc/items/unreleased_item.txt mode change 100755 => 100644 npc/items/warpTowels.txt mode change 100644 => 100755 npc/pre-re/scripts_main.conf (limited to 'npc/017-1/flowerpentagram1.txt') diff --git a/npc/001-1/adrian.txt b/npc/001-1/adrian.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/ched.txt b/npc/001-1/ched.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/children.txt b/npc/001-1/children.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/constable.txt b/npc/001-1/constable.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/dock.txt b/npc/001-1/dock.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/eomie.txt b/npc/001-1/eomie.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/ferry_master.txt b/npc/001-1/ferry_master.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/gate_guards.txt b/npc/001-1/gate_guards.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/gossip.txt b/npc/001-1/gossip.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/guards.txt b/npc/001-1/guards.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/inac.txt b/npc/001-1/inac.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/mapflags.txt b/npc/001-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/north_shops.txt b/npc/001-1/north_shops.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/npcs.txt b/npc/001-1/npcs.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/sewer_east.txt b/npc/001-1/sewer_east.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/sewer_north.txt b/npc/001-1/sewer_north.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/stat_reset.txt b/npc/001-1/stat_reset.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/tinris.txt b/npc/001-1/tinris.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/tombstones.txt b/npc/001-1/tombstones.txt old mode 100755 new mode 100644 diff --git a/npc/001-1/weellos.txt b/npc/001-1/weellos.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/bank.txt b/npc/001-2/bank.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/david.txt b/npc/001-2/david.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/fieri.txt b/npc/001-2/fieri.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/forge_shops.txt b/npc/001-2/forge_shops.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/government_building.txt b/npc/001-2/government_building.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/heathin.txt b/npc/001-2/heathin.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/jhedia.txt b/npc/001-2/jhedia.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/manakins.txt b/npc/001-2/manakins.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/mapflags.txt b/npc/001-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/pauline.txt b/npc/001-2/pauline.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/sandra.txt b/npc/001-2/sandra.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/tathin.txt b/npc/001-2/tathin.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/tondar.txt b/npc/001-2/tondar.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/wizards.txt b/npc/001-2/wizards.txt old mode 100755 new mode 100644 diff --git a/npc/001-2/yanis.txt b/npc/001-2/yanis.txt old mode 100755 new mode 100644 diff --git a/npc/001-3/guards.txt b/npc/001-3/guards.txt old mode 100755 new mode 100644 diff --git a/npc/001-3/mapflags.txt b/npc/001-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/001-3/pvpflag.txt b/npc/001-3/pvpflag.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/anwar.txt b/npc/002-1/anwar.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/bard.txt b/npc/002-1/bard.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/gaurds.txt b/npc/002-1/gaurds.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/itka.txt b/npc/002-1/itka.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/lieutenant_dausen.txt b/npc/002-1/lieutenant_dausen.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/luca.txt b/npc/002-1/luca.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/mapflags.txt b/npc/002-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/mine_debug.txt b/npc/002-1/mine_debug.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/nickos.txt b/npc/002-1/nickos.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/nomads.txt b/npc/002-1/nomads.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/npcs.txt b/npc/002-1/npcs.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/sarah.txt b/npc/002-1/sarah.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/soul-menhir.txt b/npc/002-1/soul-menhir.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/stewen.txt b/npc/002-1/stewen.txt old mode 100755 new mode 100644 diff --git a/npc/002-1/traveler.txt b/npc/002-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/bakery.txt b/npc/002-2/bakery.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/barber.txt b/npc/002-2/barber.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/bleacher.txt b/npc/002-2/bleacher.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/casino.txt b/npc/002-2/casino.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/dedication.txt b/npc/002-2/dedication.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/hetchel.txt b/npc/002-2/hetchel.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/imec.txt b/npc/002-2/imec.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/inya.txt b/npc/002-2/inya.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/kps.txt b/npc/002-2/kps.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/kylian.txt b/npc/002-2/kylian.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/latoy.txt b/npc/002-2/latoy.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/mapflags.txt b/npc/002-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/omar.txt b/npc/002-2/omar.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/phaet.txt b/npc/002-2/phaet.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/rebecca.txt b/npc/002-2/rebecca.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/shops.txt b/npc/002-2/shops.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/stranger.txt b/npc/002-2/stranger.txt old mode 100755 new mode 100644 diff --git a/npc/002-2/troupe_leader.txt b/npc/002-2/troupe_leader.txt old mode 100755 new mode 100644 diff --git a/npc/002-3/mapflags.txt b/npc/002-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/002-3/merchant.txt b/npc/002-3/merchant.txt old mode 100755 new mode 100644 diff --git a/npc/002-3/mining_camp_barrier.txt b/npc/002-3/mining_camp_barrier.txt old mode 100755 new mode 100644 diff --git a/npc/002-3/nathan.txt b/npc/002-3/nathan.txt old mode 100755 new mode 100644 diff --git a/npc/002-3/traveler.txt b/npc/002-3/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/002-4/mapflags.txt b/npc/002-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/002-4/mine_triggerone.txt b/npc/002-4/mine_triggerone.txt old mode 100755 new mode 100644 diff --git a/npc/002-4/mine_triggerthree.txt b/npc/002-4/mine_triggerthree.txt old mode 100755 new mode 100644 diff --git a/npc/002-4/mine_triggertwo.txt b/npc/002-4/mine_triggertwo.txt old mode 100755 new mode 100644 diff --git a/npc/002-4/naem.txt b/npc/002-4/naem.txt old mode 100755 new mode 100644 diff --git a/npc/002-4/underground_palace_barrier.txt b/npc/002-4/underground_palace_barrier.txt old mode 100755 new mode 100644 diff --git a/npc/002-5/chest.txt b/npc/002-5/chest.txt old mode 100755 new mode 100644 diff --git a/npc/002-5/mapflags.txt b/npc/002-5/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/002-5/sema.txt b/npc/002-5/sema.txt old mode 100755 new mode 100644 diff --git a/npc/004-3/mapflags.txt b/npc/004-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/004-4/mapflags.txt b/npc/004-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/004-5/chest.txt b/npc/004-5/chest.txt old mode 100755 new mode 100644 diff --git a/npc/004-5/mapflags.txt b/npc/004-5/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/005-3/mapflags.txt b/npc/005-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/mapflags.txt b/npc/006-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/mika.txt b/npc/006-1/mika.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/miriam.txt b/npc/006-1/miriam.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/pachua.txt b/npc/006-1/pachua.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/spirit.txt b/npc/006-1/spirit.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/traveler.txt b/npc/006-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/006-1/tree.txt b/npc/006-1/tree.txt old mode 100755 new mode 100644 diff --git a/npc/006-2/mapflags.txt b/npc/006-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/006-2/npcs.txt b/npc/006-2/npcs.txt old mode 100755 new mode 100644 diff --git a/npc/006-2/shops.txt b/npc/006-2/shops.txt old mode 100755 new mode 100644 diff --git a/npc/006-3/mapflags.txt b/npc/006-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/007-1/mapflags.txt b/npc/007-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/007-1/voltain.txt b/npc/007-1/voltain.txt old mode 100755 new mode 100644 diff --git a/npc/007-2/witch.txt b/npc/007-2/witch.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/andra.txt b/npc/008-1/andra.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/annualeaster.txt b/npc/008-1/annualeaster.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/banu.txt b/npc/008-1/banu.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/diryn.txt b/npc/008-1/diryn.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/dock.txt b/npc/008-1/dock.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/george.txt b/npc/008-1/george.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/hinnak.txt b/npc/008-1/hinnak.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/mapflags.txt b/npc/008-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/008-1/mikhail.txt b/npc/008-1/mikhail.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/constable.txt b/npc/009-1/constable.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/guide.txt b/npc/009-1/guide.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/jack.txt b/npc/009-1/jack.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/mapflags.txt b/npc/009-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/milly.txt b/npc/009-1/milly.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/old_man.txt b/npc/009-1/old_man.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/old_woman.txt b/npc/009-1/old_woman.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/sabine.txt b/npc/009-1/sabine.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/soul-menhir.txt b/npc/009-1/soul-menhir.txt old mode 100755 new mode 100644 diff --git a/npc/009-1/water_pump.txt b/npc/009-1/water_pump.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/airlia.txt b/npc/009-2/airlia.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/alan.txt b/npc/009-2/alan.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/bernard.txt b/npc/009-2/bernard.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/doctor.txt b/npc/009-2/doctor.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/drunks.txt b/npc/009-2/drunks.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/entertainer.txt b/npc/009-2/entertainer.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/inspector.txt b/npc/009-2/inspector.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/kfahr.txt b/npc/009-2/kfahr.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/lena.txt b/npc/009-2/lena.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/mapflags.txt b/npc/009-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/misc.txt b/npc/009-2/misc.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/nicholas.txt b/npc/009-2/nicholas.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/nurse.txt b/npc/009-2/nurse.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/olana.txt b/npc/009-2/olana.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/peter.txt b/npc/009-2/peter.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/richard.txt b/npc/009-2/richard.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/selim.txt b/npc/009-2/selim.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/shops.txt b/npc/009-2/shops.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/trader.txt b/npc/009-2/trader.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/waitress.txt b/npc/009-2/waitress.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt old mode 100755 new mode 100644 diff --git a/npc/009-2/yalina.txt b/npc/009-2/yalina.txt old mode 100755 new mode 100644 diff --git a/npc/009-3/mapflags.txt b/npc/009-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-3/sword.txt b/npc/009-3/sword.txt old mode 100755 new mode 100644 diff --git a/npc/009-3/warp.txt b/npc/009-3/warp.txt old mode 100755 new mode 100644 diff --git a/npc/009-4/barriers.txt b/npc/009-4/barriers.txt old mode 100755 new mode 100644 diff --git a/npc/009-4/mapflags.txt b/npc/009-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-4/orum.txt b/npc/009-4/orum.txt old mode 100755 new mode 100644 diff --git a/npc/009-4/orum_warps.txt b/npc/009-4/orum_warps.txt old mode 100755 new mode 100644 diff --git a/npc/009-4/torches.txt b/npc/009-4/torches.txt old mode 100755 new mode 100644 diff --git a/npc/009-4/waric.txt b/npc/009-4/waric.txt old mode 100755 new mode 100644 diff --git a/npc/009-5/mapflags.txt b/npc/009-5/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-6/brodomir.txt b/npc/009-6/brodomir.txt old mode 100755 new mode 100644 diff --git a/npc/009-6/mapflags.txt b/npc/009-6/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/battlemaster.txt b/npc/009-7/battlemaster.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/core.txt b/npc/009-7/core.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/debug.txt b/npc/009-7/debug.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/eventHandler.txt b/npc/009-7/eventHandler.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/mapflags.txt b/npc/009-7/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/rouge.txt b/npc/009-7/rouge.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/shops.txt b/npc/009-7/shops.txt old mode 100755 new mode 100644 diff --git a/npc/009-7/trapdoor.txt b/npc/009-7/trapdoor.txt old mode 100755 new mode 100644 diff --git a/npc/009-8/celestia.txt b/npc/009-8/celestia.txt old mode 100755 new mode 100644 diff --git a/npc/009-8/mapflags.txt b/npc/009-8/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/010-1/mapflags.txt b/npc/010-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/band.txt b/npc/010-2/band.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/chef.txt b/npc/010-2/chef.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/dimonds.txt b/npc/010-2/dimonds.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/doug.txt b/npc/010-2/doug.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/loratay.txt b/npc/010-2/loratay.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/mapflags.txt b/npc/010-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/010-2/workers.txt b/npc/010-2/workers.txt old mode 100755 new mode 100644 diff --git a/npc/011-1/alchemist.txt b/npc/011-1/alchemist.txt old mode 100755 new mode 100644 diff --git a/npc/011-1/auldsbel.txt b/npc/011-1/auldsbel.txt old mode 100755 new mode 100644 diff --git a/npc/011-1/mapflags.txt b/npc/011-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/011-1/oscar.txt b/npc/011-1/oscar.txt old mode 100755 new mode 100644 diff --git a/npc/011-1/shops.txt b/npc/011-1/shops.txt old mode 100755 new mode 100644 diff --git a/npc/011-3/hermit.txt b/npc/011-3/hermit.txt old mode 100755 new mode 100644 diff --git a/npc/011-3/mapflags.txt b/npc/011-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/011-4/bl_barrier.txt b/npc/011-4/bl_barrier.txt old mode 100755 new mode 100644 diff --git a/npc/011-4/mapflags.txt b/npc/011-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/011-6/barrier.txt b/npc/011-6/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/011-6/bryant.txt b/npc/011-6/bryant.txt old mode 100755 new mode 100644 diff --git a/npc/011-6/crastur.txt b/npc/011-6/crastur.txt old mode 100755 new mode 100644 diff --git a/npc/011-6/mapflags.txt b/npc/011-6/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/012-1/amrak.txt b/npc/012-1/amrak.txt old mode 100755 new mode 100644 diff --git a/npc/012-1/flowerpentagram2.txt b/npc/012-1/flowerpentagram2.txt old mode 100755 new mode 100644 diff --git a/npc/012-1/injured-mouboo.txt b/npc/012-1/injured-mouboo.txt old mode 100755 new mode 100644 diff --git a/npc/012-1/mapflags.txt b/npc/012-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/012-1/shops.txt b/npc/012-1/shops.txt old mode 100755 new mode 100644 diff --git a/npc/012-3/mana-seed.txt b/npc/012-3/mana-seed.txt old mode 100755 new mode 100644 diff --git a/npc/012-3/mapflags.txt b/npc/012-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/012-3/traveler.txt b/npc/012-3/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/012-3/warningsigns.txt b/npc/012-3/warningsigns.txt old mode 100755 new mode 100644 diff --git a/npc/012-4/mapflags.txt b/npc/012-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/012-4/pvpflag.txt b/npc/012-4/pvpflag.txt old mode 100755 new mode 100644 diff --git a/npc/013-1/flowerpentagram.txt b/npc/013-1/flowerpentagram.txt old mode 100755 new mode 100644 diff --git a/npc/013-1/mapflags.txt b/npc/013-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/013-1/sagatha.txt b/npc/013-1/sagatha.txt old mode 100755 new mode 100644 diff --git a/npc/013-1/traveler.txt b/npc/013-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/013-2/apprentice.txt b/npc/013-2/apprentice.txt old mode 100755 new mode 100644 diff --git a/npc/013-2/mapflags.txt b/npc/013-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/013-2/notes.txt b/npc/013-2/notes.txt old mode 100755 new mode 100644 diff --git a/npc/013-2/wizard.txt b/npc/013-2/wizard.txt old mode 100755 new mode 100644 diff --git a/npc/013-3/barrier.txt b/npc/013-3/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/013-3/mapflags.txt b/npc/013-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/013-3/mask_chest.txt b/npc/013-3/mask_chest.txt old mode 100755 new mode 100644 diff --git a/npc/013-3/misc.txt b/npc/013-3/misc.txt old mode 100755 new mode 100644 diff --git a/npc/013-3/sword_chest.txt b/npc/013-3/sword_chest.txt old mode 100755 new mode 100644 diff --git a/npc/014-1/mapflags.txt b/npc/014-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/014-1/wedding-officiator.txt b/npc/014-1/wedding-officiator.txt old mode 100755 new mode 100644 diff --git a/npc/014-3/mapflags.txt b/npc/014-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/015-1/alice.txt b/npc/015-1/alice.txt old mode 100755 new mode 100644 diff --git a/npc/015-1/barrier.txt b/npc/015-1/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/015-1/mapflags.txt b/npc/015-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/015-1/sword.txt b/npc/015-1/sword.txt old mode 100755 new mode 100644 diff --git a/npc/015-3/barrier.txt b/npc/015-3/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/015-3/katze.txt b/npc/015-3/katze.txt old mode 100755 new mode 100644 diff --git a/npc/015-3/mapflags.txt b/npc/015-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/015-3/pot.txt b/npc/015-3/pot.txt old mode 100755 new mode 100644 diff --git a/npc/016-1/gwendolyn.txt b/npc/016-1/gwendolyn.txt old mode 100755 new mode 100644 diff --git a/npc/016-1/mapflags.txt b/npc/016-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/016-1/rossy.txt b/npc/016-1/rossy.txt old mode 100755 new mode 100644 diff --git a/npc/017-1/flowerpentagram1.txt b/npc/017-1/flowerpentagram1.txt old mode 100755 new mode 100644 diff --git a/npc/017-1/flowerpentagram5.txt b/npc/017-1/flowerpentagram5.txt old mode 100755 new mode 100644 diff --git a/npc/017-1/mapflags.txt b/npc/017-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/017-2/mapflags.txt b/npc/017-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/017-3/mapflags.txt b/npc/017-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/017-4/guardingspirit.txt b/npc/017-4/guardingspirit.txt old mode 100755 new mode 100644 diff --git a/npc/017-4/mapflags.txt b/npc/017-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/017-4/orum.txt b/npc/017-4/orum.txt old mode 100755 new mode 100644 diff --git a/npc/017-4/waric.txt b/npc/017-4/waric.txt old mode 100755 new mode 100644 diff --git a/npc/017-9/mapflags.txt b/npc/017-9/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt old mode 100755 new mode 100644 diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt old mode 100755 new mode 100644 diff --git a/npc/018-1/mapflags.txt b/npc/018-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/018-1/mike.txt b/npc/018-1/mike.txt old mode 100755 new mode 100644 diff --git a/npc/018-1/miners.txt b/npc/018-1/miners.txt old mode 100755 new mode 100644 diff --git a/npc/018-1/sword.txt b/npc/018-1/sword.txt old mode 100755 new mode 100644 diff --git a/npc/018-2/angus.txt b/npc/018-2/angus.txt old mode 100755 new mode 100644 diff --git a/npc/018-2/books.txt b/npc/018-2/books.txt old mode 100755 new mode 100644 diff --git a/npc/018-2/caul.txt b/npc/018-2/caul.txt old mode 100755 new mode 100644 diff --git a/npc/018-2/mapflags.txt b/npc/018-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/018-2/miners.txt b/npc/018-2/miners.txt old mode 100755 new mode 100644 diff --git a/npc/018-2/receptionist.txt b/npc/018-2/receptionist.txt old mode 100755 new mode 100644 diff --git a/npc/018-3/bookcase.txt b/npc/018-3/bookcase.txt old mode 100755 new mode 100644 diff --git a/npc/018-3/evil-obelisk.txt b/npc/018-3/evil-obelisk.txt old mode 100755 new mode 100644 diff --git a/npc/018-3/mapflags.txt b/npc/018-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/018-3/sword.txt b/npc/018-3/sword.txt old mode 100755 new mode 100644 diff --git a/npc/019-1/mapflags.txt b/npc/019-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/019-1/santa_helper.txt b/npc/019-1/santa_helper.txt old mode 100755 new mode 100644 diff --git a/npc/019-1/snowman.txt b/npc/019-1/snowman.txt old mode 100755 new mode 100644 diff --git a/npc/019-3/mapflags.txt b/npc/019-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/019-4/mapflags.txt b/npc/019-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/020-1/KrickKrackKrock.txt b/npc/020-1/KrickKrackKrock.txt old mode 100755 new mode 100644 diff --git a/npc/020-1/mapflags.txt b/npc/020-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/020-1/rockscissor.txt b/npc/020-1/rockscissor.txt old mode 100755 new mode 100644 diff --git a/npc/020-1/soul-menhir.txt b/npc/020-1/soul-menhir.txt old mode 100755 new mode 100644 diff --git a/npc/020-1/traveler.txt b/npc/020-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/020-1/well.txt b/npc/020-1/well.txt old mode 100755 new mode 100644 diff --git a/npc/020-2/baktar.txt b/npc/020-2/baktar.txt old mode 100755 new mode 100644 diff --git a/npc/020-2/banker.txt b/npc/020-2/banker.txt old mode 100755 new mode 100644 diff --git a/npc/020-2/furquest.txt b/npc/020-2/furquest.txt old mode 100755 new mode 100644 diff --git a/npc/020-2/mapflags.txt b/npc/020-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/020-2/shops.txt b/npc/020-2/shops.txt old mode 100755 new mode 100644 diff --git a/npc/020-3/mapflags.txt b/npc/020-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/021-3/mapflags.txt b/npc/021-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/025-1/barrier.txt b/npc/025-1/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/025-1/mapflags.txt b/npc/025-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/025-1/reset.txt b/npc/025-1/reset.txt old mode 100755 new mode 100644 diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt old mode 100755 new mode 100644 diff --git a/npc/025-3/mapflags.txt b/npc/025-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/025-4/battlecaves.txt b/npc/025-4/battlecaves.txt old mode 100755 new mode 100644 diff --git a/npc/025-4/clauquer.txt b/npc/025-4/clauquer.txt old mode 100755 new mode 100644 diff --git a/npc/025-4/julia.txt b/npc/025-4/julia.txt old mode 100755 new mode 100644 diff --git a/npc/025-4/mapflags.txt b/npc/025-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/evil_guard.txt b/npc/026-1/evil_guard.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/headless_man.txt b/npc/026-1/headless_man.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/husband.txt b/npc/026-1/husband.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/mapflags.txt b/npc/026-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/sign.txt b/npc/026-1/sign.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/soul-menhir.txt b/npc/026-1/soul-menhir.txt old mode 100755 new mode 100644 diff --git a/npc/026-1/traveler.txt b/npc/026-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/barman.txt b/npc/026-2/barman.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/cerhan.txt b/npc/026-2/cerhan.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/crying_child.txt b/npc/026-2/crying_child.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/diary.txt b/npc/026-2/diary.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/door.txt b/npc/026-2/door.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/eurni.txt b/npc/026-2/eurni.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/golbenez.txt b/npc/026-2/golbenez.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/gy_inn_shops.txt b/npc/026-2/gy_inn_shops.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/innkeeper.txt b/npc/026-2/innkeeper.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/lover.txt b/npc/026-2/lover.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/mapflags.txt b/npc/026-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/testnpcs.txt b/npc/026-2/testnpcs.txt old mode 100755 new mode 100644 diff --git a/npc/026-2/werewolf.txt b/npc/026-2/werewolf.txt old mode 100755 new mode 100644 diff --git a/npc/027-1/crypt.txt b/npc/027-1/crypt.txt old mode 100755 new mode 100644 diff --git a/npc/027-1/graves.txt b/npc/027-1/graves.txt old mode 100755 new mode 100644 diff --git a/npc/027-1/mapflags.txt b/npc/027-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-2/alacrius.txt b/npc/027-2/alacrius.txt old mode 100755 new mode 100644 diff --git a/npc/027-2/caretaker.txt b/npc/027-2/caretaker.txt old mode 100755 new mode 100644 diff --git a/npc/027-2/mapflags.txt b/npc/027-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-2/thurston.txt b/npc/027-2/thurston.txt old mode 100755 new mode 100644 diff --git a/npc/027-3/casket_traps.txt b/npc/027-3/casket_traps.txt old mode 100755 new mode 100644 diff --git a/npc/027-3/general_krukan_door.txt b/npc/027-3/general_krukan_door.txt old mode 100755 new mode 100644 diff --git a/npc/027-3/mapflags.txt b/npc/027-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-3/monsters.txt b/npc/027-3/monsters.txt old mode 100755 new mode 100644 diff --git a/npc/027-4/casket_traps.txt b/npc/027-4/casket_traps.txt old mode 100755 new mode 100644 diff --git a/npc/027-4/general_razha_door.txt b/npc/027-4/general_razha_door.txt old mode 100755 new mode 100644 diff --git a/npc/027-4/mapflags.txt b/npc/027-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-4/monsters.txt b/npc/027-4/monsters.txt old mode 100755 new mode 100644 diff --git a/npc/027-5/casket_traps.txt b/npc/027-5/casket_traps.txt old mode 100755 new mode 100644 diff --git a/npc/027-5/general_terogan_door.txt b/npc/027-5/general_terogan_door.txt old mode 100755 new mode 100644 diff --git a/npc/027-5/mapflags.txt b/npc/027-5/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-6/casket_traps.txt b/npc/027-6/casket_traps.txt old mode 100755 new mode 100644 diff --git a/npc/027-6/general_krukan.txt b/npc/027-6/general_krukan.txt old mode 100755 new mode 100644 diff --git a/npc/027-6/general_krukan_exitdoor.txt b/npc/027-6/general_krukan_exitdoor.txt old mode 100755 new mode 100644 diff --git a/npc/027-6/mapflags.txt b/npc/027-6/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-7/general_razha.txt b/npc/027-7/general_razha.txt old mode 100755 new mode 100644 diff --git a/npc/027-7/general_razha_exitdoor.txt b/npc/027-7/general_razha_exitdoor.txt old mode 100755 new mode 100644 diff --git a/npc/027-7/mapflags.txt b/npc/027-7/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/027-8/general_terogan.txt b/npc/027-8/general_terogan.txt old mode 100755 new mode 100644 diff --git a/npc/027-8/general_terogan_exitdoor.txt b/npc/027-8/general_terogan_exitdoor.txt old mode 100755 new mode 100644 diff --git a/npc/027-8/mapflags.txt b/npc/027-8/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/028-1/mapflags.txt b/npc/028-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/028-1/portal.txt b/npc/028-1/portal.txt old mode 100755 new mode 100644 diff --git a/npc/028-3/mapflags.txt b/npc/028-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/aahna.txt b/npc/029-1/aahna.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/barrier.txt b/npc/029-1/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/dock.txt b/npc/029-1/dock.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/ferry_master.txt b/npc/029-1/ferry_master.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/hasan.txt b/npc/029-1/hasan.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/hideandseek.txt b/npc/029-1/hideandseek.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/kaan.txt b/npc/029-1/kaan.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/liana.txt b/npc/029-1/liana.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/mapflags.txt b/npc/029-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/monster_guide.txt b/npc/029-1/monster_guide.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/rewards_master.txt b/npc/029-1/rewards_master.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/soul-menhir.txt b/npc/029-1/soul-menhir.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/traveler.txt b/npc/029-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/tutorial.txt b/npc/029-1/tutorial.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/valon.txt b/npc/029-1/valon.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/vincent.txt b/npc/029-1/vincent.txt old mode 100755 new mode 100644 diff --git a/npc/029-1/zegas.txt b/npc/029-1/zegas.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/bankroom.txt b/npc/029-2/bankroom.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/barrels.txt b/npc/029-2/barrels.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/barrels_config.txt b/npc/029-2/barrels_config.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/cynric.txt b/npc/029-2/cynric.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/mapflags.txt b/npc/029-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/morgan.txt b/npc/029-2/morgan.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/nyle.txt b/npc/029-2/nyle.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/sorfina.txt b/npc/029-2/sorfina.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/stat_reset.txt b/npc/029-2/stat_reset.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/tanisha.txt b/npc/029-2/tanisha.txt old mode 100755 new mode 100644 diff --git a/npc/029-2/two_arms.txt b/npc/029-2/two_arms.txt old mode 100755 new mode 100644 diff --git a/npc/029-3/barrier.txt b/npc/029-3/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/029-3/mapflags.txt b/npc/029-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/029-3/parua.txt b/npc/029-3/parua.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/avalia.txt b/npc/030-2/avalia.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/basic_npcs.txt b/npc/030-2/basic_npcs.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/bedding_helper.txt b/npc/030-2/bedding_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/chief_helper.txt b/npc/030-2/chief_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/eljas.txt b/npc/030-2/eljas.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/empty_boxes_helper.txt b/npc/030-2/empty_boxes_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/glitter_helper.txt b/npc/030-2/glitter_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/guards.txt b/npc/030-2/guards.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/mapflags.txt b/npc/030-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/present_helper.txt b/npc/030-2/present_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/roasted_acorns_helper.txt b/npc/030-2/roasted_acorns_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/shipping_helper.txt b/npc/030-2/shipping_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/storage_helper.txt b/npc/030-2/storage_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-2/wrapping_paper_helper.txt b/npc/030-2/wrapping_paper_helper.txt old mode 100755 new mode 100644 diff --git a/npc/030-3/mapflags.txt b/npc/030-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/030-3/orum_homunculus.txt b/npc/030-3/orum_homunculus.txt old mode 100755 new mode 100644 diff --git a/npc/030-4/mana_battery.txt b/npc/030-4/mana_battery.txt old mode 100755 new mode 100644 diff --git a/npc/030-4/mapflags.txt b/npc/030-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/031-1/angelaOutside.txt b/npc/031-1/angelaOutside.txt old mode 100755 new mode 100644 diff --git a/npc/031-1/dock.txt b/npc/031-1/dock.txt old mode 100755 new mode 100644 diff --git a/npc/031-1/frozenbeard.txt b/npc/031-1/frozenbeard.txt old mode 100755 new mode 100644 diff --git a/npc/031-1/house.txt b/npc/031-1/house.txt old mode 100755 new mode 100644 diff --git a/npc/031-1/mapflags.txt b/npc/031-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/031-2/angelaHouse.txt b/npc/031-2/angelaHouse.txt old mode 100755 new mode 100644 diff --git a/npc/031-2/cindyHouse.txt b/npc/031-2/cindyHouse.txt old mode 100755 new mode 100644 diff --git a/npc/031-2/mapflags.txt b/npc/031-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/031-3/labyrinth.txt b/npc/031-3/labyrinth.txt old mode 100755 new mode 100644 diff --git a/npc/031-3/mapflags.txt b/npc/031-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/031-4/barrier.txt b/npc/031-4/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/031-4/cindyCave.txt b/npc/031-4/cindyCave.txt old mode 100755 new mode 100644 diff --git a/npc/031-4/mapflags.txt b/npc/031-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/032-3/mapflags.txt b/npc/032-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/backDoor.txt b/npc/033-1/backDoor.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/barbarianinit.txt b/npc/033-1/barbarianinit.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/birrod.txt b/npc/033-1/birrod.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/kimarr.txt b/npc/033-1/kimarr.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/mapflags.txt b/npc/033-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/traveler.txt b/npc/033-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/033-1/yerrnk.txt b/npc/033-1/yerrnk.txt old mode 100755 new mode 100644 diff --git a/npc/034-1/ambushs.txt b/npc/034-1/ambushs.txt old mode 100755 new mode 100644 diff --git a/npc/034-1/mapflags.txt b/npc/034-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/034-1/yetiSpawn.txt b/npc/034-1/yetiSpawn.txt old mode 100755 new mode 100644 diff --git a/npc/034-2/mapflags.txt b/npc/034-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/035-2/casino.txt b/npc/035-2/casino.txt old mode 100755 new mode 100644 diff --git a/npc/035-2/emblems.txt b/npc/035-2/emblems.txt old mode 100755 new mode 100644 diff --git a/npc/035-2/koga.txt b/npc/035-2/koga.txt old mode 100755 new mode 100644 diff --git a/npc/035-2/mapflags.txt b/npc/035-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/035-2/shops.txt b/npc/035-2/shops.txt old mode 100755 new mode 100644 diff --git a/npc/036-2/casino.txt b/npc/036-2/casino.txt old mode 100755 new mode 100644 diff --git a/npc/036-2/emblems.txt b/npc/036-2/emblems.txt old mode 100755 new mode 100644 diff --git a/npc/036-2/koga-candor.txt b/npc/036-2/koga-candor.txt old mode 100755 new mode 100644 diff --git a/npc/036-2/mapflags.txt b/npc/036-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/036-2/shops.txt b/npc/036-2/shops.txt old mode 100755 new mode 100644 diff --git a/npc/043-3/mapflags.txt b/npc/043-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/043-4/mapflags.txt b/npc/043-4/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/045-1/mapflags.txt b/npc/045-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/046-1/mapflags.txt b/npc/046-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/046-3/mapflags.txt b/npc/046-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/047-1/mapflags.txt b/npc/047-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/047-3/mapflags.txt b/npc/047-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/bluesageConfig.txt b/npc/048-2/bluesageConfig.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperAccused.txt b/npc/048-2/helperAccused.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperBookpages1.txt b/npc/048-2/helperBookpages1.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperBookpages2.txt b/npc/048-2/helperBookpages2.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperBookpages3.txt b/npc/048-2/helperBookpages3.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperChief.txt b/npc/048-2/helperChief.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperCleaning1.txt b/npc/048-2/helperCleaning1.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperCleaning2.txt b/npc/048-2/helperCleaning2.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperCleaning3.txt b/npc/048-2/helperCleaning3.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperCleaning4.txt b/npc/048-2/helperCleaning4.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperCleaning5.txt b/npc/048-2/helperCleaning5.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperJanitor.txt b/npc/048-2/helperJanitor.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperMInk.txt b/npc/048-2/helperMInk.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperMReed.txt b/npc/048-2/helperMReed.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperMSilk.txt b/npc/048-2/helperMSilk.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperMYetiClaw.txt b/npc/048-2/helperMYetiClaw.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperResting1.txt b/npc/048-2/helperResting1.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/helperResting2.txt b/npc/048-2/helperResting2.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/mapflags.txt b/npc/048-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/sageNikolai.txt b/npc/048-2/sageNikolai.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/slimes.txt b/npc/048-2/slimes.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/traveler.txt b/npc/048-2/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/048-2/visitors.txt b/npc/048-2/visitors.txt old mode 100755 new mode 100644 diff --git a/npc/051-1/desert.txt b/npc/051-1/desert.txt old mode 100755 new mode 100644 diff --git a/npc/051-1/desertmonsters.txt b/npc/051-1/desertmonsters.txt old mode 100755 new mode 100644 diff --git a/npc/051-1/forest.txt b/npc/051-1/forest.txt old mode 100755 new mode 100644 diff --git a/npc/051-1/forestmonsters.txt b/npc/051-1/forestmonsters.txt old mode 100755 new mode 100644 diff --git a/npc/051-1/janitor.txt b/npc/051-1/janitor.txt old mode 100755 new mode 100644 diff --git a/npc/051-1/mapflags.txt b/npc/051-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/051-3/ambush.txt b/npc/051-3/ambush.txt old mode 100755 new mode 100644 diff --git a/npc/051-3/jailslimes.txt b/npc/051-3/jailslimes.txt old mode 100755 new mode 100644 diff --git a/npc/051-3/janitor.txt b/npc/051-3/janitor.txt old mode 100755 new mode 100644 diff --git a/npc/051-3/locks.txt b/npc/051-3/locks.txt old mode 100755 new mode 100644 diff --git a/npc/051-3/mapflags.txt b/npc/051-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/051-3/reinforcements.txt b/npc/051-3/reinforcements.txt old mode 100755 new mode 100644 diff --git a/npc/052-1/channelling.txt b/npc/052-1/channelling.txt old mode 100755 new mode 100644 diff --git a/npc/052-1/janitor.txt b/npc/052-1/janitor.txt old mode 100755 new mode 100644 diff --git a/npc/052-1/mapflags.txt b/npc/052-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/052-2/chest.txt b/npc/052-2/chest.txt old mode 100755 new mode 100644 diff --git a/npc/052-2/janitor.txt b/npc/052-2/janitor.txt old mode 100755 new mode 100644 diff --git a/npc/052-2/lobby.txt b/npc/052-2/lobby.txt old mode 100755 new mode 100644 diff --git a/npc/052-2/mapflags.txt b/npc/052-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/052-2/partyroom.txt b/npc/052-2/partyroom.txt old mode 100755 new mode 100644 diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt old mode 100755 new mode 100644 diff --git a/npc/055-1/flowerpentagram4.txt b/npc/055-1/flowerpentagram4.txt old mode 100755 new mode 100644 diff --git a/npc/055-1/mapflags.txt b/npc/055-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/055-1/pumpkins.txt b/npc/055-1/pumpkins.txt old mode 100755 new mode 100644 diff --git a/npc/055-1/traveler.txt b/npc/055-1/traveler.txt old mode 100755 new mode 100644 diff --git a/npc/055-3/mapflags.txt b/npc/055-3/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/056-2/barrier.txt b/npc/056-2/barrier.txt old mode 100755 new mode 100644 diff --git a/npc/056-2/mapflags.txt b/npc/056-2/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/056-2/mirak.txt b/npc/056-2/mirak.txt old mode 100755 new mode 100644 diff --git a/npc/056-2/notes.txt b/npc/056-2/notes.txt old mode 100755 new mode 100644 diff --git a/npc/057-1/mapflags.txt b/npc/057-1/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/_import.txt b/npc/_import.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/check_time.txt b/npc/annuals/check_time.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/fathertime.txt b/npc/annuals/fathertime.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/halloween/config.txt b/npc/annuals/halloween/config.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/halloween/debug.txt b/npc/annuals/halloween/debug.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/halloween/munro.txt b/npc/annuals/halloween/munro.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/halloween/trick_or_treat.txt b/npc/annuals/halloween/trick_or_treat.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/tree_beard.txt b/npc/annuals/tree_beard.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/barriers.txt b/npc/annuals/xmas/barriers.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/config.txt b/npc/annuals/xmas/config.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/core.txt b/npc/annuals/xmas/core.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/debug.txt b/npc/annuals/xmas/debug.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/helpers.txt b/npc/annuals/xmas/helpers.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/list.txt b/npc/annuals/xmas/list.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/mobmanager.txt b/npc/annuals/xmas/mobmanager.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/reagents.txt b/npc/annuals/xmas/reagents.txt old mode 100755 new mode 100644 diff --git a/npc/annuals/xmas/states.txt b/npc/annuals/xmas/states.txt old mode 100755 new mode 100644 diff --git a/npc/botcheck/mapflags.txt b/npc/botcheck/mapflags.txt old mode 100755 new mode 100644 diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt old mode 100755 new mode 100644 diff --git a/npc/commands/numa.txt b/npc/commands/numa.txt old mode 100755 new mode 100644 diff --git a/npc/functions/DyeConfig.txt b/npc/functions/DyeConfig.txt old mode 100755 new mode 100644 diff --git a/npc/functions/announcements.txt b/npc/functions/announcements.txt old mode 100755 new mode 100644 diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt old mode 100755 new mode 100644 diff --git a/npc/functions/barber.txt b/npc/functions/barber.txt old mode 100755 new mode 100644 diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt old mode 100755 new mode 100644 diff --git a/npc/functions/dailyquest.txt b/npc/functions/dailyquest.txt old mode 100755 new mode 100644 diff --git a/npc/functions/default_npc_checks.txt b/npc/functions/default_npc_checks.txt old mode 100755 new mode 100644 diff --git a/npc/functions/dynamic_menu.txt b/npc/functions/dynamic_menu.txt old mode 100755 new mode 100644 diff --git a/npc/functions/evil_obelisk.txt b/npc/functions/evil_obelisk.txt old mode 100755 new mode 100644 diff --git a/npc/functions/ferry.txt b/npc/functions/ferry.txt old mode 100755 new mode 100644 diff --git a/npc/functions/game_rules.txt b/npc/functions/game_rules.txt old mode 100755 new mode 100644 diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt old mode 100755 new mode 100644 diff --git a/npc/functions/gm_island.txt b/npc/functions/gm_island.txt old mode 100755 new mode 100644 diff --git a/npc/functions/headstyles.txt b/npc/functions/headstyles.txt old mode 100755 new mode 100644 diff --git a/npc/functions/inn.txt b/npc/functions/inn.txt old mode 100755 new mode 100644 diff --git a/npc/functions/jesusalvatr.txt b/npc/functions/jesusalvatr.txt old mode 100755 new mode 100644 diff --git a/npc/functions/lockpicking.txt b/npc/functions/lockpicking.txt old mode 100755 new mode 100644 diff --git a/npc/functions/magic.txt b/npc/functions/magic.txt old mode 100755 new mode 100644 diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt old mode 100755 new mode 100644 diff --git a/npc/functions/motd.txt b/npc/functions/motd.txt old mode 100755 new mode 100644 diff --git a/npc/functions/motdconfig.txt b/npc/functions/motdconfig.txt old mode 100755 new mode 100644 diff --git a/npc/functions/process_equip.txt b/npc/functions/process_equip.txt old mode 100755 new mode 100644 diff --git a/npc/functions/quiz.txt b/npc/functions/quiz.txt old mode 100755 new mode 100644 diff --git a/npc/functions/slot_machine.txt b/npc/functions/slot_machine.txt old mode 100755 new mode 100644 diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt old mode 100755 new mode 100644 diff --git a/npc/functions/stat_reset.txt b/npc/functions/stat_reset.txt old mode 100755 new mode 100644 diff --git a/npc/functions/time.txt b/npc/functions/time.txt old mode 100755 new mode 100644 diff --git a/npc/functions/travelers.txt b/npc/functions/travelers.txt old mode 100755 new mode 100644 diff --git a/npc/functions/undead_debug.txt b/npc/functions/undead_debug.txt old mode 100755 new mode 100644 diff --git a/npc/functions/water_bottle.txt b/npc/functions/water_bottle.txt old mode 100755 new mode 100644 diff --git a/npc/items/check_wand.txt b/npc/items/check_wand.txt old mode 100755 new mode 100644 diff --git a/npc/items/launcher_ammo.txt b/npc/items/launcher_ammo.txt old mode 100755 new mode 100644 diff --git a/npc/items/mirror.txt b/npc/items/mirror.txt old mode 100755 new mode 100644 diff --git a/npc/items/pickled_beets.txt b/npc/items/pickled_beets.txt old mode 100755 new mode 100644 diff --git a/npc/items/purification_potion.txt b/npc/items/purification_potion.txt old mode 100755 new mode 100644 diff --git a/npc/items/require_stat.txt b/npc/items/require_stat.txt old mode 100755 new mode 100644 diff --git a/npc/items/restricted_item.txt b/npc/items/restricted_item.txt old mode 100755 new mode 100644 diff --git a/npc/items/rubber_bat.txt b/npc/items/rubber_bat.txt old mode 100755 new mode 100644 diff --git a/npc/items/scissors.txt b/npc/items/scissors.txt old mode 100755 new mode 100644 diff --git a/npc/items/shock_sweet.txt b/npc/items/shock_sweet.txt old mode 100755 new mode 100644 diff --git a/npc/items/unequipcb.txt b/npc/items/unequipcb.txt old mode 100755 new mode 100644 diff --git a/npc/items/unreleased_item.txt b/npc/items/unreleased_item.txt old mode 100755 new mode 100644 diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt old mode 100755 new mode 100644 diff --git a/npc/pre-re/scripts_main.conf b/npc/pre-re/scripts_main.conf old mode 100644 new mode 100755 -- cgit v1.2.3-60-g2f50 From 2c7c83bd748001a28e20c62f1bceb4fedba540bd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jun 2021 16:04:45 -0300 Subject: Fix MobPoints() wrong calls --- npc/012-1/flowerpentagram2.txt | 12 ++++-------- npc/013-1/flowerpentagram.txt | 24 ++++++++---------------- npc/017-1/flowerpentagram1.txt | 6 ++---- npc/017-1/flowerpentagram5.txt | 24 ++++++++---------------- npc/018-1/flowerpentagram3.txt | 18 ++++++------------ npc/027-3/monsters.txt | 4 ++-- npc/027-4/monsters.txt | 4 ++-- npc/029-1/hasan.txt | 3 +-- npc/029-2/barrels.txt | 3 +-- npc/051-1/desertmonsters.txt | 25 ++++++++++++------------- npc/051-3/jailslimes.txt | 3 +-- npc/055-1/flowerpentagram4.txt | 24 ++++++++---------------- npc/055-1/pumpkins.txt | 3 +-- 13 files changed, 56 insertions(+), 97 deletions(-) (limited to 'npc/017-1/flowerpentagram1.txt') diff --git a/npc/012-1/flowerpentagram2.txt b/npc/012-1/flowerpentagram2.txt index 92de4de5..f10524d3 100644 --- a/npc/012-1/flowerpentagram2.txt +++ b/npc/012-1/flowerpentagram2.txt @@ -48,23 +48,19 @@ L_Place: end; OnSquirrelDeath: - @mobId = 1105; - callfunc "MobPoints"; + fix_mobkill(1105); end; OnMushroomDeath: - @mobId = 1106; - callfunc "MobPoints"; + fix_mobkill(1106); end; OnScorpionDeath: - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(1003); end; OnRScorpionDeath: - @mobId = 1004; - callfunc "MobPoints"; + fix_mobkill(1004); end; L_MonstersAlive: diff --git a/npc/013-1/flowerpentagram.txt b/npc/013-1/flowerpentagram.txt index 195ada0f..1df7bd77 100644 --- a/npc/013-1/flowerpentagram.txt +++ b/npc/013-1/flowerpentagram.txt @@ -36,43 +36,35 @@ OnSummon: end; OnSquirrelDeath: - @mobId = 1105; - callfunc "MobPoints"; + fix_mobkill(1105); end; OnMushroomDeath: - @mobId = 1106; - callfunc "MobPoints"; + fix_mobkill(1106); end; OnBlueparDeath: - @mobId = 1107; - callfunc "MobPoints"; + fix_mobkill(1107); end; OnMoubooDeath: - @mobId = 1104; - callfunc "MobPoints"; + fix_mobkill(1104); end; OnScorpionDeath: - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(1003); end; OnRScorpionDeath: - @mobId = 1004; - callfunc "MobPoints"; + fix_mobkill(1004); end; OnAScorpionDeath: - @mobId = 1057; - callfunc "MobPoints"; + fix_mobkill(1057); end; OnBScorpionDeath: - @mobId = 1009; - callfunc "MobPoints"; + fix_mobkill(1009); end; S_CleanUp: diff --git a/npc/017-1/flowerpentagram1.txt b/npc/017-1/flowerpentagram1.txt index a1e60856..8d2d7118 100644 --- a/npc/017-1/flowerpentagram1.txt +++ b/npc/017-1/flowerpentagram1.txt @@ -43,13 +43,11 @@ L_Place: end; OnSquirrelDeath: - @mobId = 1105; - callfunc "MobPoints"; + fix_mobkill(1105); end; OnScorpionDeath: - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(1003); end; L_MonstersAlive: diff --git a/npc/017-1/flowerpentagram5.txt b/npc/017-1/flowerpentagram5.txt index d13805f9..c9f6d5af 100644 --- a/npc/017-1/flowerpentagram5.txt +++ b/npc/017-1/flowerpentagram5.txt @@ -65,43 +65,35 @@ L_Place: end; OnSquirrelDeath: - @mobId = 1105; - callfunc "MobPoints"; + fix_mobkill(1105); end; OnMushroomDeath: - @mobId = 1106; - callfunc "MobPoints"; + fix_mobkill(1106); end; OnBlueparDeath: - @mobId = 1107; - callfunc "MobPoints"; + fix_mobkill(1107); end; OnMoubooDeath: - @mobId = 1104; - callfunc "MobPoints"; + fix_mobkill(1104); end; OnScorpionDeath: - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(1003); end; OnRScorpionDeath: - @mobId = 1004; - callfunc "MobPoints"; + fix_mobkill(1004); end; OnAScorpionDeath: - @mobId = 1057; - callfunc "MobPoints"; + fix_mobkill(1057); end; OnBScorpionDeath: - @mobId = 1009; - callfunc "MobPoints"; + fix_mobkill(1009); end; L_TooEarly: diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt index 53f45dbe..a24dd0cb 100644 --- a/npc/018-1/flowerpentagram3.txt +++ b/npc/018-1/flowerpentagram3.txt @@ -52,33 +52,27 @@ L_Place: end; OnSquirrelDeath: - @mobId = 1105; - callfunc "MobPoints"; + fix_mobkill(1105); end; OnMushroomDeath: - @mobId = 1106; - callfunc "MobPoints"; + fix_mobkill(1106); end; OnBlueparDeath: - @mobId = 1107; - callfunc "MobPoints"; + fix_mobkill(1107); end; OnScorpionDeath: - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(1003); end; OnRScorpionDeath: - @mobId = 1004; - callfunc "MobPoints"; + fix_mobkill(1004); end; OnAScorpionDeath: - @mobId = 1057; - callfunc "MobPoints"; + fix_mobkill(1057); end; L_MonstersAlive: diff --git a/npc/027-3/monsters.txt b/npc/027-3/monsters.txt index 52a2a5eb..d7f3ae5c 100644 --- a/npc/027-3/monsters.txt +++ b/npc/027-3/monsters.txt @@ -10,13 +10,13 @@ On1036: @mobId = 1036; callsub S_MOBCOUNT_ZOMBIES; - callfunc "MobPoints"; + fix_mobkill(1036); end; On1045: @mobId = 1045; callsub S_MOBCOUNT_FALLENS; - callfunc "MobPoints"; + fix_mobkill(1045); end; S_MOBCOUNT_ZOMBIES: diff --git a/npc/027-4/monsters.txt b/npc/027-4/monsters.txt index 40180670..34fce902 100644 --- a/npc/027-4/monsters.txt +++ b/npc/027-4/monsters.txt @@ -11,13 +11,13 @@ On1036: @mobId = 1036; callsub S_MOBCOUNT_ZOMBIES; - callfunc "MobPoints"; + fix_mobkill(1036); end; On1045: @mobId = 1045; callsub S_MOBCOUNT_FALLENS; - callfunc "MobPoints"; + fix_mobkill(1045); end; S_MOBCOUNT_ZOMBIES: diff --git a/npc/029-1/hasan.txt b/npc/029-1/hasan.txt index 86bb82e5..7cf89db7 100644 --- a/npc/029-1/hasan.txt +++ b/npc/029-1/hasan.txt @@ -182,8 +182,7 @@ OnScorpionDeath: goto L_Clean; QL_BEGIN = 13; message strcharinfo(0), "You saved Hasan."; - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(Scorpion); goto L_Clean; L_TimeOut: diff --git a/npc/029-2/barrels.txt b/npc/029-2/barrels.txt index b44fec43..c5d91621 100644 --- a/npc/029-2/barrels.txt +++ b/npc/029-2/barrels.txt @@ -4,8 +4,7 @@ end; OnMaggotDeath: - @mobId = 1050; - callfunc "MobPoints"; + fix_mobkill(HouseMaggot); end; } 029-2,28,86,0 script Barrel#1 NPC400,{ diff --git a/npc/051-1/desertmonsters.txt b/npc/051-1/desertmonsters.txt index 08476f32..9424d63e 100644 --- a/npc/051-1/desertmonsters.txt +++ b/npc/051-1/desertmonsters.txt @@ -5,9 +5,8 @@ On1096: if (rand(4) == 0 && $@illia_progress == 3 && $@illia_level_3_progress == 1) - getitem "SealedSoul", 1; - @mobId = 1010; - callfunc "MobPoints"; + getitem SealedSoul, 1; + fix_mobkill(Snake); end; } @@ -34,9 +33,9 @@ OnSoulEaterDeath: $@SoulEaters0_count = $@SoulEaters0_count - 1; if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; - if (countitem("SealedSoul") == 0) + if (countitem(SealedSoul) == 0) end; - delitem "SealedSoul", countitem("SealedSoul"); + delitem SealedSoul, countitem(SealedSoul); message strcharinfo(0), "The Soul Eater feeds on the Sealed Souls you are carrying."; end; } @@ -62,9 +61,9 @@ OnSoulEaterDeath: $@SoulEaters1_count = $@SoulEaters1_count - 1; if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; - if (countitem("SealedSoul") == 0) + if (countitem(SealedSoul) == 0) end; - delitem "SealedSoul", countitem("SealedSoul"); + delitem SealedSoul, countitem(SealedSoul); message strcharinfo(0), "The Soul Eater feeds on the Sealed Souls you are carrying."; end; } @@ -90,9 +89,9 @@ OnSoulEaterDeath: $@SoulEaters2_count = $@SoulEaters2_count - 1; if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; - if (countitem("SealedSoul") == 0) + if (countitem(SealedSoul) == 0) end; - delitem "SealedSoul", countitem("SealedSoul"); + delitem SealedSoul, countitem(SealedSoul); message strcharinfo(0), "The Soul Eater feeds on the Sealed Souls you are carrying."; end; } @@ -118,9 +117,9 @@ OnSoulEaterDeath: $@SoulEaters3_count = $@SoulEaters3_count - 1; if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; - if (countitem("SealedSoul") == 0) + if (countitem(SealedSoul) == 0) end; - delitem "SealedSoul", countitem("SealedSoul"); + delitem SealedSoul, countitem(SealedSoul); message strcharinfo(0), "The Soul Eater feeds on the Sealed Souls you are carrying."; end; } @@ -146,9 +145,9 @@ OnSoulEaterDeath: $@SoulEaters4_count = $@SoulEaters4_count - 1; if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; - if (countitem("SealedSoul") == 0) + if (countitem(SealedSoul) == 0) end; - delitem "SealedSoul", countitem("SealedSoul"); + delitem SealedSoul, countitem(SealedSoul); message strcharinfo(0), "The Soul Eater feeds on the Sealed Souls you are carrying."; end; } diff --git a/npc/051-3/jailslimes.txt b/npc/051-3/jailslimes.txt index 598f94f2..169fe7a3 100644 --- a/npc/051-3/jailslimes.txt +++ b/npc/051-3/jailslimes.txt @@ -22,8 +22,7 @@ L_GiveLockPicks: goto L_End; L_End: - @mobId = 1098; - callfunc "MobPoints"; + fix_mobkill(1098); end; } diff --git a/npc/055-1/flowerpentagram4.txt b/npc/055-1/flowerpentagram4.txt index 12e0f833..f310e218 100644 --- a/npc/055-1/flowerpentagram4.txt +++ b/npc/055-1/flowerpentagram4.txt @@ -56,43 +56,35 @@ L_Place: end; OnSquirrelDeath: - @mobId = 1105; - callfunc "MobPoints"; + fix_mobkill(1105); end; OnMushroomDeath: - @mobId = 1106; - callfunc "MobPoints"; + fix_mobkill(1106); end; OnBlueparDeath: - @mobId = 1107; - callfunc "MobPoints"; + fix_mobkill(1107); end; OnMoubooDeath: - @mobId = 1104; - callfunc "MobPoints"; + fix_mobkill(1104); end; OnScorpionDeath: - @mobId = 1003; - callfunc "MobPoints"; + fix_mobkill(1003); end; OnRScorpionDeath: - @mobId = 1004; - callfunc "MobPoints"; + fix_mobkill(1004); end; OnAScorpionDeath: - @mobId = 1057; - callfunc "MobPoints"; + fix_mobkill(1057); end; OnBScorpionDeath: - @mobId = 1009; - callfunc "MobPoints"; + fix_mobkill(1009); end; L_MonstersAlive: diff --git a/npc/055-1/pumpkins.txt b/npc/055-1/pumpkins.txt index 8f243d46..d008d389 100644 --- a/npc/055-1/pumpkins.txt +++ b/npc/055-1/pumpkins.txt @@ -20,8 +20,7 @@ if (countitem("PumpkinSeeds") >= $@halloween_num_seeds) goto L_EnoughSeeds; - @mobId = 1063; - callfunc "MobPoints"; + fix_mobkill(1063); goto L_Destroy; L_EnoughSeeds: -- cgit v1.2.3-60-g2f50 From 6a454665079605d231dd72f722eba648c0e01bbc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 19:53:33 -0300 Subject: Fix casts to mobcount() functions --- npc/011-1/oscar.txt | 4 ++-- npc/012-1/flowerpentagram2.txt | 3 +-- npc/013-1/flowerpentagram.txt | 3 +-- npc/017-1/flowerpentagram1.txt | 3 +-- npc/017-1/flowerpentagram5.txt | 3 +-- npc/018-1/flowerpentagram3.txt | 3 +-- npc/027-6/general_krukan.txt | 2 +- npc/027-7/general_razha.txt | 2 +- npc/027-8/general_terogan.txt | 2 +- npc/030-4/mana_battery.txt | 4 ++-- npc/048-2/slimes.txt | 28 ++++++++++++++-------------- npc/051-3/reinforcements.txt | 2 +- npc/052-2/lobby.txt | 6 +++--- npc/052-2/storage.txt | 2 +- npc/055-1/flowerpentagram4.txt | 3 +-- npc/annuals/xmas/mobmanager.txt | 2 +- 16 files changed, 33 insertions(+), 39 deletions(-) (limited to 'npc/017-1/flowerpentagram1.txt') diff --git a/npc/011-1/oscar.txt b/npc/011-1/oscar.txt index 133ebcaf..7e5f9481 100644 --- a/npc/011-1/oscar.txt +++ b/npc/011-1/oscar.txt @@ -306,8 +306,8 @@ L_TimerFunction: end; callsub S_CheckPlayer; $@HalloweenQuest_PumpkinsTimer = $@HalloweenQuest_PumpkinsTimer + 1; - if (mobcount("011-1", "Oscar::OnPD") < 0 && - mobcount("011-1", "Oscar::OnPDP") < 0 && + if (mobcount("011-1", "Oscar::OnPD") <= 0 && + mobcount("011-1", "Oscar::OnPDP") <= 0 && $@HalloweenQuest_PumpkinsCount <= 0) goto L_AllPumpkinsDead; // A quick "cheer up" diff --git a/npc/012-1/flowerpentagram2.txt b/npc/012-1/flowerpentagram2.txt index f10524d3..b7f6f99b 100644 --- a/npc/012-1/flowerpentagram2.txt +++ b/npc/012-1/flowerpentagram2.txt @@ -26,8 +26,7 @@ L_Place: mobcount("012-1", "#FlowerPentagram2::OnSquirrelDeath") + mobcount("012-1", "#FlowerPentagram2::OnMushroomDeath") + mobcount("012-1", "#FlowerPentagram2::OnScorpionDeath") + - mobcount("012-1", "#FlowerPentagram2::OnRScorpionDeath") + - 4; // the mobcount function has an offset of -1, so we add 4 to have the actual amount of monsters + mobcount("012-1", "#FlowerPentagram2::OnRScorpionDeath"); if (@localMonsterCount > 2) goto L_MonstersAlive; diff --git a/npc/013-1/flowerpentagram.txt b/npc/013-1/flowerpentagram.txt index 1df7bd77..1a2e8f85 100644 --- a/npc/013-1/flowerpentagram.txt +++ b/npc/013-1/flowerpentagram.txt @@ -88,7 +88,6 @@ function script FlowerPentagramCount { mobcount("013-1", "#FlowerPentagram::OnScorpionDeath") + mobcount("013-1", "#FlowerPentagram::OnRScorpionDeath") + mobcount("013-1", "#FlowerPentagram::OnAScorpionDeath") + - mobcount("013-1", "#FlowerPentagram::OnBScorpionDeath") + - 8; // the mobcount function has an offset of -1, so we add 8 to have the actual amount of monsters + mobcount("013-1", "#FlowerPentagram::OnBScorpionDeath"); return; } diff --git a/npc/017-1/flowerpentagram1.txt b/npc/017-1/flowerpentagram1.txt index 8d2d7118..c16c20c1 100644 --- a/npc/017-1/flowerpentagram1.txt +++ b/npc/017-1/flowerpentagram1.txt @@ -24,8 +24,7 @@ L_Next: L_Place: set @localMonsterCount, mobcount("017-1", "#FlowerPentagram1::OnSquirrelDeath") + - mobcount("017-1", "#FlowerPentagram1::OnScorpionDeath") + - 2; // the mobcount function has an offset of -1, so we add 2 to have the actual amount of monsters + mobcount("017-1", "#FlowerPentagram1::OnScorpionDeath"); if (@localMonsterCount > 2) goto L_MonstersAlive; diff --git a/npc/017-1/flowerpentagram5.txt b/npc/017-1/flowerpentagram5.txt index c9f6d5af..22395d06 100644 --- a/npc/017-1/flowerpentagram5.txt +++ b/npc/017-1/flowerpentagram5.txt @@ -29,8 +29,7 @@ L_Place: mobcount("013-1", "#FlowerPentagram5::OnScorpionDeath") + mobcount("013-1", "#FlowerPentagram5::OnRScorpionDeath") + mobcount("013-1", "#FlowerPentagram5::OnAScorpionDeath") + - mobcount("013-1", "#FlowerPentagram5::OnBScorpionDeath") + - 8; // the mobcount function has an offset of -1, so we add 8 to have the actual amount of monsters + mobcount("013-1", "#FlowerPentagram5::OnBScorpionDeath"); if (@localMonsterCount > 4) goto L_MonstersAlive; diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt index a24dd0cb..4e5232b4 100644 --- a/npc/018-1/flowerpentagram3.txt +++ b/npc/018-1/flowerpentagram3.txt @@ -28,8 +28,7 @@ L_Place: mobcount("018-1", "#FlowerPentagram3::OnBlueparDeath") + mobcount("018-1", "#FlowerPentagram3::OnScorpionDeath") + mobcount("018-1", "#FlowerPentagram3::OnRScorpionDeath") + - mobcount("018-1", "#FlowerPentagram3::OnAScorpionDeath") + - 6; // the mobcount function has an offset of -1, so we add 6 to have the actual amount of monsters + mobcount("018-1", "#FlowerPentagram3::OnAScorpionDeath"); if (@localMonsterCount > 4) goto L_MonstersAlive; diff --git a/npc/027-6/general_krukan.txt b/npc/027-6/general_krukan.txt index c901dfd0..1116ea67 100644 --- a/npc/027-6/general_krukan.txt +++ b/npc/027-6/general_krukan.txt @@ -91,7 +91,7 @@ L_CryptLogic: if ($@CRYPT_FIGHT1_PLAYER_COUNT <= 0) goto L_CleanUpLosers; set $@CRYPT_FIGHT1_SUMMONS_ROUND_TIMER, $@CRYPT_FIGHT1_SUMMONS_ROUND_TIMER + 5; // Advance 5 seconds - if (mobcount("027-6", "General Krukan::OnPetDeath") < 0) + if (mobcount("027-6", "General Krukan::OnPetDeath") <= 0) goto L_NextWave; if ($@CRYPT_FIGHT1_SUMMONS_ROUND_TIMER + $@CRYPT_FIGHT1_ROUND_PEN >= 120) goto L_NextWave; diff --git a/npc/027-7/general_razha.txt b/npc/027-7/general_razha.txt index 79259cc7..5eb32bc2 100644 --- a/npc/027-7/general_razha.txt +++ b/npc/027-7/general_razha.txt @@ -91,7 +91,7 @@ L_CryptLogic: if ($@CRYPT_FIGHT2_PLAYER_COUNT <= 0) goto L_CleanUpLosers; set $@CRYPT_FIGHT2_SUMMONS_ROUND_TIMER, $@CRYPT_FIGHT2_SUMMONS_ROUND_TIMER + 5; // Advance 5 seconds - if (mobcount("027-7", "General Razha::OnPetDeath") < 0) + if (mobcount("027-7", "General Razha::OnPetDeath") <= 0) goto L_NextWave; if ($@CRYPT_FIGHT2_SUMMONS_ROUND_TIMER + $@CRYPT_FIGHT2_ROUND_PEN >= 120) goto L_NextWave; diff --git a/npc/027-8/general_terogan.txt b/npc/027-8/general_terogan.txt index 451daeca..1038e4fe 100644 --- a/npc/027-8/general_terogan.txt +++ b/npc/027-8/general_terogan.txt @@ -147,7 +147,7 @@ L_CryptLogic: if (getareausers("027-8", 20, 39, 35, 60, 1) < 1) goto L_Failure; if (getareausers("027-8", 43, 39, 58, 60, 1) < 1) goto L_Failure; set $@CRYPT_FIGHT3_SUMMONS_ROUND_TIMER, $@CRYPT_FIGHT3_SUMMONS_ROUND_TIMER + 5; // Advance 5 seconds - if (mobcount("027-8", "General Terogan#Main::OnPetDeath") < 0) + if (mobcount("027-8", "General Terogan#Main::OnPetDeath") <= 0) goto L_NextWave; if ($@CRYPT_FIGHT3_SUMMONS_ROUND_TIMER + $@CRYPT_FIGHT3_ROUND_PEN >= 120) goto L_NextWave; diff --git a/npc/030-4/mana_battery.txt b/npc/030-4/mana_battery.txt index 8fd59ab1..5126099d 100644 --- a/npc/030-4/mana_battery.txt +++ b/npc/030-4/mana_battery.txt @@ -184,7 +184,7 @@ L_CaveLogic: if ($@XmasBossPlayerCount < 1) goto L_AllDead; set $@BombTimer, $@BombTimer + 5; // Advance 5 seconds - if ((mobcount("030-4", "AniManOMat::OnGuardDeath") + 1) == 0) + if (mobcount("030-4", "AniManOMat::OnGuardDeath") == 0) goto L_NextWave; if ($@BombTimer >= 120) goto L_NextWave; @@ -194,7 +194,7 @@ L_NextWave: $@BombTimer = 0; $@DangerCellNumber = rand(8); $@XmasBossRound = $@XmasBossRound + 1; - if (($@XmasBossRound > 10) && ((mobcount("030-4", "AniManOMat::OnGuardDeath") + 1) == 0)) + if (($@XmasBossRound > 10) && mobcount("030-4", "AniManOMat::OnGuardDeath") == 0) goto L_Finished; // Break/LastChance(s) if (($@XmasBossRound > 10) && ($@XmasBossRound <= 16)) diff --git a/npc/048-2/slimes.txt b/npc/048-2/slimes.txt index c3d4e5c8..f9733871 100644 --- a/npc/048-2/slimes.txt +++ b/npc/048-2/slimes.txt @@ -4,7 +4,7 @@ 048-2,181,95,0 script #Slime0Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime0::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime0::OnSlimeDeath") <= 0) $@BlueSageSlime0_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -46,7 +46,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime0_Spawn = $@BlueSageSlime0_Spawn - 1; - if (mobcount("048-2", "#Slime0::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime0::OnSlimeDeath") <= 0) $@BlueSageSlime0_Spawn = 0; if ($@Slime0VictimID == getcharid(3)) @@ -90,7 +90,7 @@ L_ClearedPoint: 048-2,164,123,0 script #Slime1Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime1::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime1::OnSlimeDeath") <= 0) $@BlueSageSlime1_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -132,7 +132,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime1_Spawn = $@BlueSageSlime1_Spawn - 1; - if (mobcount("048-2", "#Slime1::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime1::OnSlimeDeath") <= 0) $@BlueSageSlime1_Spawn = 0; if ($@Slime1VictimID == getcharid(3)) @@ -176,7 +176,7 @@ L_ClearedPoint: 048-2,198,115,0 script #Slime2Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime2::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime2::OnSlimeDeath") <= 0) $@BlueSageSlime2_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -218,7 +218,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime2_Spawn = $@BlueSageSlime2_Spawn - 1; - if (mobcount("048-2", "#Slime2::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime2::OnSlimeDeath") <= 0) $@BlueSageSlime2_Spawn = 0; if ($@Slime2VictimID == getcharid(3)) @@ -262,7 +262,7 @@ L_ClearedPoint: 048-2,167,79,0 script #Slime3Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime3::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime3::OnSlimeDeath") <= 0) $@BlueSageSlime3_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -304,7 +304,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime3_Spawn = $@BlueSageSlime3_Spawn - 1; - if (mobcount("048-2", "#Slime3::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime3::OnSlimeDeath") <= 0) $@BlueSageSlime3_Spawn = 0; if ($@Slime3VictimID == getcharid(3)) @@ -348,7 +348,7 @@ L_ClearedPoint: 048-2,192,86,0 script #Slime4Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime4::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime4::OnSlimeDeath") <= 0) $@BlueSageSlime4_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -390,7 +390,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime4_Spawn = $@BlueSageSlime4_Spawn - 1; - if (mobcount("048-2", "#Slime4::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime4::OnSlimeDeath") <= 0) $@BlueSageSlime4_Spawn = 0; if ($@Slime4VictimID == getcharid(3)) @@ -434,7 +434,7 @@ L_ClearedPoint: 048-2,183,110,0 script #Slime5Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime5::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime5::OnSlimeDeath") <= 0) $@BlueSageSlime5_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -476,7 +476,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime5_Spawn = $@BlueSageSlime5_Spawn - 1; - if (mobcount("048-2", "#Slime5::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime5::OnSlimeDeath") <= 0) $@BlueSageSlime5_Spawn = 0; if ($@Slime5VictimID == getcharid(3)) @@ -520,7 +520,7 @@ L_ClearedPoint: 048-2,164,102,0 script #Slime6Trigger NPC32767,2,2,{ @slimes = ((QUEST_BlueSage & $@Q_BlueSageSlimes_MASK) >> $@Q_BlueSageSlimes_SHIFT); - if (mobcount("048-2", "#Slime6::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime6::OnSlimeDeath") <= 0) $@BlueSageSlime6_Spawn = 0; // if finished or haven't started yet or spawn already active or spawn already done, do nothing @@ -562,7 +562,7 @@ OnSpawn: OnSlimeDeath: $@BlueSageSlime6_Spawn = $@BlueSageSlime6_Spawn - 1; - if (mobcount("048-2", "#Slime6::OnSlimeDeath") < 0) // returns -1 if no monsters + if (mobcount("048-2", "#Slime6::OnSlimeDeath") <= 0) $@BlueSageSlime6_Spawn = 0; if ($@Slime6VictimID == getcharid(3)) diff --git a/npc/051-3/reinforcements.txt b/npc/051-3/reinforcements.txt index f9d48acc..b56b6271 100644 --- a/npc/051-3/reinforcements.txt +++ b/npc/051-3/reinforcements.txt @@ -61,7 +61,7 @@ OnTimer2000: setnpctimer 0; if ($@illia_level_2_progress != 3 || $@illia_progress != 2) end; - if (mobcount("051-3", "Door::OnB") < 0) + if (mobcount("051-3", "Door::OnB") <= 0) goto L_OpenDoor; end; diff --git a/npc/052-2/lobby.txt b/npc/052-2/lobby.txt index 047fd903..0245cc6b 100644 --- a/npc/052-2/lobby.txt +++ b/npc/052-2/lobby.txt @@ -278,11 +278,11 @@ OnTimer2000: end; setnpctimer 0; // Mock players randomly (more or less once every 40 secs) and if still enough mobs running after them - if ($@illia_level_5_progress == 5 && rand(20) == 0 && (mobcount("052-2", "Luvia?::OnDSDeath") > 20)) + if ($@illia_level_5_progress == 5 && rand(20) == 0 && (mobcount("052-2", "Luvia?::OnDSDeath") > 21)) npctalk strnpcinfo(0), "Ahaha! Run... Run!"; - if ($@illia_level_5_progress == 5 && (mobcount("052-2", "Luvia?::OnDSDeath") < 0)) + if ($@illia_level_5_progress == 5 && (mobcount("052-2", "Luvia?::OnDSDeath") <= 0)) goto L_AllWavesClear; - if ($@illia_level_5_progress == 7 && (mobcount("052-2", "Luvia?::OnWGDeath") < 0)) + if ($@illia_level_5_progress == 7 && (mobcount("052-2", "Luvia?::OnWGDeath") <= 0)) goto L_AllWavesClear; end; diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt index ae1656e3..8dfcdfaf 100644 --- a/npc/052-2/storage.txt +++ b/npc/052-2/storage.txt @@ -118,7 +118,7 @@ L_MakeSpecialItem: L_CheckMobs: if ($@illia_progress != 6) goto L_Clear; - if (mobcount("052-2", "#ItemsInvoker::OnDeath") < 0) + if (mobcount("052-2", "#ItemsInvoker::OnDeath") <= 0) goto L_Stop; setnpctimer 0; end; diff --git a/npc/055-1/flowerpentagram4.txt b/npc/055-1/flowerpentagram4.txt index f310e218..86966c15 100644 --- a/npc/055-1/flowerpentagram4.txt +++ b/npc/055-1/flowerpentagram4.txt @@ -30,8 +30,7 @@ L_Place: mobcount("055-1", "#FlowerPentagram4::OnScorpionDeath") + mobcount("055-1", "#FlowerPentagram4::OnRScorpionDeath") + mobcount("055-1", "#FlowerPentagram4::OnAScorpionDeath") + - mobcount("055-1", "#FlowerPentagram4::OnBScorpionDeath") + - 8; // the mobcount function has an offset of -1, so we add 8 to have the actual amount of monsters + mobcount("055-1", "#FlowerPentagram4::OnBScorpionDeath"); if (@localMonsterCount > 4) goto L_MonstersAlive; diff --git a/npc/annuals/xmas/mobmanager.txt b/npc/annuals/xmas/mobmanager.txt index e478e6be..d96b0fb0 100644 --- a/npc/annuals/xmas/mobmanager.txt +++ b/npc/annuals/xmas/mobmanager.txt @@ -17,7 +17,7 @@ L_InitSpawn: L_StartLoop: $@xmas_mob_lck = 1; $@mob_count = mobcount($@xmas_map_spawns$[$@xmas_map_loop], "XmasSpawnCounter#" + $@xmas_map_loop + "::OnTally"); - $@spawn_amount = ($@xmas_mob_counts[$@xmas_map_loop] - ($@mob_count + 1)); + $@spawn_amount = ($@xmas_mob_counts[$@xmas_map_loop] - $@mob_count); if ($@spawn_amount) goto L_Spawn; goto L_NextMap; -- cgit v1.2.3-60-g2f50