• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. A

    NPC problem

    Hi, I'm having a slight problem with a NPC I just scripted (with help of the default TFS NPC's). I have added alot of items that can be bought/sold to it's script, but the NPC only responds when I say hi/bye for some reason. I believe it's because of my .lua script, since there's not much in...
  2. A

    [Help] Firstitems.lua

    Hey, I need some help with firstitems.lua. I am trying to figure out how to add more items to the backpack (and the amount of it offcourse) but when I change local bag = doPlayerAddItem(cid, 1987, 1) doAddContainerItem(bag, 2674, 1) setPlayerStorageValue(cid, 30001, 1) to local...
Back
Top