FOnline Development > Questions and Answers
FOnline SDK - Question
Sex Apile:
Hello Dev's and others
I started a fonline on my localhost, all work fine but i have a little problem.
How remove this weird line, behind the npc.
Thx.
Gob:
--- Quote from: fonliner on October 18, 2012, 07:31:43 pm ---How to enable the possibility of killing NPCs (380 revision)?
--- End quote ---
you mean the ones in towns? u gotta disable it in config.fos:
__NoPvpMaps = true; <--- change to false
codave:
--- Quote from: Gob on October 25, 2012, 02:41:05 pm ---you mean the ones in towns? u gotta disable it in config.fos:
__NoPvpMaps = true; <--- change to false
--- End quote ---
Also, the maps which PvP is blocked are defined in nopvp_maps.fos, so if you wish to keep certain areas NoPvP, you can define exactly which maps you want. It's right near the top of the script.
const uint[] noPvpMaps =
{
}
Gob:
how can i make my game use critter.dat and master.dat?
Wipe:
--- Quote from: Gob on November 05, 2012, 08:13:43 am ---how can i make my game use critter.dat and master.dat?
--- End quote ---
Just add them to DataFiles.cfg, see 2238 config (note that it's stored in separated file to not overwrite user settings when new file is added to list).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version