diff --git a/scripts/quests/quest_biohazard/scripts/chemist.rs2 b/scripts/quests/quest_biohazard/scripts/chemist.rs2 index 36a16f6d7..d55b63b5a 100644 --- a/scripts/quests/quest_biohazard/scripts/chemist.rs2 +++ b/scripts/quests/quest_biohazard/scripts/chemist.rs2 @@ -104,4 +104,4 @@ mes("He gives you the touch paper."); @multi4("What is and how do I make naphtha?", chemist_naphtha, "What's quicklime?", chemist_quicklime, "What's brimstone?", chemist_brimstone, "This all looks too tricky, I'll leave it.", chemist_tricky); [label,chemist_tricky] -~chatplayer("
This all looks too tricky, I'll leave it."); \ No newline at end of file +~chatplayer("
This all looks too tricky, I'll leave it."); diff --git a/scripts/quests/quest_horror/scripts/horror_dagannoth.rs2 b/scripts/quests/quest_horror/scripts/horror_dagannoth.rs2 index 9961cd204..df19b2ebf 100644 --- a/scripts/quests/quest_horror/scripts/horror_dagannoth.rs2 +++ b/scripts/quests/quest_horror/scripts/horror_dagannoth.rs2 @@ -301,4 +301,4 @@ else if($random < 100) obj_add(npc_coord, coins, 44, ^lootdrop_duration); else if($random < 106) obj_add(npc_coord, coins, 41, ^lootdrop_duration); else if($random < 108) obj_add(npc_coord, opal_bolttips, 12, ^lootdrop_duration); else if($random < 109) obj_add(npc_coord, casket, 1, ^lootdrop_duration); -else if($random < 110) obj_add(npc_coord, ~randomjewel, ^lootdrop_duration); \ No newline at end of file +else if($random < 110) obj_add(npc_coord, ~randomjewel, ^lootdrop_duration); diff --git a/scripts/quests/quest_horror/scripts/horror_godbook.rs2 b/scripts/quests/quest_horror/scripts/horror_godbook.rs2 index 8c69f59f0..1c32325f3 100644 --- a/scripts/quests/quest_horror/scripts/horror_godbook.rs2 +++ b/scripts/quests/quest_horror/scripts/horror_godbook.rs2 @@ -438,4 +438,4 @@ switch_int($op) { p_delay(2); say("May Guthix bring you balance."); } -%sa_energy = sub(%sa_energy, 250); \ No newline at end of file +%sa_energy = sub(%sa_energy, 250); diff --git a/scripts/quests/quest_horror/scripts/horror_journal.rs2 b/scripts/quests/quest_horror/scripts/horror_journal.rs2 index a92219a4e..b38468669 100644 --- a/scripts/quests/quest_horror/scripts/horror_journal.rs2 +++ b/scripts/quests/quest_horror/scripts/horror_journal.rs2 @@ -70,4 +70,4 @@ if(%horrorquest > ^horror_repaired_lighthouse) { if(%horrorquest = ^horror_defeated_dagjr) { $text = append($text, "@dbl@I must defeat these sea monsters to save him!"); } -~quest_journal("Horror from the Deep", $text); \ No newline at end of file +~quest_journal("Horror from the Deep", $text); diff --git a/scripts/quests/quest_regicide/scripts/idris.rs2 b/scripts/quests/quest_regicide/scripts/idris.rs2 index 4c0ee46ec..8392b68b7 100644 --- a/scripts/quests/quest_regicide/scripts/idris.rs2 +++ b/scripts/quests/quest_regicide/scripts/idris.rs2 @@ -72,4 +72,4 @@ if(npc_finduid($uid) = true) { [mapzoneexit,0_35_49] ~clear_idris_timer; [mapzoneexit,0_35_50] ~clear_idris_timer; -[mapzoneexit,0_36_50] ~clear_idris_timer; \ No newline at end of file +[mapzoneexit,0_36_50] ~clear_idris_timer; diff --git a/scripts/quests/quest_regicide/scripts/lord_iorwerth.rs2 b/scripts/quests/quest_regicide/scripts/lord_iorwerth.rs2 index 4afff5070..392e8a88a 100644 --- a/scripts/quests/quest_regicide/scripts/lord_iorwerth.rs2 +++ b/scripts/quests/quest_regicide/scripts/lord_iorwerth.rs2 @@ -114,4 +114,4 @@ switch_int(%regicide_quest) { ~chatnpc("
Unfortunately all my troops are hunting down a group of renegade elves, but you should find one of our trackers by Tyras's old camp. He should be able to help you."); %regicide_quest = ^regicide_spoken_iorwerth; ~chatplayer("
Thank you. I shall return, when my task is complete."); -} \ No newline at end of file +} diff --git a/scripts/quests/quest_regicide/scripts/prif_city_guard.rs2 b/scripts/quests/quest_regicide/scripts/prif_city_guard.rs2 index d9f9ce7f4..0c8a772fb 100644 --- a/scripts/quests/quest_regicide/scripts/prif_city_guard.rs2 +++ b/scripts/quests/quest_regicide/scripts/prif_city_guard.rs2 @@ -10,4 +10,4 @@ if(npc_find(coord, prif_city_guard, 7, 0) = true) { } [oploc1,elf_city_gate_left] @prif_guard_halt; -[oploc1,elf_city_gate_right] @prif_guard_halt; \ No newline at end of file +[oploc1,elf_city_gate_right] @prif_guard_halt; diff --git a/scripts/quests/quest_regicide/scripts/regicide_arandar_gate_guard.rs2 b/scripts/quests/quest_regicide/scripts/regicide_arandar_gate_guard.rs2 index 169f81b92..4b37eb3d0 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_arandar_gate_guard.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_arandar_gate_guard.rs2 @@ -30,4 +30,4 @@ if(npc_find(coord, regicide_arandar_gate_guard, 7, 0) = true) { ~chatnpc("
Then I regret that I may not let you pass."); } else { ~mesbox("You can't see any way to open the gates."); -} \ No newline at end of file +} diff --git a/scripts/quests/quest_regicide/scripts/regicide_camp_tracker.rs2 b/scripts/quests/quest_regicide/scripts/regicide_camp_tracker.rs2 index b647adebd..e3330dd6c 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_camp_tracker.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_camp_tracker.rs2 @@ -58,4 +58,4 @@ switch_int(%regicide_quest) { ~chatnpc("
As it goes I'm not actually tracking them at the moment. This here is the best trace we've had on our renegade brethren."); ~chatplayer("
What is?"); ~chatnpc("
Ahh I guess you can't see with those human eyes."); -~chatnpc("
I tell you what. I'll continue to search here on the east side. You check out the west end of the camp. Come and tell me if you find anything."); \ No newline at end of file +~chatnpc("
I tell you what. I'll continue to search here on the east side. You check out the west end of the camp. Come and tell me if you find anything."); diff --git a/scripts/quests/quest_regicide/scripts/regicide_general_hining.rs2 b/scripts/quests/quest_regicide/scripts/regicide_general_hining.rs2 index 68e0a9394..e9809ab63 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_general_hining.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_general_hining.rs2 @@ -12,4 +12,4 @@ if(%regicide_quest > ^regicide_spoken_iorwerth2) { ~chatnpc("
The king will see no one. He can trust no one!"); ~chatplayer("
Is there no way I can see him?"); ~chatnpc("
In the coming battle he will stand between us and the end. Then you will see him."); -~chatplayer("
Not quite what I had in mind."); \ No newline at end of file +~chatplayer("
Not quite what I had in mind."); diff --git a/scripts/quests/quest_regicide/scripts/regicide_journal.rs2 b/scripts/quests/quest_regicide/scripts/regicide_journal.rs2 index 1959580c4..681b2e7c6 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_journal.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_journal.rs2 @@ -128,4 +128,4 @@ if(%regicide_quest > ^regicide_spoken_arianwyn) { } else if(%regicide_quest = ^regicide_spoken_arianwyn) { $text = append($text, "@dbl@When returning home I met an elf who showed me the @dbl@truth of who's side I really was on. I'm sure I'll be seeing @dbl@him again.||"); } -~quest_journal("Regicide", $text); \ No newline at end of file +~quest_journal("Regicide", $text); diff --git a/scripts/quests/quest_regicide/scripts/regicide_kings_messenger.rs2 b/scripts/quests/quest_regicide/scripts/regicide_kings_messenger.rs2 index f87a718bc..3d1784f2b 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_kings_messenger.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_kings_messenger.rs2 @@ -37,4 +37,4 @@ if(uid = %npc_aggressive_player & %upass = ^upass_complete & %regicide_quest = 0 ~chatnpc("
I have no business with you."); [debugproc,spkm] -settimer(spawn_kings_messenger, 10); \ No newline at end of file +settimer(spawn_kings_messenger, 10); diff --git a/scripts/quests/quest_regicide/scripts/regicide_tyras_lazy_guard.rs2 b/scripts/quests/quest_regicide/scripts/regicide_tyras_lazy_guard.rs2 index 8be98b869..35c4905a9 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_tyras_lazy_guard.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_tyras_lazy_guard.rs2 @@ -41,4 +41,4 @@ if(last_useitem = raw_rabbit) { ~chatnpc("
You got me a rabbit! Great! Only problem is I don't have any way to cook it."); return; } -~chatnpc("
I got no need for that."); \ No newline at end of file +~chatnpc("
I got no need for that."); diff --git a/scripts/quests/quest_regicide/scripts/regicide_zones.rs2 b/scripts/quests/quest_regicide/scripts/regicide_zones.rs2 index fa99c5edd..ca54f5cf1 100644 --- a/scripts/quests/quest_regicide/scripts/regicide_zones.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicide_zones.rs2 @@ -77,4 +77,4 @@ if(loc_find(coord, regicide_pitfall_side) = true | loc_find(coord, regicide_pitf // sound p_delay(0); @regicide_pitfall_falldown; -} \ No newline at end of file +} diff --git a/scripts/quests/quest_regicide/scripts/regicidegeneralshopkeeper.rs2 b/scripts/quests/quest_regicide/scripts/regicidegeneralshopkeeper.rs2 index a84d20898..3664b0cc3 100644 --- a/scripts/quests/quest_regicide/scripts/regicidegeneralshopkeeper.rs2 +++ b/scripts/quests/quest_regicide/scripts/regicidegeneralshopkeeper.rs2 @@ -15,4 +15,4 @@ switch_int(~p_choice2("Yes please. What are you selling?", 1, "No thanks.", 2)) } case 2 : ~chatplayer("
No thanks."); -} \ No newline at end of file +} diff --git a/scripts/quests/quest_regicide/scripts/tyras_guard.rs2 b/scripts/quests/quest_regicide/scripts/tyras_guard.rs2 index 15c08a936..2e2e4aec0 100644 --- a/scripts/quests/quest_regicide/scripts/tyras_guard.rs2 +++ b/scripts/quests/quest_regicide/scripts/tyras_guard.rs2 @@ -59,4 +59,4 @@ else if ($random < 123) obj_add(npc_coord, thread, 10, ^lootdrop_duration); else obj_add(npc_coord, ~randomjewel, ^lootdrop_duration); [queue,defeat_tyras_guard] -%regicide_quest = ^regicide_defeated_guard; \ No newline at end of file +%regicide_quest = ^regicide_defeated_guard; diff --git a/scripts/skill_fletching/scripts/cut_logs.rs2 b/scripts/skill_fletching/scripts/cut_logs.rs2 index 9626c2fec..211059b4b 100644 --- a/scripts/skill_fletching/scripts/cut_logs.rs2 +++ b/scripts/skill_fletching/scripts/cut_logs.rs2 @@ -101,4 +101,4 @@ if(sub($process_count, 1) < 1) { return; } %action_delay = add(map_clock, 2); -@process_fletch_logs($log, sub($process_count, 1), $message, $fletching_experience, $product, $count); \ No newline at end of file +@process_fletch_logs($log, sub($process_count, 1), $message, $fletching_experience, $product, $count); diff --git a/scripts/skill_smithing/scripts/smelting/smelting.rs2 b/scripts/skill_smithing/scripts/smelting/smelting.rs2 index 17b641d4c..a9d26bd1c 100644 --- a/scripts/skill_smithing/scripts/smelting/smelting.rs2 +++ b/scripts/skill_smithing/scripts/smelting/smelting.rs2 @@ -205,4 +205,4 @@ stat_advance(smithing, $xp); if(sub($count,1) > 0) { %action_delay = add(map_clock, 1); @smelt_ore_weakqueue($product, sub($count,1), 4); -} \ No newline at end of file +}