by
KuraiSeraph
» 31 Aug 2019, 21:09
Hi Marc,
u must edit on the server the dump.sql and on the client the objects_types.xml
On dump.sql search this line
(682,1054,'Campfire',1,0,1,0,1,0,0,50000,3,0,1000,'art\\images\\fireplace_bg.png',0,0,0,0,0,0,'art\\2D\\Objects\\campfire.png','',10,NULL,0,0),
and change 50000,3 to 10000000,6
On objects_types.xml search for
<row>
<ID>682</ID>
<ParentID>1054</ParentID>
<Name>Campfire</Name>
<IsContainer>1</IsContainer>
<IsMovableObject>0</IsMovableObject>
<IsUnmovableobject>1</IsUnmovableobject>
<IsTool>0</IsTool>
<IsDevice>1</IsDevice>
<IsDoor>0</IsDoor>
<IsPremium>0</IsPremium>
<MaxContSize>50000</MaxContSize>
<Length>3</Length>
<MaxStackSize>0</MaxStackSize>
and change <MaxContSize>50000</MaxContSize> to
<MaxContSize>10000000</MaxContSize>
and <Length>3</Length> to <Length>6</Length>
if the player want to use the modded campefire they must have
the changed objects_types.xml
Kurai