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

    Solved Help with lua function

    The Forgotten Server Hi guys i have problem. I wrote in c++ function setPower(int x); in player.cpp I want to use this with lua i wrote this: int32_t LuaScriptInterface::luaSetPower(lua_State* L) { ScriptEnviroment* env = getEnv(); if(Player *player = env->getPlayerByUID(popNumber(L))) {...
  2. R

    Increase player damage

    Hi guys i want change formula to calculate player damage. min dmg = (level x 0.2) + (combatValue x 0.5) +weapondamage max dmg = (level x 0.2) + (combatvalue x 0.5) + 3x weapondamage * value% doSetAttackPower(creature,value) - setting % of dealing damage But i dont know where is lane to set dmg...
  3. R

    Melee weapons accuracy and damage

    Hey guys. Can someone help me? Where in code weapon damage is calculating? and where is lane with weapon accuracy? I trying to set melee weapon accuracy on 100% and change it only with magic but i dont know where is it. Please help. cyringdamson 0.3.6 - v8.2
  4. R

    Axe accuracy

    Hey guys. Can someone help me? I dont know how to change accuracy with melee weapons. In XML, lua or c++? Ok i found this in XML but where in c++ code is lane where game calculate dmg from player lvl,items, itp?
Back
Top