FOnline Development > Questions and Answers
How to spawn items in the original FOnline SDK?
(1/1)
Aralvar:
I see there is a tutorial for spawning items by admin command for the 2238 SDK, but not one for the original SDK (the Russian and English one). I'm using this one because the 3D tutorials don't seem to work for the 2238 one, unfortunately. Anyways, how would I set up admin access and use the items spawning command in the original SDK? Any help would be appreciated!
Wipe:
Set password for admin (FOnlineServer.cfg -> Access_admin)
Login and use ~getaccess admin [your password] command
Find prototype id (protoid) of your item; can be found in few places, Server/scripts/_itempid.fos, checking item in ObjectEditor, one of Server/proto/items/*.fopro files)
Use ~additemself [item protoid] [amount] command
Enjoy
If you're familiar with russian, there's Docs/FOnlineRu.chm where (probably!) you'll find more detailed instructions
If you're not familiar with russian, run Docs/Source/BuildEn*.cmd what should generate docs in english language.
Docs aren't updated frequently, and english one are always more outdated than russian, but such basics should be covered there i think.
Aralvar:
Thanks so much! :D
Navigation
[0] Message Index
Go to full version