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

    NPC looktype randomizer

    --------------------------- Program will randomize npc's looktype, colors and addons. --------------------------- I wrote this program after I made 40 npc with same looktype and colors on my server. You only need to specify the path to the folder (and edit looktype list if you are using other...
  2. kamilcioo

    Need your feedback on rates!

    I'm planning to set up a low rate server also. Here are my suggestion rates: 1-8 - 1x (custom? exp from quests to finish rookgard?) 9-24 - 5x 25-49 - 4x 50-74 - 3x 75-99 - 2.25x 100+...
  3. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Well, I need some help with the city. I think the road in the city needs details that will make it look better. 1. How does it look? 2. What do you think I should add there (details)? 3. Should I add more types of trees? 4. Any other suggestions? Maybe I should change the street borders?
  4. kamilcioo

    Trying to edit speed of skills up

    vocations.xml <skill id="0" multiplier="1.2" /> <skill id="1" multiplier="1.2" /> <skill id="2" multiplier="1.2" /> <skill id="3" multiplier="1.2" /> <skill id="4" multiplier="1.1" /> <skill id="5" multiplier="1.1" /> <skill id="6"...
  5. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    I invite everyone to join my discord server and share the ideas/suggestions with me :) Join the Tibia Discord Server! (https://discord.gg/Td5prad)
  6. kamilcioo

    OTserver Questionnaire 2020

    The questionnaire should allow multiple selection. For example I would play on latest and custom client but the questionnaire tells to select only one. For the exp I would add textbox instead of radiobuttons.
  7. kamilcioo

    Griz Rook Jungle showoff!

    It's a training, after few months he will walk twice as fast without clothes.
  8. kamilcioo

    TFS 1.X+ Console closes when I try to start it.

    Why is your server exe 0 kb? Try to recompile it.
  9. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Bump. Added few more spawns and rewrote the dungeon system. Checking if dungeon is free and removing players after specific time works now about 10 000 faster.
  10. kamilcioo

    [Canada] [9.1] [Custom-Rookgaard] RookTales RPG [10 years+ creating/balancing]

    You have to definitely work with the website, the downloads section says its 10.98 client while here you say it's 9.1. Community -> item market points to " Table 'rookgaardtales.market_offers' doesn't exist ". Server informations are empty. Created in character section points to "...
  11. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Bump. Today I finished the main content! Everything is scripted, over 90 mini quests with exp/money/items/access rewards. Now I'm going to add tiquanda/desert and frozen island.
  12. kamilcioo

    Need help with new OT addition

    I think 1 soul per minute (200 max) is a good way to handle traning area. People still need to exp every time they want to train.
  13. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Worked with map corners last days and finished few new spots: one spawn with custom mobs orcs with quest and task and boss dragons with task The map is almost 14 mb atm There are 27 spawns right now with diablo teleport system:
  14. kamilcioo

    otx imbuements bug

    https://github.com/opentibiabr/otservbr-global/pull/1294 Try this
  15. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Made few new spots, few new quests, few new tasks, few new bosses. Rewrote the boss making system to create new bosses faster. I have to work for sure on corners so it's not as square as it is Current map, scripted area is cornered with black color The rookgard: There are pretty many hidden...
  16. kamilcioo

    Daily reward system message origin

    function Player.sendOpenRewardWall(self, shrine) local msg = NetworkMessage() msg:addByte(ServerPackets.OpenRewardWall) -- initial packet msg:addByte(1) -- isPlayer taking bonus from reward shrine (1) - taking it from a instant bonus reward (0) if DailyReward.testMode then...
  17. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    New boss: idk name [mushroom type] Mechanic: Every 10 seconds different type of mushrooms appear on the floor (1 or more), player has 1.5 second to get rid of the mushroom under himself before it explodes. You can either eat it or throw it away. If you have a fancy idea with boss mechanic or...
  18. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Things added since Wednesday: huge wyrm spawn with mountains and underground hero castle over 15 mini quests which can be found in chests/bag/statues some tasks few minibosses spawnable every 20 minutes in few places rewrote rewards from tasks, now the money goes to the player's bank account...
  19. kamilcioo

    Action [TFS 1.X] Simple yet usefull chest system

    The system is configurable, you can add some option or just one: local config = { [31925] = { storage = 31925, storageValue = 1, storageMessage = 'You have gained the access to one of the doors', }, [31926] = { backpackId = 1993, itemsInside =...
  20. kamilcioo

    [12.4] Solteria - RPG server - discussion thread

    Thanks for the feedback. The teleport system is done. Currently, it's working like this: you have to explore the map and find the waypoint's sqm from town to spawn there is no cd from spawn to town there is 30 minutes cd Video with the system About the upgrade system I remember what major...
Back
Top