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

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Get this error when i enter paypal in my website File: C:\xampp\htdocs\system/load.compat.php Line: 20 File: C:\xampp\htdocs/index.php Line: 40
  2. naod123456

    Help with paypal please :)

    Everytime i go into paypal in my website example when someone buying Points they getting this error, File: C:\xampp\htdocs\system/load.compat.php Line: 20 File: C:\xampp\htdocs/index.php Line: 33 :/ im been trying to setup paypal in my website using paypal script my niero
  3. naod123456

    Help with exevo vis hur and terra hur

    They dont lose items
  4. naod123456

    Help with exevo vis hur and terra hur

    Thx i got one other problem when pepole die they lose distance fighting how do i change that? And they lose magic, sword,axe and Everything else how do i change it
  5. naod123456

    Help with exevo vis hur and terra hur

    In my server pepole hit like 200-300 if they got 90 m lv and i whanna take it down so they hit like 170-215 Terra wave script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_EARTHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_SMALLPLANTS)...
  6. naod123456

    Need help with my server

    Thx got one more problem when pepole are killing eachother it get kinda lag when someone dies :/
  7. naod123456

    Need help with my server

    Got a server Everything works fine but its a sword in my game its for lvl 140 but i whanna make it for lvl 10 how do i make it?
  8. naod123456

    Exp from killing players

    Soloved. Changed "rateExperienceFromPlayers = 0" to "1" and "minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1" both to "0".
  9. naod123456

    Exp from killing players

    Somebody please help
  10. naod123456

    Exp from killing players

    I got a war server everything works fine but when pepole are killing other players they dont get exp i got my world set too "pvp-enforced" worldType = "PVP-Enforced" It´s maybe something to do with this i dont know -- Experience from players minLevelThresholdForKilledPlayer = 12...
  11. naod123456

    Need help with my server

    How do i make so they exp when they are killing eachother
  12. naod123456

    Need help with my server

    And i got one more problem when pepole use their spear the lose theam even that i have this removeWeaponAmmunition = false removeWeaponCharges = false
  13. naod123456

    Need help with my server

    My world is in pvp-enforced worldType = "pvp-enforced" They still dont get exp ;(
  14. naod123456

    Need help with my server

    This is my exp,lua function onUse(cid, item, frompos, item2, topos) local exps = 1 local lvl = getPlayerLevel(cid) if lvl >= 1 and lvl < 12 then doPlayerAddExperience(cid, 300) exps = 300 elseif lvl >= 12 and lvl < 14 then doPlayerAddExperience(cid, 250)...
  15. naod123456

    Need help with my server

    Thx man saved my life :DDD I got one more problem when pepole kill each other they dont get exp how do i make so they get exp when they are killing eachother
  16. naod123456

    Need help with my server

    It look like this its right? dofile(getDataDir() .. 'npc/lib/npcsystem/npcsystem.lua') function selfIdle() following = false attacking = false selfAttackCreature(0) target = 0 end function selfSayChannel(cid, message) return selfSay(message, cid, false) end function...
  17. naod123456

    Need help with my server

    the code dofile(getDataDir() .. 'npc/lib/npcsystem/npcsystem.lua') shuld i just put in the top in npc.lua?
  18. naod123456

    Need help with my server

    Still dosn´t work when added the text to the top my npc.lua looks like this dofile(getDataDir() .. 'npc/lib/npcsystem/npcsystem.lua') function selfIdle() following = false attacking = false selfAttackCreature(0) target = 0 end function selfSayChannel(cid, message)...
  19. naod123456

    Need help with my server

    Im using the server noobwawria with cryingdemonns 0.3.6 function selfIdle() following = false attacking = false selfAttackCreature(0) target = 0 end function selfSayChannel(cid, message) return selfSay(message, cid, false) end function selfMoveToCreature(id) if(not id...
  20. naod123456

    Need help with my server

    I get this error with all the npc
Back
Top