FOnline: Reloaded

Other => Vault Archives => Off-topic discussions => Topic started by: Leim on June 26, 2016, 04:12:08 pm

Title: how do you change other players/npcs param?
Post by: Leim on June 26, 2016, 04:12:08 pm
is there a command new to reloaded that allows this?

or how do i edit cheat.fos so i don't break the server to get `param to work on npcs?
Title: Re: how do you change other players/npcs param?
Post by: jarok on June 28, 2016, 08:55:33 am
Check this fonline dev forum http://fodev.net/forum/
Title: Re: how do you change other players/npcs param?
Post by: Fantastic on June 28, 2016, 09:06:59 am
'param 0 param [value] -p [PlayerName] for players.

'param 0 param [value] -n [NPCID] for NPCs, I believe.

You have to disable this check to be able to change other players params, though: https://github.com/rotators/fo2238/blob/master/Server/scripts/cheats.fos#L7913 (https://github.com/rotators/fo2238/blob/master/Server/scripts/cheats.fos#L7913)

Just so you know, Fodev is better for these questions.
Title: Re: how do you change other players/npcs param?
Post by: Leim on June 28, 2016, 12:06:27 pm
ok I'll go to http://fodev.net/forum/ and ask there how to disable that check