User Tools

Site Tools


mr:service_man_npc_npc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mr:service_man_npc_npc [2026/01/01 08:47] – Rename service_man_n_p_c_mob.txt to service_man_npc_npc.txt to follow naming convention mikemr:service_man_npc_npc [2026/01/01 08:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Service Man Npc Npc - Code References ======
  
 +===== Java Classes =====
 +ServiceManNPC is implemented in Java at:
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/ServiceManNPC.java
 +  * Extends ImmortalNPC base class
 +
 +===== JSON Configuration =====
 +This entity does not appear to have specific JSON configuration files.
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ServiceManNPC_Name">employee</string>
 +<string name="ServiceManNPC_Desc">A regular worker of the local establishments.</string>
 +<string name="ServiceManNPC_NoConnection">I am sorry, you cannot use our service right now. (Internet connection required)</string>
 +<string name="ServiceManNPC_NotReady">Sorry, the movie is not ready yet, you may try again in a few minutes.</string>
 +<string name="ServiceManNPC_Limit">I do apologise, but every new adventurer can watch only %d movies total.</string>
 +<string name="ServiceManNPC_Limit_Reached">I do apologise, but you've reached your current limit. But you'll be able to use our service again for every hero level you receive!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Entity Kind =====
 +  * getEntityKind(): ServiceManNPC
 +
 +===== Additional Information =====
 +  * ServiceManNPC is an NPC that provides video reward system functionality
 +  * Found in the main game, related to advertising rewards
 +  * Allows players to watch videos in exchange for gold rewards

Exception: Git command failed to perform periodic pull: fatal: Not possible to fast-forward, aborting.

Exception: Git command failed to perform periodic pull: fatal: Not possible to fast-forward, aborting.

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.