Dark and Light Wiki
Tag: Visual edit
Tag: Visual edit
Line 105: Line 105:
 
| Longhorn || Longhorn_character_bp_c || Blueprint'/Game/Mods/DarkAndLight/object/Monster/Longhorn/Longhorn_Character_BP.Longhorn_Character_BP'
 
| Longhorn || Longhorn_character_bp_c || Blueprint'/Game/Mods/DarkAndLight/object/Monster/Longhorn/Longhorn_Character_BP.Longhorn_Character_BP'
 
|-
 
|-
| Elite Unicorn || eliteunicorn_character_bp_c ||Bluprint'/Game/Mods/DarkAndLight/object/Monster/Unicorn/EliteUnicorn_Character_BP'
+
| Elite Unicorn || eliteunicorn_character_bp_c ||Bluprint'/Game/Mods/DarkAndLight/object/Monster/Unicorn/EliteUnicorn_Character_BP.EliteUnicorn_Character_BP'
 
|-
 
|-
 
| Yeti || Yeti_character_bp_c || Blueprint'/Game/Mods/DarkAndLight/object/Monster/Yeti/Yeti_Character_BP.Yeti_Character_BP'
 
| Yeti || Yeti_character_bp_c || Blueprint'/Game/Mods/DarkAndLight/object/Monster/Yeti/Yeti_Character_BP.Yeti_Character_BP'

Revision as of 22:00, 27 March 2018

Numpad+ opens the Console Command bar. You can change it in the Options menu.


Basic Commands

NOTE: On a single player server most commands need to be prefixed with the word cheat, where as if it's a multiplayer server you need to prefix the command with admincheat

Command Description

- cheat god - Enables invincibility mode so no enemy can kill you. You can still die of dehydration etc.
- cheat fly - Fly into the air rather than walk
- cheat walk - Deactivates flying and allows you to walk again
- cheat ghost - similar to the previous one, except this lets you move through any object or barrier
- cheat destroyallenemies - This command destroys ALL CREATURES from the entire game, including those you have tamed. They will slowly respawn, but tames are gone.
- cheat giveresources - automatically get 50 of all resources
- cheat addexperience 1000 0 0 - Gives you 1000xp, you can change the value.
- Cheat GiveItemNum <number> - Gives the Specified Item, For a list of Entity ID's look here: DnL Entity ID's
- cheat ForceTame - Forcing taming a creature -> type command while looking at a creature.
- cheat destroymytarget - Destroys the object / enemy you are looking at.
- cheat setplayerpos - Teleports you to specified coordinates 0 0 0 (X Y Z).
- cheat slomo 5 - Changes the speed on the server such as player movement, use slomo 1 to revert to normal speed
- cheat playersonly - Freezes absolutely everything except players, this even includes crafting
- cheat infinitestats - Gives you infinite stats, except for mana and focus
- cheat enemyinvisible true/false - Makes all creatures ignore you even if you attack them
- ShowMyAdminManager - Opens the in game server management interface.

Client Commands

- stat fps - Shows your fps, usable by anyone. commands do not need to be enabled for this stat unit
- stat unit - Shows your GPU and CPU stats, usable by anyone. commands do not need to be enabled for this
- Free camera type - “cheat enablespectator”
- Stop Camera type - “stopspectating”
- Set color for creature - type “settargetdinocolor (color region) (color)”

Spawning Creatures

Use the following code to spawn in a creature at any desired level (note the higher the level could cause server crash 1k+)

spawndino (creature_blueprint_path) (x) (y) (z) (level)

Example -> spawndino "Blueprint'/Game/Mods/DarkAndLight/object/Monster/FireDragon/FireDragon_Character_BP.FireDragon_Character_BP'" 1 1 1 120

  • The 1 1 1 is x y z cords from your position
  • The 120 is level (this can be changed to any number but the higher the number the more lag /chance of server crash)
Name Class Name Blueprint Path
Albino Deer Albino_Deer_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Albino_Deer/Albino_Deer_Character_BP.Albino_Deer_Character_BP'
Savage Cyclops Savage_Cyclops_Character_bp_c Blueprint’/Game/Mods/DarkAndLight/object/Monster/

Savage_Cyclops/Savage_Cyclops_Character_BP.Savage_Cyclops_Character_BP'

