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

    Strange symbols in database

    Tried... work normal for some time and later "corrupts"
  2. _Aion_

    Programmer Buying fix for my problem

    I'm using Win7 and TFS(0.3.6) PL1.
  3. _Aion_

    Strange symbols in database

    But there are other scripts with the same error ... among many users who use this system because it just happened to me? dont have logical for this problem :(
  4. _Aion_

    Strange symbols in database

    Only this if getPlayerStorageValue(cid, 47061) < 0 then -- Attribute_points setPlayerStorageValue(cid, 47061, 0) end and registerCreatureEvent(cid, "Attribute_points") NOTE: works perfectly for some time and after that "corrupts". not happen "instantaneously"[/code]
  5. _Aion_

    Strange symbols in database

    Here the line completed of error [20.10.2013 16:00:15] [Error - CreatureScript Interface] [20.10.2013 16:00:15] data / creaturescripts / scripts / attribute_points.lua: onAdvance [20.10.2013 16:00:15] Description: [20.10.2013 16:00:15] data / creaturescripts / scripts / attribute_points.lua: 3...
  6. _Aion_

    Strange symbols in database

    Here, other script that corrupts function onAdvance(cid, skill, oldlevel, newlevel) local attribute = (getPlayerStorageValue(cid, 47061) + (newlevel - oldlevel) * 2) -- line that show "attempt to perform..." if skill == 8 then doSendMagicEffect(getThingPos(cid), math.random(28, 30))...
  7. _Aion_

    Strange symbols in database

    I also do not understand this, among several people this forum, I am the only one with this problem ... and not only is this system of quest
  8. _Aion_

    Strange symbols in database

    but I think there is problem with mysql but with something in my table
  9. _Aion_

    Strange symbols in database

    what diff version? i'm using xammp 1.7.3 :X
  10. _Aion_

    Bug with my DB

    Bump :(
  11. _Aion_

    Programmer Buying fix for my problem

    Bump :(
  12. _Aion_

    Strange symbols in database

    Bump :(
  13. _Aion_

    Strange symbols in database

    Bump :(
  14. _Aion_

    Programmer Buying fix for my problem

    Look the post and if you can know solve this problem send me PM and give me your price for this service. http://otland.net/threads/strange-symbols-in-database.187835/ or http://otland.net/threads/strange-symbols-in-database.187836/ - For Free ursers. is of extreme urgency.
  15. _Aion_

    Strange symbols in database

    Bump :(
  16. _Aion_

    Strange symbols in database

    Have many scripts that give this error example, where is place that show "attempt to perform..." Example: local new = setPlayerStorageValue(cid, 47061) + (newlevel - oldLevel) * 2 ) <<< in one of my scripts, this line shows how error
  17. _Aion_

    Strange symbols in database

    Bump :(
  18. _Aion_

    Bug with my DB

    I'm still having this problem, can not find a solution.
  19. _Aion_

    Strange symbols in database

    I'm still having this problem, can not find a solution.
  20. _Aion_

    Strange symbols in database

    BUMP anyone know how to solve?
Back
Top