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

    Exp from killing players help !!

    Sorry but I'm not helping via private message. Also my post deal with forgottenserver 1.1 (also it should be compatible with 1.0).
  2. oddake

    Send player to temple when pacc ends for tfs 1.1

    You need three creature scripts for this system. Global variable can be moved to data/global.lua if it's needed. Also, login and logout events can be merged with default versions of it. Here is list of creature scripts (you have to create file for it in correct place and add records to...
  3. oddake

    Exp from killing players help !!

    I've tested it on newest version of forgottenserver and it works fine. If you enable an option in configuration file and level difference isn't greater than value from the config it should work. Maybe gained experience is equal to 0 (it can occur when your damage ratio and victim's loss...
  4. oddake

    TFS 1.1 Look/Exp Broken

    Probably your server (mainly scripts) are out-dated. This error is caused by old version of data/creaturescripts/scripts/login.lua but also files like data/global.lua and data/creaturescripts/scripts/logout.lua can be corrupted. For example, login function should look like this: function...
  5. oddake

    Exp from killing players help !!

    If you want to receive experience by killing players you have to enable this option (experienceByKillingPlayers) in config.lua. Also difference between killer and victim level must be lesser than or equal to expFromPlayersLevelRange option (also available in configuration).
  6. oddake

    Solved CreatureScript Interface Lua Error?

    Yes, any error in function named onLogin will prevent users from logging in to a character. Also if your function returns false then character won't be logged in.
  7. oddake

    TFS 1.1 Look/Exp Broken

    experienceStages = "yes" This option doesn't exist in forgottenserver 1.1. Probably your problem is caused by disabled or undefined method. To solve this issue you have to enable onGainExperience method for Player (it can be done in data\events\events.xml). Also your method cannot be undefined...
Back
Top