FOnline Development > Questions and Answers

How change character and item

(1/1)

FAFA:
Hi,
I come here because i try to change my character, LVL, AP, HP, Perks and other stuff that is possible?

Thanks for answers.

JovankaB:
If you use 2238 SDK, then read the tutorial
http://fodev.net/forum/index.php/topic,29382.0.html

To get xp you can use `xp command, to change most stats use `param command, for example
`param 0 1 10
to set Perception to 10 (the first number is always 0, the second is param id, for example strength is 0, perception 1, etc, the last number is value). Check data\ParamNames.lst for list of the most useful params.

FAFA:
i dont found param command

i have -parameters
         -client parameters

Can u tell me where i can found and if i nedd specific program for?

JovankaB:
No. You type commands while logged in game, after you get admin access with ~getaccess command.

I assume you use 2238 SDK: http://fo2238.fodev.net/source/

1. Configure server just like described here: http://fodev.net/forum/index.php/topic,29382.msg258182.html#msg258182
2. Start server, start client and connect to game.
3. To get admin access, use command getaccess by typing:
~getaccess admin [password]
Of course [password] should be the actual password you put in GetAccess.cfg file.
4. Now you can use param command. For example use param by typing:
`param 0 1 10
Make sure you use correct ` character (the one next to 1 key). This should set Perception to 10.

FAFA:
Thx for all ;D

Navigation

[0] Message Index

Go to full version