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

Search results

  1. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    Maybe was that, It was varchar 255, I had changed to varchar 2550 and the error keep occurring, now I changed to TEXT tested once and didn't have the error. I'll do more tests and hope to dont have any troubles this change to text :D
  2. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    I tried this, the script was working good then this problem happened... maybe this had happened when more than 1 player start killing the boss. value is 5037182, and of type number storageValue is 3235067, and of type number value is 4730396, and of type number storageValue is └ , and of type...
  3. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    But I can use anything? I tried _type and I had the same problem. type isn't the param to the statschange?
  4. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    [Error - CreatureScript Interface] data/creaturescripts/scripts/rewardchest_boss.lua:onStatsChange Description: data/creaturescripts/scripts/rewardchest_boss.lua:106: attempt to call local 'type' (a number value) stack traceback: data/creaturescripts/scripts/rewardchest_boss.lua:106: in function...
  5. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    I put all scripts related to the this system in the first post
  6. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    I'm using a public one @Jo3Bingham stack traceback: data/creaturescripts/scripts/rewardchest_boss.lua:105: in function <data/creaturescripts/scripts/rewardchest_boss.lua:100> 12983534 12985205 21152557 21153224 └ e [Error - CreatureScript Interface]...
  7. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    Yes, is something wrong with this formula I think, but I dont know what... I put the reward chest
  8. dervin13

    Lua Problem attempt to perform arithmetic on a string value

    Hi, can anyone help me with this? [Error - CreatureScript Interface] data/creaturescripts/scripts/rewardchest_boss.lua:eek:nStatsChange Description: data/creaturescripts/scripts/rewardchest_boss.lua:104: attempt to perform arithmetic on a string value stack traceback...
  9. dervin13

    Help Command phpmyadmin to change name

    Hi can anyone help me in use a command in phpmyadmin to change all accounts with a word in the begin, for example. I have accounts 353535, 363636, 373737 and i want to use a command to all my accounts change to TEST353535, TEST363636, TEST373737. how to update this accounts? thanks
  10. dervin13

    Mysql lost connection tfs 0.4

    Hello, can anyone help me to solve this problem? When someone throw a lot of coins in a lever or the ground my server lost connection i think that i have to change something at the libs maybe otserv.cpp. Does anyone know how to solve it? Ty
  11. dervin13

    Lua Teleport by day

    here worked!! very thanks
  12. dervin13

    Lua Teleport by day

    Still not working :/ dont appear any error... this is my original that i use, but i want to put more days : local configuration = { day = "Saturday", to_pos = {x = 1021, y = 1077, z = 7}, --Para onde o teleport levará. pos = {x = 858, y = 750, z = 7}, --Onde o teleport será...
  13. dervin13

    Lua Teleport by day

    still not working :((((
  14. dervin13

    Lua Teleport by day

    it didn't work :( what can i change?
  15. dervin13

    Lua Teleport by day

    Hello, i have this script to teleport and it just work when i put only one day... what i have to do to work in more than one day?? thanks local configuration = { day = {"tuesday", "thursday", "saturday"}, to_pos = {x = 1021, y = 1074, z = 5}, --Para onde o teleport levará. pos =...
  16. dervin13

    Teleport Creation

    Thanks for help me and be better than me finding this things :D
  17. dervin13

    Teleport Creation

    Hello, i would to know if is possible to create a teleport that only characters with 2000 or more of HEalth can pass.... thanks!
  18. dervin13

    Creating script

    Is it possible to use on libs "to are from" to "area pos"?? I want to keep the vocations... very thanks
  19. dervin13

    Creating script

    Thats ok, i forgot this session, thanks guys
  20. dervin13

    Creating script 0.4 tfs arena equal life and mana

    hello anyone know if is possible to do a space like an arena where everyone(players) got the same life and mana while they stay in this space? thanks
Back
Top