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

    !bestbloodhit , !bestspellhit - commands

    Look this is the damage dealt by the attacker to the player so if you check for physical damage then this is the damage player receive not do I hope you got it!!
  2. Doggynub

    !bestbloodhit , !bestspellhit - commands

    yes this is why its fail : 1- states change occur when players stats is changed (he is hit, healed, etc..) 2- this script gives the most damage that was dealt to the player not by the player 3- if you tried to check if the attacker is player and increase the attacker max hit value then this will...
  3. Doggynub

    House system

    not working -> giving error or not functioning?
  4. Doggynub

    Lua Facilities with edit

    use notepad++
  5. Doggynub

    [TalkAction] Fix potions to Potion with Charges

    well you can make it fully fuctional with source editing, if you dont mind to play in sources.
  6. Doggynub

    Lua Do transform item to "xx" (LINE)

    Search the iitems in map editor check id and use the function doTransformItem(item.uid,clear vial id)
  7. Doggynub

    !bestbloodhit , !bestspellhit - commands

    This is fail
  8. Doggynub

    How i can make the sd hit depends on player level?

    just remove the line below with the code i posted and try setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0, -0, -0, -0, 0, 0, 0, 0)
  9. Doggynub

    Lua attempt to perform arithmetic on a string value - Help

    try local check = tonumber(getPlayerStorageValue (cid, 47061)) or 0 add = (check + (newlevel-ldlevel) * 2)
  10. Doggynub

    Frags Higscore inGAME

    @up you don't need al that luaSql conncections and checks, just use the simple otserver functions
  11. Doggynub

    House system

    @bogart script You need to put the "local a = blablabla" before the if statement or within the else statement as you can see it is now a local variable and when you put it in the if block then it is only available there (AFAIK).
  12. Doggynub

    How i can make the sd hit depends on player level?

    well you can remove the set combat formula becuz it is hard to understant its formula and use a easy one like that function onGetFormulaValues(cid, level, skill, attack, factor) local min, max= level, level+5 return -min, -max end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE...
  13. Doggynub

    Lua attempt to perform arithmetic on a string value - Help

    Well this problem should occur if you do like that for example: local f = "a"/2 Well, when performing a mathematical operation on a string!!( I guess)
  14. Doggynub

    globalevent script

  15. Doggynub

    Lua Custom Server

    well the function you mentioned should work well doTargetCombatHealth(0,target,COMBAT_PHYSICALDAMAGE,-100,-500,CONST_ME_DRAWBLOOD)
  16. Doggynub

    Lua Custom Server

    Doesn't even need a good programmer.
  17. Doggynub

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    I have to tell u i just retested for the 4th time, in a friend server with 10 vs 10 player and i got: 0 errors , 0 bugs, smoothly working
  18. Doggynub

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    Well I don't know what is the problem, and i have this script working perfectly tried on 2 friends ots too. So don't seek for help just try to fix yourself or dont use.
  19. Doggynub

    Generating crash dump with Windows - Microsoft Visual C++ 2010 (MSVC only)

    Isnt there boost files needed for dbg?
  20. Doggynub

    Exp amount come in negative amount

    well that is what i mean ...
Back
Top