Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/quests/quest_biohazard/scripts/chemist.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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("<p,neutral>This all looks too tricky, I'll leave it.");
~chatplayer("<p,neutral>This all looks too tricky, I'll leave it.");
2 changes: 1 addition & 1 deletion scripts/quests/quest_horror/scripts/horror_dagannoth.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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);
else if($random < 110) obj_add(npc_coord, ~randomjewel, ^lootdrop_duration);
2 changes: 1 addition & 1 deletion scripts/quests/quest_horror/scripts/horror_godbook.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,4 @@ switch_int($op) {
p_delay(2);
say("May Guthix bring you balance.");
}
%sa_energy = sub(%sa_energy, 250);
%sa_energy = sub(%sa_energy, 250);
2 changes: 1 addition & 1 deletion scripts/quests/quest_horror/scripts/horror_journal.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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);
~quest_journal("Horror from the Deep", $text);
2 changes: 1 addition & 1 deletion scripts/quests/quest_regicide/scripts/idris.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
[mapzoneexit,0_36_50] ~clear_idris_timer;
2 changes: 1 addition & 1 deletion scripts/quests/quest_regicide/scripts/lord_iorwerth.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ switch_int(%regicide_quest) {
~chatnpc("<p,neutral>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("<p,neutral>Thank you. I shall return, when my task is complete.");
}
}
2 changes: 1 addition & 1 deletion scripts/quests/quest_regicide/scripts/prif_city_guard.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
[oploc1,elf_city_gate_right] @prif_guard_halt;
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ if(npc_find(coord, regicide_arandar_gate_guard, 7, 0) = true) {
~chatnpc("<p,neutral>Then I regret that I may not let you pass.");
} else {
~mesbox("You can't see any way to open the gates.");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ switch_int(%regicide_quest) {
~chatnpc("<p,neutral>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("<p,neutral>What is?");
~chatnpc("<p,neutral>Ahh I guess you can't see with those human eyes.");
~chatnpc("<p,neutral>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.");
~chatnpc("<p,neutral>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.");
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if(%regicide_quest > ^regicide_spoken_iorwerth2) {
~chatnpc("<p,neutral>The king will see no one. He can trust no one!");
~chatplayer("<p,sad>Is there no way I can see him?");
~chatnpc("<p,neutral>In the coming battle he will stand between us and the end. Then you will see him.");
~chatplayer("<p,shifty>Not quite what I had in mind.");
~chatplayer("<p,shifty>Not quite what I had in mind.");
2 changes: 1 addition & 1 deletion scripts/quests/quest_regicide/scripts/regicide_journal.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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);
~quest_journal("Regicide", $text);
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if(uid = %npc_aggressive_player & %upass = ^upass_complete & %regicide_quest = 0
~chatnpc("<p,neutral>I have no business with you.");

[debugproc,spkm]
settimer(spawn_kings_messenger, 10);
settimer(spawn_kings_messenger, 10);
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ if(last_useitem = raw_rabbit) {
~chatnpc("<p,happy>You got me a rabbit! Great! Only problem is I don't have any way to cook it.");
return;
}
~chatnpc("<p,neutral>I got no need for that.");
~chatnpc("<p,neutral>I got no need for that.");
2 changes: 1 addition & 1 deletion scripts/quests/quest_regicide/scripts/regicide_zones.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ if(loc_find(coord, regicide_pitfall_side) = true | loc_find(coord, regicide_pitf
// sound
p_delay(0);
@regicide_pitfall_falldown;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ switch_int(~p_choice2("Yes please. What are you selling?", 1, "No thanks.", 2))
}
case 2 :
~chatplayer("<p,neutral>No thanks.");
}
}
2 changes: 1 addition & 1 deletion scripts/quests/quest_regicide/scripts/tyras_guard.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
%regicide_quest = ^regicide_defeated_guard;
2 changes: 1 addition & 1 deletion scripts/skill_fletching/scripts/cut_logs.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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);
@process_fletch_logs($log, sub($process_count, 1), $message, $fletching_experience, $product, $count);
2 changes: 1 addition & 1 deletion scripts/skill_smithing/scripts/smelting/smelting.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Loading