• 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. Black Reaper

    Lua getPlayerWeapon()

    Just curious what this returns, trying to use it to get weapon damage.
  2. Black Reaper

    [Mod] Random Item Stats

    How do I go about installing this in 0.2.15 (Mystic Spirit), the server doesn't load mods as far as I can see. Any help is greatly appreciated.
  3. Black Reaper

    =-= Constructions in Tibia? =-=

    Very cool.
  4. Black Reaper

    Suggestion v0.2.15 (Mystic Spirit) - Bug

    I didn't know where else to place this so: The party spells aren't working properly(I don't mean the script), I haven't tested all of them but I assume they suffer from the same issues. Enchant changes the skill level visibly under skills but it does not actually alter the skill of the...
  5. Black Reaper

    Where are them OTFans?

    Darkheart yo. :)
  6. Black Reaper

    Lua Spell Questions

    This has to do with the combat area, hate to make a thread for such a simple question but I cant find any resources. Combat Area, basically what are my options with this, I know that 1 will be spell area, and I've seen other numbers used to represent the caster. More specifically how do I...
  7. Black Reaper

    Solved Spells FORMULA_LEVELMAGIC, FORMULA_SKILL

    function getDmg_combat(cid) local min = 20 local max = 40 return min, max end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "getDmg_combat") EDIT --- Got it working changed min, max values to negative and everything is fine. Thanks a lot.
  8. Black Reaper

    Solved Spells FORMULA_LEVELMAGIC, FORMULA_SKILL

    Don't understand the spell damage formulas, I posted them from combat.cpp. COMBAT_FORMULA_SKILL Item* tool = player->getWeapon(); const Weapon* weapon = g_weapons->getWeapon(tool); min = (int32_t)minb; if(weapon) { max =...
  9. Black Reaper

    Team Wheel of Time Project

    We're not actually removing monsters from the server, just none of Tibia's creatures will be present. All the monsters are being made from scratch. As far as the grind goes I agree with the fact that players have to make progress without doing quests. I don't want to go into loads of detail but...
  10. Black Reaper

    Numbers Health & Damage

    That's the way I'm leaning right now too, with a little more progression on damage to make you feel like a bad ass.
  11. Black Reaper

    Numbers Health & Damage

    Had a curious thought and figured it'd be interesting to see peoples vote on this. If you were playing a server where the damage and monster system was completely redone would you rather see big numbers in battle or lower numbers, keep in mind both are proportionately the same. What I mean by...
  12. Black Reaper

    Formulas TFS

    I'm looking for the formulas that are used to calculate melee damage, dist damage, and how much armor reduces damage. Be great if anyone has them, I don't particularly want to dig through the source especially when I won't know what variables are being used etc.
  13. Black Reaper

    Team Wheel of Time Project

    Thanks for the support, glad to hear it sparks interest. I myself am almost done with the third book and am just crazy obsessed with the series, it's definitely the most epic fantasy I have read/seen. I figure working on the project while reading the series works out great with an adequate time...
  14. Black Reaper

    Solved Msvcr110.dll

    MSVCR110.DLL is missing, Forgotten Server v0.2.15 I have Microsoft Visual C++ Redistribute Package installed. ---properly, please don't ask if I have 64bit etc. I have tried to download the dll separately. Any help would be really appreciated. ----- edit ----- Needed MSVCR 2012 not 2010.
  15. Black Reaper

    Team Wheel of Time Project

    Me and a buddy are working on making a server based on the wheel of time books. Basically it'd be nice to have an extra hand working on well either mapping/scripting. If you're a fan of the books and want to hear what direction we're going with the server let me know. Essentially we are starting...
  16. Black Reaper

    Gaming Kingdom Age Life Thread

    Hey guys, thought I'd do a life thread from Kingdom Age to hopefully draw some attention to the server and show people it really is a great place. Current Attributes: 1 AGI 30 STR 5 SPT 1 END Just hit 20 and finally got new equips! Had to own a cyclops on principle. More shots to come...
  17. Black Reaper

    [Kingdom Age] Official Release

    I think a lot of work was put into the server but it wasn't refined very well. I'll state a couple large quarrels I have. First and foremost, the exp -> gold -> atmosphere is way off. The exp is really low, which is fine natively, however there isn't an RPG feel. There isn't any interesting...
  18. Black Reaper

    Guess the age of the next poster!

    False, Next is 16.
  19. Black Reaper

    [USA] [Custom Client] Kingdom Age UPDATED!

    I don't know what you did to the client but the openGL one is completely unplayable due to fps and everything is blurry on the dx one. I don't know who worked on your client but they had no idea what they were doing. Anyway send me a PM if it gets fixed atm me and my buddy can't play. To anyone...
  20. Black Reaper

    Historia - Tibia 6.4/7.72/8.6 Announcement

    Glad to hear you're thorough and want a well prepared server after putting so much time and work in. Hopefully you find some DoS protection for a reasonable price. I'll definitely check it out once it is open.
Back
Top