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

    Compiling Need help with compiling. rep++

    somebody please......
  2. T

    Lua Help with quest script

    yeah im working on this.. atleest so you cant move atm. :) This is a movement script. edit the positions etc.. just wanna see if this works. then il continue on the script where you use the vial. <movevent event="StepIn" actionid="1000" script="script.lua"/> <movevent event="StepOut"...
  3. T

    Lua Help with quest script

    so you just want a script onStepIn additem vial of water and when item is used 20 times another item appear and then u can move?
  4. T

    Lua Help with quest script

    just wanna make sure i get this.. Player stepin and a vial of water appears under him and he cant move until he used the vial of water on on him self? then he must step e.g. to the north tile where the next vial of water is and so on?
  5. T

    Compiling Need help with compiling. rep++

    Where do i look for this in sources?? ...
  6. T

    NPC problem

    bump
  7. T

    Compiling Need help with compiling. rep++

    ye we know some c++ but not about this problem so need to know what to fix.. And i have tried with other distro it works fine there but it got way more problems with other..
  8. T

    Compiling Need help with compiling. rep++

    So i have some problems with absorbpercent.. if i have in on a necklace item it still works in the hand slot. (aol works) and everything in the item.xml is as it should. but when i use e.g. stone skin amulet i can have it in my hand and still being protected. and i need to know where i should...
  9. T

    NPC problem

    so i want my npc to respond difrently depending if i have storage value TRUE or FALSE. The text in red is where i want it to be the focus if i have that storage or not. here is my npc (not edited for it) local keywordHandler = KeywordHandler:new() local npcHandler =...
  10. T

    Lua Spells - damage depending from skill problem

    For my server local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FIRE) function onGetFormulaValues(cid, skill...
  11. T

    Windows How to let F-secure Client to allow a opentibia server open with a virus! Rep*

    This is what i found in the Administrator Guide of F-Secure client. if its not it then look you way throug it your self. http://f-secure.com.pl/files/fscs900_Adminguide_eng.pdf
  12. T

    new type bullets

    use this attributes i have in red to make it used by crossbow. <item id="2543" article="a" name="bolt" plural="bolts"> <attribute key="weight" value="80"/> <attribute key="attack" value="30"/> <attribute key="hitChance" value="80"/> <attribute key="weaponType"...
  13. T

    Lua Spells - damage depending from skill problem

    Still after it goes right to and dmg after that skill.. :S
  14. T

    OrkBot

    If you never used a bot before then dont fucking start now jesus..
  15. T

    Lua SlotType Or absorbPercent problem.

    Hey there otland. So i have a little problem in my server i use Avesta 0.6.3 i think. Well the problem is with Stone skin amulet and all other items with absorbPercent key value. Items.xml code <item id="2197" article="a" name="stone skin amulet"> <attribute key="weight" value="760"/>...
  16. T

    Windows MOVEMENTS.xml problem---help!

    haha! sometimes its hard when the problem is right infront of you ;)
  17. T

    Windows MOVEMENTS.xml problem---help!

    if the id is 9777 then change the id in the script here i did it for you.
Back
Top