In Endless Online, there are many NPCs(Non-Playable Character) that have different jobs and tasks.
== Types ==
# None
# Passive - Attacks if attacked first
# Aggressive - Attacks on sight
# Unknown
# Unknown
# Unknown
# Shop - Handles buying, selling, & crafting items
# Inn - Handles citizenship and sleeping
# Unknown
# Bank - Handles your bank account
# Barber - Handles your hair style and hair color
# Guild - Handles your guild
# Priest - Handles marriages
# Law - Handles registering marriages and divorces
# Skills - Handles learning and forgetting spells, and resetting your character
# Quest - Handles quests
== Drop Spawn Information ==
'' Available for passive or aggressive NPCs only. ''
Drop Spawn Information tells the NPC what to drop at what percentage chance. It is stored in an INI under the data section of EOSERV.
<pre>
NPC ID = Possible items for the NPC to drop {item ID, minimum amount, maximum amount, drop percentage rate}
</pre>
== Shop Spawn Information ==
'' Available for shop NPCs only. ''
Shop Spawn Information tells the NPC what to buy, sell, and craft in the shop menu. It is stored in an INI under the data section of EOSERV.
<pre>
NPC ID.name = Name of the shop
NPC ID.trade = Items the NPC is buying or selling {item, buy price, sell price}
NPC ID.craft = Possible items to craft and the ingredients they take (optional) {item, ingredient,amount, ingredient,amount, ingredient,amount, ingredient,amount}
</pre>
== Quest Information ==
'' See [[EO+]] for more information. '' |