fodev.net
FOnline Development => Questions and Answers => Topic started by: sasha on October 12, 2013, 08:30:45 pm
-
well, i search many times in many places but i can't find where i need to disable the " un-lootable " script, so anyone can loot any NPC. anyone know how to change that ?
-
No loot is a parameter attached to mobs in the fopro files.
-
uhm i search in all .fopro ( 21 files ) but i can't find anything related with the unlootable state of NPC's in some places, for example, if i kill a medic in Vault City, i can't try to loot their inventory. i want to disable that for all NPC's in the server. can teach me what file(s) or lines i need to modify exactly to disable that ? thanks.
-
Just open the critter fopros and you will see entries like that
MODE_NO_STEAL=1
MODE_NO_BARTER=1
MODE_NO_DROP=1
MODE_RANGE_HTH=1
In the critter fopro editor it's even easier to see
(http://clip2net.com/clip/m83229/1381653715-clip-52kb.png)
-
i see, thanks ! i only check the files manually, maybe for that i dont find nothing.