EOSERV Wiki > Page: Seose Npcs

Seose Npcs


First off you might need to go the the following website to grab all you npc,items,and spell id's

http://guide.endless-online.info/

Next to edit what npc do (say,sell,drop,ect) you must go to your seose folder>data>npc.xini

Below is a random npc that has all of the npc options available.

Below that is a guide explaining what all of them do.


''''' Example '''''
 /* Random Guy */

  [npc543]

  {

    [vocab] Chance=5 {What Am i gonna say??}

    [drop] Item=1 MinCount=10 Maxcount=100 Chance=4

    [shop] Item=1 Sell=2 Buy=4

    [craft]

    {

      Item = 1

      [ingredient] Item=2 Ammount=1

    }

    [spell]

    {

      ID   = 1

      Cost = 10 

      [requires]

      {

      }

    }

    [home]

    {

      Name = "Citizen of Estaq"

      Map  = 48

      X    = 40

      Y    = 10

      [question] question="By whome was Estaq illusion master named Hitaru cursed?" 

answer="apozen"

    }

  }

''''' Info '''''
"/* Random Guy */" is Your npc name (editing this will not change anything ingame.)

"[npc543]" Is your npc id (Do not change.)

"{"-starts "}"-ends   Brackets (DONT DELETE!!!)

"[drop]" what the npc will drop

"[shop]" what the npc will sell (must be a shop npc)

"[craft]" What the npc will let you caft. (must be a shop npc)

"[vocab]" what the npc will say

"[ingredient]" Stuff need to caft that item (can have up to 4 ingredients anymore might cause problems)

"[spell]" Allows npc to teach a players a spell

"[requires]" Any requirements need to learn the spell

"[home]" Allows npc to set your Home

"[question]" allows npc to ask a question

"Item=1 " item ID of the npc will drop or sell

"MinCount=10"  min ammount of the item npc wil drop

"Maxcount=100"  max ammount of the item npc can drop

"Chance=4" How often something will come up (lower=rarely high=all the time)

"Buy" what price the shop will buy back the item

"Sell" What price the shop sells the item

"ID" Spell id

"Cost" How  much it cost to learn the spell

"answer" the answer to what ever question the npc asked.

~korlen

EOSERV Wiki > Page: Seose Npcs