April 18, 2024, 06:39:34 am
Username:

Password:

Topic: how do you change other players/npcs param?  (Read 1513 times)

Leim

  • Posts: 54
    • View Profile
how do you change other players/npcs param?
« 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?

jarok

  • Posts: 339
  • Howdy, partner.
    • View Profile
Re: how do you change other players/npcs param?
« Reply #1 on: June 28, 2016, 08:55:33 am »
Check this fonline dev forum http://fodev.net/forum/
I'm badass and I will kick your asses.

Fantastic

  • Supporter
  • Posts: 136
    • View Profile
Re: how do you change other players/npcs param?
« Reply #2 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

Just so you know, Fodev is better for these questions.
« Last Edit: June 28, 2016, 09:11:43 am by Fantastic 👑 »

Leim

  • Posts: 54
    • View Profile
Re: how do you change other players/npcs param?
« Reply #3 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