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

    Lua Special Description on look player

    This code adds only the title, but does not give bonus skills. I modified this code to export point values to config.lua and add them automatically after logging in if the loyalty lines are greater than in config.lua
  2. D

    Lua Special Description on look player

    I'll check tommorow. I have a question to this ... Where to add bonus skill? Loyalty System I checked it and change the code to work local storageID = 14960 local titles = { [1] = "Scout", [2] = "Sentinel", [3] = "Steward", [4] = "Warden", [5] = "Squire", [6] =...
  3. D

    Lua Special Description on look player

    @Mr Erimyth , @Frija This script show on your character "You are " + title and other character show "She is " + title or "He is " + title (function: thing:getSex() ) local title = getTitle(thing.uid) if distance == 1 then if thing:getSex() == 0 then if title then description = description .. "...
Back
Top