Search results

  1. K

    Duplicate Trader NPC with different items

    Hello everybody, While doing some tests with the trader npc,  I noticed that when I duplicate my trader, if I change the item list of one, all of them are affected. For example: -  trader  MyNpc#id  -1,{OnInit:  .@i = 400 + rand(0,10);  sellitem Red_Potion, .@i;  waitingroom "id...
  2. K

    Creating new constants

    Hello everybody, I would like to know if there is a way to make new constants for scripts, I tried to add some values to db/const.txt and they worked, but I'm not sure if it's good to do this haha. I thought about having a script that sets global variables ($@name and $@name$) inside a OnInit...
Back
Top