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

    Candy bot not loading.

    Hey everyone I recently compiled otclient and wanted to test out some mods. When I load candy bot all I see the widget but get a blank screen. I have recompiled with bot protections off. I compiled from this version found here: OTClient 1.0 (https://otland.net/threads/otclient-1-0.271332/) Thanks!
  2. T

    Help with..Interactive Trainer updating script to tfs 1.2

    Thanks for looking. I'm trying to update this training monk script that displays your dps to tfs 1.2 Original link below: https://otland.net/threads/interactive-training-monk.145227/#post-1396476. What I have so far gives no errors but it make it so the monk takes no visible damage even...
  3. T

    Equipment Tables?

    Im have no idea how tables work could someone help me out a little? My goal is to put all my equipment sets in tables so lets say set 1 has + 5 magic on all items, and set 2 has +10 I want it to check for the equipment in your equipment slots. so basically if you have helm, armor, and legs...
  4. T

    db.executeQuery

    Just a quick function is this possible in TFS v0.2.13pl1? Im trying to use this it doesn't seem to work maybe i wrote something incorrectly? db.executeQuery("UPDATE `players` SET `maglevel` = `maglevel` + ".. dano .." WHERE `player_id` = ".. getPlayerGUID(cid))
  5. T

    Raise Damage.

    Is their anyway to raise the damage you do on a staff or melee weapon, by what items you have in your slots? So lets say i have a "full set" would it be possible to give my weapon a damage bonus somehow for having the set?
  6. T

    Uniform Server not showing tables.

    For some reason my table names don't show does anyone know how to fix this??
  7. T

    sql help

    how can i make this only do the query for the play that kills the creature? local dano = damage function onKill(cid, target, damage, flags) if isMonster(target) then db.executeQuery("UPDATE `player_storage` SET `value` = `value` + ".. dano .." WHERE `key` = ".. 7854 .." WHERE...
  8. T

    Need help adding to a storage value after each kill~

    im using 0.4, after i take all of a monsters hp he doesn't die just stands there with no health bar, also i need the +1 to be +dano or the variable tried many diffrent things couldn't get it to work. could someone help me with this? function onKill(cid, target, damage, flags) if...
  9. T

    Teleport to corpse

    is their anyway to teleport to the place you died or any function to return that position? im using 0.4
  10. T

    healing mana w/ ticks on aries 8.1

    is their anyways to heal mana with ticks other then regen? i got a script working kinda but it only heals health. local cond = createConditionObject(CONDITION_ENERGY) addDamageCondition(cond, 15, 2000, 500) function onUse(cid, item, frompos, item2, topos) local voc =...
  11. T

    Creature Skulls

    Do creature skulls work on tfs 0.2.10? Ive tried using flags but they dont work or give an error. I tried this: <flag skull="1"/> <flag skull="red"/> any ideas?
  12. T

    Spell Aries 4.0 8.1

    cant figure this out i suck at spells, anyone know whats wrong? im trying to make it crit, but i couldn't figure it out atm when u have a target, it will do the spell 1sqm in front of caster, and will only hit the target if it crits o.O local combat = createCombatObject()...
  13. T

    Obsidian Knife Xml Ot aries 4.0

    I've tried so many different scripts to get obsidian knife working, can anyone help me? :P just need 1 example that works and i can do the rest >.> here are the functions Aries 4.0 offers. getPlayerFood(uid) -- Returns the food ticks of player getPlayerHealth(uid) -- Returns the...
  14. T

    new pc how many could i host

    Amd Phenom II 3200 mhz 6 core 8 gb of ram also does overclcoking help hosting? o.o i got oc switches on my mobo
  15. T

    can i host?

    also buying a new computer with 16 gb of ram dunno what else is important i already got a post with a link to all the peice im getting.. http://otland.net/f252/computer-parts-97403/#post987562
  16. T

    computer parts

    hey was wondering if someone could suggest anything better for cheaper or.. o.o or rate this my friend helped me pick stuff dunno how good he is tho xDD Newegg.com - LITE-ON Black 24X DVD+R 8X DVD+RW 12X DVD+R DL 24X DVD-R 6X DVD-RW 12X DVD-RAM 16X DVD-ROM 48X CD-R 32X CD-RW 48X CD-ROM 2MB...
  17. T

    Broadcaster

    can anyone help fix this script? its for aries 8.1 xml i get the error LuaDoPlayerSay<>. Player not found local listcost = 1 function onSay(cid, words, param) local name = getCreatureName(cid) if(param == "") then return TRUE end if ((isPlayer(cid) == 1) and...
  18. T

    [USA][8.1] Ot High Exp Custom Damages Chalenging bosses!!

    Welcome to OtMadness! A 8.10 High Exp Server. Ip - Madness.no-ip.info Port - 7171 Server Info: Exp: x15000, But don't Worry about the experience rate because there is custom monsters and that give different ammounts of exp. Mlvl:x1, huge mana pool at high levels so irrelevant Skills: x85...
  19. T

    Aries 4.0 8.1 xml JAIL SCRIPT

    I was just wondering if anyone could make a jail script for an 8.1 xml ot. and everytime you get sent the time increases so it would play out like this /jail "blabla You have been jailed for 10 minutes! (low kind of as a warning type thing) 2nd time would be 1 hour 3rd time would be 12 hours...
  20. T

    8.1 aries script.

    I was wondering if someone could help me fix this script i get the error. lua data/actions/scripts/botcheck.lua:25: 'end' expected (to close 'if' at line 2) n ear '<eof>' heres the script, it makes it so when you click on item x it says 1 of 10 things basically. function...
Back
Top