Jump to content
  • 0

Limited-time item sometimes doesn't disappear


0flee

Question

14 answers to this question

Recommended Posts

  • 0

It is 180. But sometimes, i don;t know how, i dont; know what player do, time it's finished, and doesn;t disappear. I will post here the xml.

<item id="17405" type="EtcItem" name="Maphi's Bonus Drop"> <!-- Amount 100%-->
		<set name="icon" val="icon.etc_ancient_tablet_i00" />
		<set name="etcitem_type" val="RUNE_SELECT" />
		<set name="immediate_effect" val="true" />
		<set name="material" val="PAPER" />
		<set name="weight" val="120" />
		<set name="is_tradable" val="false" />
		<set name="is_dropable" val="false" />
		<set name="is_sellable" val="false" />
		<set name="is_premium" val="true" />
		<set name="time" val="180" /> <!-- 3 hours  -->
		<set name="dropBonusAmount" val="2.00" />
		<set name="for_npc" val="true" />
	</item>

 

I want to do something on endoflife method to force delete item when time it's over.

Link to comment
Share on other sites

  • 0

Yes. I have setted on 12:00 and 00:00, auto restarts. But restart from 12:00 isn;t applied. Just on 00:00. Another issue on Mobius

# Scheduled restart schedule.
# You can put more than one value separated by commas (,).
# Example: 12:00, 00:00
ServerRestartSchedule = 00:00, 12:00

# Specify days that the restart will occur. Values separated by commas (,).
# Example: 1,2,3,4,5,6,7 (SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY)
# Default: 4 (WEDNESDAY)
ServerRestartDays = 1,2,3,4,5,6,7

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...