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

    change msg in script

    hello guys Is it possible to change this part of the script? I wanted the message to look like this You paid d% gps from your bank account. Your balance went from d% to d% gps. You paid 100 gps from your bank account. Your balance went from 417779 to 417679 gps.
  2. V

    npc travel

    hello guys! I have this travel npc script I changed the version of my otserv and some traveling NPCs have the option of traveling without money in the backpack it removes the money from the bank I would like to modify this script to work if the player does not have money in the backpack it...
  3. V

    TFS 1.X+ [Error - mysql_real_query] Query: UPDATE players

    hello guys! I have a talkaction on my server example !buy skillmagiclevel Before it was working, I don't know what I did and now when I use the command it returns this message in the console and doesn't add the skill. I don't know what it could be, I already deleted the database, downloaded...
  4. V

    AAC reset system geisor

    hello guys! I don't know if I'm in the right area, if I'm not, I can move to the correct area. This script is not working on my website I use xampp 1.7.3 geisor acc 2019 I tried to put it on my website but it didn't work I created a .lua file in htdocs/pages and created a file called reset.lua...
  5. V

    script wand tfs 1.4 hit max and maxhit

    hi guys can someone help me to transform this script, the wand is hit by magic level wanted by a fixed value ex; max 300 maxhit 500 example. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)...
  6. V

    NPC adds serial to item

    hi guys good nightI have this script but I don't know what's going on where I'm going wrongI will summarize the npc the player needs 1 crystal coin in exchange the npc adds a look to the item a serial.the script works removes the crystal coin but does not add the serial to the item when the...
  7. V

    talkaction tfs 1.4 buy skill

    Hi Guys! The Demon Helmet Server - Version: (TFS 1.4) Compiled with: Microsoft Visual C++ version 14.2 x64 I have this script but it is not working it is a command to buy skill it gives an error in the console observations: it removes the item but does not add the skills and gives the...
  8. V

    talkacton !buy skill tfs 1.4

    hi guys good night! i use tfs 1.4 i have this script, but there is a problem in this script the skill limit is locked ex; skill, axe, sword, club, distance, max 208 and ml 156. and in the script the maximum you can buy is 350 for axe,sword,club and distance é 350 and , magic level 200. maybe...
  9. V

    RevScripts !reset

    Hi guys, good morning, I have this script, but when the player uses the !reset command, it works, but the CAP of the player resets the tmb, how can I put it to not reset the CAP? local resetSys = TalkAction("!resetar") local config = { backToLevel = 8, redskull = false, -- need to be...
  10. V

    C++ src life and mana %

    In this case, I wanted to put it while the player does not reach 65535 life and mana, his life and mana are not in %, it would remain standard there when he reaches 65535 life there it would be in % 100 the same thing for mana in theory it worked when caught a character that has 65535 he is 100%...
  11. V

    erro distro cast

    good morning! I don't know if I'm in the right area, well I have this problem in my distro, every time I log out the char loses everything, it starts everything from 0, I got this distro here in Otland 3884 w cast, if anyone can help me please, sorry for my English.
Back
Top