Home
Forum
Help
Login
Register
November 05, 2024, 07:39:52 am
fodev.net
»
FOnline Development
»
Questions and Answers
»
How change character and item
« previous
next »
Print
Pages: [
1
]
Author
Topic: How change character and item (Read 2617 times)
FAFA
How change character and item
«
on:
November 28, 2013, 09:28:03 pm »
Hi,
I come here because i try to change my character, LVL, AP, HP, Perks and other stuff that is possible?
Thanks for answers.
Logged
JovankaB
Guest
Re: How change character and item
«
Reply #1 on:
November 28, 2013, 09:41:07 pm »
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.
«
Last Edit: November 28, 2013, 09:46:24 pm by b__B
»
Logged
FAFA
Re: How change character and item
«
Reply #2 on:
November 28, 2013, 10:24:05 pm »
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?
Logged
JovankaB
Guest
Re: How change character and item
«
Reply #3 on:
November 28, 2013, 10:43:56 pm »
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.
«
Last Edit: November 28, 2013, 10:49:11 pm by b__B
»
Logged
FAFA
Re: How change character and item
«
Reply #4 on:
November 29, 2013, 01:43:29 pm »
Thx for all
Logged
Print
Pages: [
1
]
« previous
next »
fodev.net
»
FOnline Development
»
Questions and Answers
»
How change character and item