• 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. F

    Random Sprites - Newbie.

    So brand new to this, and sprinting is not my forte but I had a need that needed filled and none of my friends are graphically inclined. So here's my attempt and I thought I would share! If anyone wants to use them feel free! Recommendations on how to make these look better, totally accepted...
  2. F

    NPC that exchanges tibia gold for tibia coins

    NPC Will sell 1 tibia coin for 1250 gold. Ratio is adjustable at the top. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local count = {} local transfer = {} local ratio = 1250 function onCreatureAppear(cid)...
  3. F

    NPC prices by reputation

    I am trying to make the "sell" value in this code change based on the rank. Currently the code works to sell items at higher prices based on the rank, but the trade window doesn't update to reflect the new value. I thought maybe this would do the trick local rank = .75 local function...
Back
Top