Skip to content

Commit 6b30668

Browse files
committed
1.34 release
1 parent 83e5fff commit 6b30668

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Source/Docs/help.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ Finds all of the items that match the given token.
185185
Adds an item to the player's inventory.
186186

187187
[b]Arguments:[/b]
188+
amount: (optional number) The number of items to add. Default 1.
188189
id: (required) The item ID or all or part of a the item's name. Uses last match from cheat_find_items.
189190
health: (optional number) The condition of the item added. Default 100.
190-
amount: (optional number) The number of items to add. Default 1.
191191

192192
[b]Examples:[/b]
193193
Adds the last item with 'bow' in its name:
@@ -214,8 +214,8 @@ Adds all items the player's inventory. This is probably a bad idea...
214214
Removes an item to the player's inventory.
215215

216216
[b]Arguments:[/b]
217-
amount: (optional number) The number of items to remove. Default 1.
218217
id: (required) The item ID or all or part of a the item's name. Uses last match from cheat_find_items.
218+
amount: (optional number) The number of items to remove. Default 1.
219219

220220
[b]Examples:[/b]
221221
Removes the last item with 'bow' in its name:
@@ -451,9 +451,9 @@ You can end up in the air or under the map.
451451
I suggest saving your game and turn on immortality first.
452452

453453
[b]Arguments:[/b]
454+
x: (required number) X coordinate
454455
z: (required number) Z coordinate
455456
y: (required number) Y coordinate
456-
x: (required number) X coordinate
457457

458458
[b]Examples:[/b]
459459
Example:
@@ -592,9 +592,9 @@ Let me know.
592592
Regenerates the given player state over time; pulses once per second.
593593

594594
[b]Arguments:[/b]
595-
state: (required) The state to regen: all, health, stamina, or exhaust.
596595
enable: (required boolean) true to enable state regen; false to disable
597596
amount: (optional number) The amount to regen every second.
597+
state: (required) The state to regen: all, health, stamina, or exhaust.
598598

599599
[b]Examples:[/b]
600600
Adds 1 to all states every second.:
@@ -627,8 +627,8 @@ Finds all of the skills that match the given token.
627627
Sets one of the player's skills to the given level.
628628

629629
[b]Arguments:[/b]
630-
level: (required number) The desired level for the given skill (max 20).
631630
skill: (required) The skill name, full or partial, or ID. Use cheat_find_skills to list all skills.
631+
level: (required number) The desired level for the given skill (max 20).
632632

633633
[b]Examples:[/b]
634634
Set player's lockpicking skill to level 20:
@@ -686,8 +686,8 @@ A high ratio, like 1000, is faster. Default is 15. 0 will pause time.
686686
Finds and kills all the killable NPCs within the given radius of the player.
687687

688688
[b]Arguments:[/b]
689-
radius: (optional number) The kill radius around player. Default 5.
690689
token: (required) All or part of a the NPC's name.
690+
radius: (optional number) The kill radius around player. Default 5.
691691

692692
[b]Examples:[/b]
693693
Kill Father Godwin:
@@ -715,12 +715,12 @@ This only works if the NPC has been loaded into the world.
715715
Teleports one or more NPCs to the given coordinates. Use cheat_loc to get locations.
716716

717717
[b]Arguments:[/b]
718+
max: (optional number) The maximum NPCs to teleport. Default 10.
718719
z: (required number) Z coordinate.
719720
y: (required number) Y coordinate.
720721
x: (required number) X coordinate.
721-
radius: (optional number) The teleport radius around the x,y,z target. Default 5.
722-
max: (optional number) The maximum NPCs to teleport. Default 10.
723722
token: (required) All or part of a the NPC's name.
723+
radius: (optional number) The teleport radius around the x,y,z target. Default 5.
724724

725725
[b]Examples:[/b]
726726
Teleport Father Godwin to somewhere...:
@@ -732,9 +732,9 @@ Teleports one or more NPCs to the given coordinates. Use cheat_loc to get locati
732732
Teleports one or more NPCs to the player's location.
733733

734734
[b]Arguments:[/b]
735-
radius: (optional number) The teleport radius around the player. Default 5.
736735
max: (optional number) The maximum NPCs to teleport. Default 10.
737736
token: (required) All or part of a the NPC's name.
737+
radius: (optional number) The teleport radius around the player. Default 5.
738738

739739
[b]Examples:[/b]
740740
Teleport Father Godwin to ???:
@@ -758,9 +758,9 @@ For some reason most of the animals and some bandits/cuman just stand around. No
758758
The spawned entities are not managed so you should kill them off or load a clean save.
759759

760760
[b]Arguments:[/b]
761-
radius: (optional number) The spawn radius around the player. Default 5.
762-
count: (optional number) Number of things to spawn. Default 1.
763761
class: (required) bandit|cuman|hare|horse|boar|sheep|pig|cow|buck|doe|reddeer
762+
count: (optional number) Number of things to spawn. Default 1.
763+
radius: (optional number) The spawn radius around the player. Default 5.
764764

765765
[b]Examples:[/b]
766766
Spawn 10 bandits:
@@ -802,8 +802,8 @@ Sets the weather to the given weather ID.
802802
7 = dream
803803

804804
[b]Arguments:[/b]
805-
delay: (optional number) The number of hours to delay the transition. Default 0.
806805
id: (required number) The weather type ID.
806+
delay: (optional number) The number of hours to delay the transition. Default 0.
807807

808808
[b]Examples:[/b]
809809
Set weather to foggy storm:

Source/Scripts/Startup/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cheat={}
22
cheat.versionMajor = 1
3-
cheat.versionMinor = 33
3+
cheat.versionMinor = 34
44
cheat.devHome = ""
55
cheat.isCommandLineBuild = false
66
cheat.commands = {}

0 commit comments

Comments
 (0)