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

    [Bug] Player not receiving EXP

    Hey, there's a couple of players not getting experience on my server. I'm using TFS 0.4. They're not sure why they're not, and neither am I.. so I can't really pin-point the problem. They're not staff, and it just randomly happened. Has anyone had this problem before and possibly know...
  2. S

    NPC Ultimate Armor and Weapon Shopkeepers

    "Unexpected symbol near '<' " in the server console..This is on TFS 0.4, though. Anyone got the fix?
  3. S

    Level based attack rune

    Beautiful guys, thanks a lot for the fast replies!
  4. S

    Level based attack rune

    So I've tried looking and haven't found anything.. not the best with scripting a whole thing myself like this. I've probably missed something easy, too.. :/ Can anyone help me with a level based attack rune? So far, this is the rune: local combat = createCombatObject()...
  5. S

    CreatureEvent [CreatureEvent/Npc] Killing in the name of. [Now player can start more than one task]

    So I did that, and it still didn't fix it to the 'custom list'. I know everything else is right, since the tasks actually work (well, tasks 1 and 2 [Trolls and Goblins worked] but not Rotworms or any other...). It pops up with the list, all the new names etc. But nothing. Anyway, here's my...
  6. S

    CreatureEvent Reward For Each Single Vocation OnAdvance

    Take out step 2 and make it just "Add registerCreatureEvent(cid, "Vocationreward") to your login." It can be under anything, not just 'ReportBug' Other than that, nice script. Works perfectly. Tested on TFS 0.4.
  7. S

    CreatureEvent [CreatureEvent/Npc] Killing in the name of. [Now player can start more than one task]

    Hey I tried to customise this to different monsters, and suddenly it doesn't work? All I changed were the names of the monsters in both scripts (NPC and global) etc.. Example: [1] = {questStarted = 1510, questStorage = 65000, killsRequired = 100, raceName = "Rotworms", rewards = {{enable =...
  8. S

    Windows door error

    In your map editor, right click the quest door and change the Action ID from 0 to 1XXX 1010 means a level 10+ can pass 1100 means a level 100+ can pass 11000 means a level 1,000+ can pass etc
  9. S

    [How-to] Quests

    I found that you need to duplicate the systems file (rename your duplicates) and run the extra scripts. When I tried to add 2 extra quests to the system file alone, the quests all bugged. I followed it to a T, didn't work. So I made systemtwo and systemthree, put the actionID's in it etc, and...
  10. S

    [USA] Slickz OT 8.6

    Fun server to play with constant updates... keen to see it when it's more finished, too!
  11. S

    TalkAction Downgrade Player to Lvl 1

    Great script - it works on 0.4 but you need to do the following: Change the second line from: "if(param == "") then" To: to "if(param == '') then"
  12. S

    TheForgottenServer v0.2rc6 (Golden Warrior)

    How do I edit players/accounts?? I have no clue.. there's no folders for them that I can see anywhere.. so someone help me?
Back
Top