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

    hello i got problems.. with 10.98 server

    Why does it have to be changed in stages? Disable that and change it in config.lua? -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 200 rateSkill = 100 rateLoot = 3 rateMagic = 80 rateSpawn = 1 You probablly have other numbers but change...
  2. oualid6496

    Gesior 2012 TFS 1.2 Character.php (frag list)

    As I said this is the script of the old gesior and I was wondering if there is a script for gesior 2012 because this one isn't working anymore on gesior 2012 :p
  3. oualid6496

    hello i got problems.. with 10.98 server

    Are you using tfs or otx? And changing the servers exp should be in config.lua. What acces does your god acc have? Can it do other things? You can check it in talkactions what acces you need to create items and start raids.
  4. oualid6496

    Gesior 2012 TFS 1.2 Character.php (frag list)

    I was wondering if there is a script that shows the frags that were made by the person for gesior 2012? There used to be a script on the old gesior version of Xampy Here is an example of what I mean:
  5. oualid6496

    TFS 1.2 Gesior 2012

    Bump!
  6. oualid6496

    TFS 1.X Bounty Hunter System

    in your database :p Go to phpmyadmin then click on your database then click on sql and put it there
  7. oualid6496

    TFS 1.2 Gesior 2012

    bump anyone? :(
  8. oualid6496

    TFS 1.2 Gesior 2012

    Bump
  9. oualid6496

    TFS 1.2 Gesior 2012

    Bump
  10. oualid6496

    TFS 1.2 Gesior 2012

    Well, I can't see the guild logo's on my website. Im using an edited gesior 2012 for tfs 1.2 and I saw that the problem has something to do with layout.php because I have tried the original layout and config and that seems to be working... It has nothing to do with the logo not having the right...
  11. oualid6496

    Gesior Paypal

    nvm it's fixed had to change paypal_reports also
  12. oualid6496

    Gesior Paypal

    What do you mean because of sources? There has to be points added in the database to the table coins just like how it was with premium_points. I am using an admin panel that can add coins to someone's account and if that's possible shouldn't it also be possible to do the same when someone...
  13. oualid6496

    Tfs 1.2 Reward Chest

    Oh sorry I spoke to soon it worked! Now it seems to be working as it should. Thank you!
  14. oualid6496

    Tfs 1.2 Reward Chest

    So I have to change local randvalue = math.random(0, 100000) / (configManager.getNumber("rateLoot") * chance) to local randvalue = math.random(0, 100000) / (configManager.getNumber(configKeys.RATE_LOOT) * chance) and if configManager.getNumber("rateLoot") > 0 then to if...
  15. oualid6496

    Tfs 1.2 Reward Chest

    Yes but let's say 2 people kill ferumbras both players will get exactlly the same items so also all the rares except for the ferumbras hat. Items that can stack like gold coins aren't the same. I am using a global monster pack but is it because my loot rate is 2x?
  16. oualid6496

    Tfs 1.2 Reward Chest

    So im using this reward chest https://github.com/otland/forgottenserver/pull/1641 and everything seems to be working fine. It goes to the reward chest, unique drops drop only once (like ferumbrass hat) but I tested the script with 2 players kill ferumbras and it seems that the loot of ferumbras...
  17. oualid6496

    Gesior Paypal

    Bump
Back
Top