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

    Experience Player X Player

    config.lua of your otserv rateExperience = 15.0 rateExperienceFromPlayers = 5
  2. povedijah

    Lua NPC error at 0.3.7, if i don't say bye to npcs, i can't speak to other npcs :/

    Hello otland, I have a server online, but i have the problem when you talk with the captain (for example, error is in all npcs) you say Hi, but if you fail saying first word, npcs ignore you, if you leave and go speak to another npc, you recibe msg from captain, i post you a example...
  3. povedijah

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

    Hello gesior, im using 0.3.7 5919, (from martyx compliations, from private subversions) if i delete column salt i get a error whhen create a account, but if i delete de content of this box, i can login normally. :S.. Thank for helping! if you want test it my web is www.newfrontier.es
  4. povedijah

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

    Hello gesior im using your acc, but i have a error (maybe i create it) , im using email for creating accounts and works correct, but in database in accounts table, i have a column name "salt" with this "2bf9850e712668b84b3ea99d7cd7c9b5" maybe you can help me , im using plain passwords, at...
  5. povedijah

    [9.6] Gnome base 100% (no overspawn, trash spam or missing areas!)

    nice job!!!, nice zones!
  6. povedijah

    [Help][C++ Or lua] How can add new option for vocation.xml?

    later of add the vocation to vocations.xml renember you need to put values on spells.xml, and movements for can use spells and items!!
  7. povedijah

    Can someone say to me the position in emporia?

    in php my admin you can do x,y,z = 0 , and in town, put any town of your map!
  8. povedijah

    TFS 0.3.7 9.60, Error when player die, no corpse!

    Hello Otland!! Im runing a otserv but i have a problem with players, when die no corpse and no drop!! HELP ME PLEASE I REP++!!! Vers: TFS 0.3.7 Client: 9.60 Thank you!! I solved the bug, the problem is in a login.lua with : registerCreatureEvent(cid, "inquisitionPortals") Maybe you...
  9. povedijah

    Item in acc maker and fluid.

    For first bug you need to put images of items in item/images folder For bug of potions test this script <action itemid="7588-7591;8472-8473;7618;7620;8704" event="script" value="potions.lua"/> local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on...
  10. povedijah

    Solved Whoisonline vocations bug

    post more info about acc are you using
  11. povedijah

    Item Losing

    I see in this forums scripts of a inifinite aol, maybe you can found it in search
  12. povedijah

    Windows Please help with data packs!

    Download a 9.6 Server distro, and put your map, actions, globalevents, , (beware with libs) maybe you need to update some things
  13. povedijah

    Solved Error Doors & Closing doors at tfs 0.3.7 for 9.60

    i Add loneys part in my constant, but now says me error :/ [20:5:35.543] [Error - Action Interface] [20:5:35.543] data/actions/scripts/other/doors.lua:onUse [20:5:35.543] Description: [20:5:35.544] data/actions/scripts/other/doors.lua:13: attempt to index global ' DOORS' (a nil value)...
  14. povedijah

    Solved Error Doors & Closing doors at tfs 0.3.7 for 9.60

    yes really i have it, XD, same error i put your code in closingdors.lua, and i get the same error [19:17:50.052] [Error - Action Interface] [19:17:50.053] data/actions/scripts/other/doors.lua:onUse [19:17:50.054] Description: [19:17:50.054] data/actions/scripts/other/doors.lua:13: attempt to...
  15. povedijah

    Solved Error Doors & Closing doors at tfs 0.3.7 for 9.60

    i don't have any script closing door.lua :S i post my actions maybe u can found <?xml version="1.0"?> <actions> <!-- Change of Vocations --> <action itemid="2329" script="vocations/mages.lua"/> <action itemid="9663" script="vocations/elite-to-elder.lua"/> <action itemid="7529"...
  16. povedijah

    Solved Error Doors & Closing doors at tfs 0.3.7 for 9.60

    I searched in my constant.lua and i found nothing of vertical open doors, so i added your code like it: NORTH = 0 EAST = 1 SOUTH = 2 WEST = 3 SOUTHWEST = 4 SOUTHEAST = 5 NORTHWEST = 6 NORTHEAST = 7 COMBAT_FORMULA_UNDEFINED = 0 COMBAT_FORMULA_LEVELMAGIC = 1 COMBAT_FORMULA_SKILL = 2...
  17. povedijah

    Solved Error Doors & Closing doors at tfs 0.3.7 for 9.60

    function onStepOut(cid, item, position, fromPosition) local newPosition = {x = position.x, y = position.y, z = position.z} if isInArray(verticalOpenDoors, item.itemid) == TRUE then newPosition.x = newPosition.x + 1 else newPosition.y = newPosition.y + 1 end doRelocate(position...
Back
Top