• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Z

    Lua Title system

    @Xikini I only put the citzen there because in the old script there had to be something there. There is a way to remove this thing? Like, if the player don't want any title, he can remove it? That is, not abusing you and your goodwill Edit: Im testing and if you look yourself, it will show...
  2. Z

    Lua Title system

    @Xikini Here's the code. Thanks function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM...
  3. Z

    Lua Title system

    Oh, I see. yeah, thinking about it, it has this problem. Any ideia how to adapt this part of the frag script to accept your glorious script?
  4. Z

    Lua Title system

    @Xikini Oh, very nice. But now I don't know where to put the second script you told me. Im using the script where shows your frags and I add some stuffs to tell the title, but now I got confused local t = { [-1] = "a citzen", [0] = "a soldier", [1] = "a warrior", [2] = "a duke", [3]...
  5. Z

    Lua Title system

    Hello. I'm using 0.4 I need something like this: Player receive a storage and then gain a title below his name. I got this part, works just fine. But, I need a talkaction where the player types !title and then show all his titles. He can also use "!title "something"" to change titles, if he...
  6. Z

    Simple task system

    Hello guys, i tried to put a simple task on my server, i already tried this post from Limos: http://otland.net/threads/npc-mission.211063/#post-2022378 But didnt work, i dont know, but it didnt count when i kill the monsters Someone have another task system ? Thx all (sry for my english)
Back
Top