• 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!

Recent content by Rosomak

  1. R

    Solved Help with lua function

    ok admin can close this thread i found solution by myself
  2. R

    Solved Help with lua function

    Yes but in lua script i call function like this for example i drink mana potion and function is addMana(cid,mana) and i dont know from where lua get this cid o.O
  3. 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))) {...
  4. R

    Increase player damage

    With weapon i think its total or melee. Weapon like axe. Ok idea has changed. min dmg = (level x 0.2) + (combatValue x 0.5) +weapondamage max dmg = (level x 0.2) + (combatvalue x 0.5) + 3x weapondamage * value% dmg is random number from min<dmg>max and always hit accuracy = 100% for axes sword...
  5. R

    Increase player damage

    ref ref
  6. 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...
  7. R

    Melee weapons accuracy and damage

    ref
  8. R

    Melee weapons accuracy and damage

    ref
  9. R

    Melee weapons accuracy and damage

    guys cmon pls help someone
  10. 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
  11. 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