Skip to content

Commit fd3f3c1

Browse files
authored
Fix guards, add cooking ranges and fishing guild gate (#862)
* Update dialogue converter to scripts format * Fix falador guard closes #852 * Add white knight combat defs * Add fishing guild entry requirements and dialogues #855 * Add all cooking ranges #855 * Fix varrock palace drain * Formatting
1 parent bee6873 commit fd3f3c1

File tree

25 files changed

+229
-95
lines changed

25 files changed

+229
-95
lines changed

data/area/asgarnia/falador/falador.combat.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ anim = "crossbow_accurate"
2121
target_sound = "crossbow_shoot"
2222
projectile = "crossbow_bolt"
2323
target_hit = { offense = "range", max = 40 }
24+
25+
[white_knight]
26+
attack_speed = 7
27+
retreat_range = 4
28+
defend_anim = "human_defend"
29+
death_anim = "human_death"
30+
31+
[white_knight.melee]
32+
range = 1
33+
anim = "2h_chop"
34+
target_hit = { offense = "slash", max = 60 }

data/area/asgarnia/falador/falador.npcs.toml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -541,16 +541,7 @@ examine = "Bow wow."
541541

542542
[guard_falador_8]
543543
id = 9
544-
hitpoints = 220
545-
att = 19
546-
str = 18
547-
def = 14
548-
style = "stab"
549-
max_hit_melee = 30
550-
attack_bonus = 4
551-
respawn_delay = 50
552-
pickpocket = { level = 40, stun_ticks = 8, stun_hit = 20, xp = 46.8, chance_min = 50, chance_max = 240, table = "guard" }
553-
examine = "He tries to keep order around here."
544+
clone = "guard_falador"
554545

555546
[water_wizard]
556547
id = 2710
@@ -690,9 +681,7 @@ hitpoints = 520
690681
att = 27
691682
str = 29
692683
def = 21
693-
attack_speed = 7
694-
style = "slash"
695-
max_hit_melee = 60
696684
attack_bonus = 30
685+
combat_def = "white_knight"
697686
respawn_delay = 50
698687
examine = "The knight seems to be watching something."

data/area/asgarnia/falador/falador.objs.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ examine = "A tunnel leading under the wall."
1717
[falador_underwall_tunnel_south]
1818
id = 9309
1919
examine = "A tunnel leading under the wall."
20+
21+
[cooking_range_falador]
22+
id = 2728
23+
examine = "Ideal for cooking on."

data/area/asgarnia/port_sarim/port_sarim.objs.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ examine = "Handy for boarding the ship."
2929
[port_sarim_lady_lumbridge_gangplank_enter]
3030
id = 2593
3131
examine = "Handy for boarding the ship."
32+
33+
[cooking_range_port_sarim]
34+
id = 40110
35+
examine = "Ideal for cooking on."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[suit_of_armour]
22
id = 32292
33
examine = "A dusty old suit of armour."
4+
5+
[cooking_range_black_knights_base]
6+
id = 36973
7+
examine = "Ideal for cooking on."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[bank_chest_neitiznot]
22
id = 21301
33
examine = "An open bank chest."
4+
5+
[cooking_range_neitiznot]
6+
id = 21302
7+
examine = "Cook your food here."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[cooking_range_pirates_cove]
2+
id = 16893
3+
examine = "An appliance for cooking with."

data/area/fremennik_province/rellekka/rellekka.objs.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ examine = "There's something fishy about this stall."
2121

2222
[fish_stall_empty]
2323
id = 4276
24+
25+
[fire_rellekka]
26+
id = 4265
27+
examine = "Toasty."

data/area/kandarin/ardougne/east_ardougne.objs.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,16 @@ id = 34233
153153
id = 2555
154154
level = 61
155155
exp = 50.0
156-
examine = "A secure door."
156+
examine = "A secure door."
157+
158+
[cooking_range_west_ardougne]
159+
id = 34495
160+
examine = "Ideal for cooking on."
161+
162+
[cooking_range_east_ardougne]
163+
id = 34546
164+
examine = "Ideal for cooking on."
165+
166+
[cooking_range_ardougne]
167+
id = 34565
168+
examine = "An appliance used for cooking."

data/area/kandarin/fishing_guild/fishing_guild.npc-spawns.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spawns = [
8282
{ id = "duck_grey_swim", x = 2617, y = 3445 },
8383
{ id = "duck_grey_swim", x = 2619, y = 3447 },
8484
{ id = "duck_grey_swim", x = 2621, y = 3444 },
85-
{ id = "master_fisher_fishing_guild", x = 2613, y = 3394 },
85+
{ id = "master_fisher", x = 2613, y = 3394 },
8686
{ id = "fishing_spot_fishing_guild", x = 2599, y = 3419, members = true },
8787
{ id = "fishing_spot_fishing_guild", x = 2601, y = 3422, members = true },
8888
{ id = "fishing_spot_fishing_guild", x = 2602, y = 3412, members = true },

0 commit comments

Comments
 (0)