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

  1. A

    Scripter Hiring a scripter

    Willing to pay well, PM me if you are interested and an example of your scripts!
  2. A

    Lua attempt to perform arithmetic on boolean value

    0.4 and when its not used on a target i think
  3. A

    Lua attempt to perform arithmetic on boolean value

    These are the errors I get in timer event called from, and attempt to perform arithmetic on boolean value line 18 and stack traceback. thanks if anybody can help local combat = createCombatObject() local config = { notAllowed = {"Trainer", "Slaktaren", "Admin"}, exhaustStorage = 1338...
  4. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    if sl == 'HP' then doAddCondition(cid,conditionHP[tonumber(n)]) doCreatureAddHealth(cid,HP-getCreatureHealth(cid)) This is with the % How would I change the one like dist to its not %? elseif sl == 'SHIELD' then doAddCondition(cid,conditionSHI[tonumber(n)]) sorry with all these questions...
  5. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    Im not sure if it will remove the the whole script or what? Cause I want the mana and hp to be % but the skills to be regular number :S sorry im noob
  6. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    Limos, when I take it out, it still comes out as %
  7. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    Do i have to take out the CONDITION_PARAM_SKILL_AXEPERCENT, 100+i 100+i too?
  8. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    Limos, is it possible for me to change the distance,sword axe, and shield to regular numbers like +5 sword,+5 shield etc and the hp and mana to be %?
  9. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    nvm works thank you so much limo!
  10. A

    Solved attempt to index local 'conditionCLUB' <a number value>

    This is a script by mock bear on 0.4, thanks in advance! Line 28 ---Script by mock the bear! local conditionMP,conditionHP,conditionML,conditionCLUB,conditionSHI,conditionDIST,conditionAMP = {},{},{},{},{},{},{} for i=1,100 do ---Carrega as conditions --- HP conditionHP =...
  11. A

    Team Looking for a bunach of testers and qualified staffs for NEW SERVER

    Looking for qualified testers and staffs for my RPG/CUSTOM 8.6 project to find bugs before I officially launch it. Leave me your contact info and why I should pick you :), thank you for your time for reading this !
  12. A

    Windows Hostign Questions

    Im wanting to host a 75 mb map and I was wondering how mcuh cpu i would need for it?
  13. A

    Windows Cannot attak in PVP

    Its like a regular town
Back
Top