Vicious Hyena Hyaena_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Hyena/Hyaena/Hyaena_Character_BP.Hyaena_Character_BP'
Wraith Ghost_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Ghost/Ghost_Character_BP.Ghost_Character_BP'
Gryphon Gryphon_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Gryphon/Gryphon_Character_BP.Gryphon_Character_BP'
Cyclops Cyclops_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Cyclops/Cyclops_Character_BP.Cyclops_Character_BP'
Wyvern Wyvern_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Wyvern/Wyvern_Character_BP.Wyvern_Character_BP'
Horse Horse_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Horse/Horse_Character_BP.Horse_Character_BP'
Fire Imp / Balrog Balrog_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Balrog/Balrog_Character_BP.Balrog_Character_BP'
Goblin (Bag) Goblin_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Goblin/Goblin_Character_BP.Goblin_Character_BP'
Unicorn Unicorn_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Unicorn/Unicorn_Character_BP.Unicorn_Character_BP'
Pegasus Pegasus_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Pegasus/Pegasus_Character_BP.Pegasus_Character_BP'
Wolf Wolf_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Wolf/Wolf_Character_BP.Wolf_Character_BP'
Skeleton / Fallen Skeleton_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Skeleton/Skeleton_Character_BP.Skeleton_Character_BP'
Stirge Hydrellia_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Hydrellia/Hydrellia_Character_BP.Hydrellia_Character_BP'
Elephant Elephant_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Elephant/Elephant_Character_BP.Elephant_Character_BP'
Panther Panther_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Leopar/Leopard_Character_BP.Leopard_Character_BP'
Lava Tiger Firetiger_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Lavatiger/Lavatiger_Character_BP.Lavatiger_Character_BP'
Boa Boa_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Boa/Boa_Character_BP.Boa_Character_BP'
Kebo / Kodo Kebo_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Kodo/Kodo_Character_BP.Kodo_Character_BP'
Nightshade Moth_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Moth/Moth_Character_BP.Moth_Character_BP'
Sacred Griffin griffin_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Griffin/Griffin_Character_BP.Griffin_Character_BP'
Windrider leonopteryx_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Leonopteryx/Leonopteryx_Character_BP.Leonopteryx_Character_BP'
Fairy Elf_character_bp_c
Sheep Sheep_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Sheep/Sheep_Character_BP.Sheep_Character_BP'
Nidhog banshee_Character_bp_c Blueprint’/Game/Mods/DarkAndLight/object/Monster/Banshee/Banshee_Character_BP.Banshee_Character_BP'
Treant Treant_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Treant/Treant_Character_BP.Treant_Character_BP'
Bear bear_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Bear/Bear_Character_BP.Bear_Character_BP'
Deer Deer_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Deer/Deer_Character_BP.Deer_Character_BP'
Longhorn Longhorn_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Longhorn/Longhorn_Character_BP.Longhorn_Character_BP'
Elite Unicorn eliteunicorn_character_bp_c Bluprint'/Game/Mods/DarkAndLight/object/Monster/Unicorn/EliteUnicorn_Character_BP.EliteUnicorn_Character_BP'
Yeti Yeti_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Yeti/Yeti_Character_BP.Yeti_Character_BP'
Elite Nidhog elitebanshee_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Banshee/EliteBanshee_Character_BP.EliteBanshee_Character_BP'
Fire Lord Bigfire_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Bigfire/Bigfire_Character_BP.Bigfire_Character_BP'
Colossus mushanbeast_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Mushan_Beast/MushanBeast_Character_BP.MushanBeast_Character_BP'
Goblin goblin2_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Goblin2/Goblin2_Character_BP.Goblin2_Character_BP'
Bramblehopper rabit_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Rabit/Rabit_Character_BP.Rabit_Character_BP'
Grut Stag cattle_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Cattle/Cattle_Character_BP.Cattle_Character_BP'
Boar BoarNew_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Boarnew/Boarnew_Character_BP.Boarnew_Character_BP'
Fire Dragon FireDragon_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/FireDragon/FireDragon_Character_BP.FireDragon_Character_BP'
Centaur Vanguard CentaurShieldman_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/CentaurShieldman/CentaurShieldman_Character_BP.CentaurShieldman_Character_BP'
Centaur Spearmen/Lancer Centaur_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Centaur/Centaur_Character_BP.Centaur_Character_BP'
Elite Gryphon EliteGryphon_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Gryphon/EliteGryphon_Character_BP.EliteGryphon_Character_BP'
Dark Fire Element FireElement_Dark_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/FireElement_Dark/FireElement_Dark_Character_BP.FireElement_Dark_Character_BP'
Fire Elemental FireElement_Character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/FireElement/FireElement_Character_BP.FireElement_Character_BP'
Dark Wraith Ghost_dark_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Ghost_Dark/Ghost_Dark_Character_BP.Ghost_Dark_Character_BP'
Ice Imp IceElement_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/IceElement/IceElement_Character_BP.IceElement_Character_BP'
Light Elemental lightelemental_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/LightElemental/LightElemental_Character_BP.LightElemental_Character_BP'
Wind Elemental Windelement_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/WindElement/WindElement_Character_BP.WindElement_Character_BP'
Spider Spider1_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Spider/Spider_Character_BP.Spider_Character_BP'
Skorpida Spider2_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Spider2/Spider2_Character_BP.Spider2_Character_BP'
Ice Elemental FrostDevil_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/FrostDevil/FrostDevil_Character_BP.FrostDevil_Character_BP'
Dark Fallen Skeleton_dark_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Skeleton_Dark/Skeleton_Dark_Character_BP.Skeleton_Dark_Character_BP'
Piranha piranha_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Piranha/Piranha_Character_BP.Piranha_Character_BP'
Alligar Alligar_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Alligar/Alligar_Character_BP.Alligar_Character_BP'
Bargesh Hyena_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Bargesh/Bargesh_Character_BP.Bargesh_Character_BP'
Earth Elemental StoneElement_dark_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/StoneElement/StoneElement_Character_BP.StoneElement_Character_BP'
Dark Earth Elemental StoneElement_dark_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/StoneElement_Dark/StoneElement_Dark_Character_BP.StoneElement_Dark_Character_BP'
Vrock twohead_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/Twohead/Twohead_Character_BP.Twohead_Character_BP'
Water Elemental WaterElement_character_bp_c Blueprint'/Game/Mods/DarkAndLight/object/Monster/WaterElement/WaterElement_Character_BP.WaterElement_Character_BP'
Bahamut Blueprint'/Game/Mods/DarkAndLight/object/Monster/Firecara1/Firecara1_Character_BP.Firecara1_Character_BP'
Centaur Spearman Chieftain Blueprint'/Game/Mods/DarkAndLight/object/Monster/Centaur/BossCentaur_Character_BP.BossCentaur_Character_BP'
Centaur Vanguard Chieftain Blueprint'/Game/Mods/DarkAndLight/object/Monster/CentaurShieldman/BossCentaurShieldman_Character_BP.BossCentaurShieldman_Character_BP'
Cyclops Chieftain Blueprint'/Game/Mods/DarkAndLight/object/Monster/Cyclops/BossCyclops_Character_BP.BossCyclops_Character_BP'
Dark Wind Elemental Blueprint'/Game/Mods/DarkAndLight/object/Monster/WindElement_Dark/WindElement_Dark_Character_BP.WindElement_Dark_Character_BP'
Elite Goblin Blueprint'/Game/Mods/DarkAndLight/object/Monster/Goblin/EliteGoblin_Character_BP.EliteGoblin_Character_BP'
Elite Kebo Blueprint'/Game/Mods/DarkAndLight/object/Monster/Kodo/EliteKodo_Character_BP.EliteKodo_Character_BP'
Goblin Chieftain Blueprint'/Game/Mods/DarkAndLight/object/Monster/Goblin2/Goblin_Boss_Character_BP.Goblin_Boss_Character_BP'
Golden Sheep Blueprint'/Game/Mods/DarkAndLight/object/Monster/Sheep2/GoldenSheep_Character_BP.GoldenSheep_Character_BP'
Ice Dragon Blueprint'/Game/Mods/DarkAndLight/object/Monster/IceDragon/IceDragon_Character_BP.IceDragon_Character_BP'
Ice Wolf Blueprint'/Game/Mods/DarkAndLight/object/Monster/Ice_wolf/IceWolf_Characte_BP.IceWolf_Characte_BP'

Spawning Items

giveitemnum (item ID) (quantity) (rarity 1-9) (0 for item, 1 for blueprint)

Example -> cheat giveitemnum 2 10 0 0

  • Gives the player 10 small chests.

For a lists of items by category see Item IDs. For a list of all IDs see Item IDs/full.