高级玩家

- 贡献度
- 0
- 金元
- 3668
- 积分
- 367
- 精华
- 0
- 注册时间
- 2008-7-29

|
cheat_spawn_npc
Searches through the database of souls and spawns 1 NPC for each match.
This is intended to be used to spawn specific NPCs.
The list of souls is in v_soul_character_data.xml in tables.pak.
Arguments:
token: (required) The sould ID, all/part of the soul name, or all/part of localized soul name.
Examples:
Spawn Olena by name (spawns 2 NPCs, 1 is invisible):
cheat_spawn_npc token lena
Spawn all NPCs with 'father' in their name:
cheat_spawn_npc token:father
Spawn by soul ID:
cheat_spawn_npc token:4d69f4f4-6b78-7b1f-5a61-8fa8045b7aac
Spawn by ui name:
cheat_spawn_npc token:char_452_uiName
cheat_set_weather
Sets the weather to the given weather ID.
1 = cloudless_sunny
2 = semicloudy_clear
3 = cloudy_no_rain
4 = cloudy_frequent_showers
5 = foggy_drizzly
6 = foggy_storm
7 = dream
Arguments:
delay: (optional number) The number of hours to delay the transition. Default 0.
id: (required number) The weather type ID.
Examples:
Set weather to foggy storm:
cheat_set_weather id:6
|
|