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

    AAC [MyACC]Implementation new method / Problem add new items to shop

    You copied the wrong thing, this is the gifts.php for players, not admin panel. Remove the gifts.php and just reinstall the plugin as a whole
  2. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Great to see a few more players finding the server! No recent changes have been made as I'm working to adapt the server to the newest Nekiro 8.6 downgrade, lots of things to do and test before its ready. In doing this we will have a more stable up to date server
  3. jonasu

    migrating from tfs 1.3 to 1.4 nekiro

    Show-off ;)
  4. jonasu

    migrating from tfs 1.3 to 1.4 nekiro

    For reference if someone is looking for this and want to fix their spawn.xml-file Find & replace with Visual Studio code Match with regex <spawn centerx="[0-9]+" centery="[0-9]+" centerz="[0-9]+" radius="[0-9]" \/> Replace with nothing This removes all empty spawn lines
  5. jonasu

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    Looking to create a script which gives double loot chance local creatureevent = CreatureEvent("extraloot") requirePremium = true -- true/false extraLootChance = 12 -- loot chance percent function creatureevent.onKill((creature, target) local targetMonster = target:getMonster() if not...
  6. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Thanks for the report! The problem is now solved :)
  7. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    I misunderstood you, I interpreted them as whack=bad. I can understand his frustration but, playing for 1-2 days leveling up and leaving because of 1 death seems like a waste of time. It's not like this is a big name server or anything special just yet, there were 200 other 8.6 servers since i...
  8. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Good to see some in action screenshots! And I'm super happy to hear that you enjoy the server. First of all, I have every intention of running this server long term and expanding it with features :) No plans of rebooting the server as of now, lets see where we are next year and go from there...
  9. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    You are very welcome! Let me know if you have any concerns 1629300899 Changelog 2021-08-17 Fixed issue with shop. Items stuck in queue, they were not being received by player Increased hp- and manatick Lvl 150 req to buy houses All players now receive 5 premium days on account creation. All...
  10. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Changelog 2021-08-17 -Knights now receive a weapon at lvl 30 depending on highest skills. Dragon Hammer, Wyvern Fang or Knight Axe. -Auction house added: Auction - RebornOT (https://www.rebornot.net/?auction) -Gift shop error resolved, prices have been lowered -Thais sewers have been expanded...
  11. jonasu

    TalkAction Offline player to player item trader (Auction System).

    This works for me auctionsystem.lua --[[ Offline player to player item trader (Auction System) File location: data/scripts/auction_system.lua -- Originally by vDk, converted to TFS 1.3 Revscriptsys by Znote Script version: 1.3z -- TFS 1.3, downgraded to...
  12. jonasu

    [MyAAC][Plugin] Gesior Shop System

    For people that are trying to get other categories to work: line 172 @ system/pages/gifts.php if($item_type == "item" || $item_type == "armor" || $item_type == "container" || $item_type == "equipment" || $item_type == "knight" || $item_type == "sorcerer" || $item_type == "druid" || $item_type ==...
  13. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    I would have to give them 3 weapons as it is now. Have to code a function based on highest skill to give them the appropiate weapon
  14. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Thanks for your input! I'll take this into consideration, fortunately we still don't have enough players that adjusting the stages would be a problem. New rewards page on the website, adjusted level up rewards - Rewards - RebornOT (https://rebornot.net/?rewards) Rewards Level rewards (items)...
  15. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    What would be more suitable in your opinion? I feel we dont have enough end game content for high level..
  16. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Have a look! Experience Stages - RebornOT (https://www.rebornot.net/?experienceStages)
  17. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Thank you for showing interest, I hope you'll find it entertaining! You are welcome to start playing as of now if you wish, I'm not planning to open with a countdown. I will however do my best to attract new players. I'll add it on otservlist and also advertise a bit in hope of finding more...
  18. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    I will be adjusting the rates and a few other things. Also have to clear the database, it will start tomorrow
  19. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    I created a new mobile friendly template for MyAAC. Please have a look. Latest News - RebornOT (https://www.rebornot.net/)
  20. jonasu

    First look judgement - Judging a book by its cover

    Update: New template in the works for MyAAC. I figured why reinvent the weel when i can just put my own design over it. It is very simple and mobile-friendly. I made it using bootstrap. Albeit a bit boring, but I'm working on that :)
Back
Top