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

    OTClient OTC V8 feature

    Hello, someone know how to do / or someone have and can share this mod? i need on my entergame window with "changelog/path notes" and "news" from server like image below, could someone help me?
  2. A

    znote acc unknown column gm rank

    here is error : string(339) "SELECT p.id, p.name, p.level, p.vocation, p.town_id, p.lastlogin, gm.rank_id, po.player_id AS online FROM players AS p LEFT JOIN guild_membership AS gm ON p.id=gm.player_id LEFT JOIN players_online AS po ON p.id=po.player_id WHERE p.account_id='5' ORDER BY p.level...
  3. A

    Check name monster in area

    Hello i have this script and i need to check only "Mad Assassin" monster in this area, because it's check all monsters in world map, can you help me to add this? function onKill(cid, target, lastHit) local fromPos = {x = 770, y = 204, z = 7} local toPos = {x= 963, y = 333, z = 7} local...
  4. A

    Percent mana drain

    Hello i have this script - what i need? i need add to this script drain in percent (50% mana drain from target per second for 10sec) can you help me? -- Damage Configuration local MIN = 200 local MAX = 300 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE...
  5. A

    Talkaction teleports for player.

    Hi, i need help with set special area, when target is in {from = {x = 100, y = 100, z = 7}, to = {x = 200, y = 200, z = 7}} then we cant teleport to him with this talkaction: doPlayerSendCancel(cid, "You cant teleport to this target.") But i cant add this, idk why, can you help me? ( i need...
  6. A

    NPC learn spell only for specific storage.

    Hi, i need script npc learn spell, i try write script but dont work, i have only this, so can you help me? tfs 0.3.6 if getPlayerStorageValue(cid, 9996) == 1 then selfSay("I can teach you: bla bla, bla bla, bla") else selfSay('Sorry, i can only teach only specific...
  7. A

    Action item teleport when have storage and vocation..

    Hello i need help, i tested my script but only one way working, i need work all script.. So when we ppm on item, if we have storage 2000, 127 and vocation 1,101,102,103 etc then teleport here: player:teleport({x = 576, y = 35, z = 7}) and when we have storage 2000, 127 and vocation 2, 200, 201...
  8. A

    Chest with skill...

    Hello i wrote code, it work but when we use chest that give % skills, i dont know why, i need to get from chest always +1 skill, can you help me? @edit ok i fix it xd function onUse(cid, item, frompos, item2, topos) if item.itemid == 1740 then queststatus =...
  9. A

    Arrow has 50% to break when used with "bow"

    Hello, can you add in this code break chance 50% for item: 2544? because i try but only errors xd local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE...
  10. A

    Change min_speed C++ player.h

    Hello, i need help with player.h, when i change #define SPEED_MIN 10 for #define SPEED_MIN 150 and compile, this dont work, can you help me? i need set max speed 1500 and min = 150, code is here, because cant with [/code] add here...
  11. A

    One question about items skill name change with c++

    I have one question, where i can change name of skill item: 18:16 You see a Dark Armor (Arm:85, Magic Level +10, speed +100). It can only be wielded properly by players of level 500 or higher. i need change - Magic Level to - Dark Level, can you say me name of file for fix this?
  12. A

    Npc give one of four storage (random)

    Hello, i need one script, maybe you have? When we have storage 9999, 10, and When we talk with npc, and say: offer, then he give one of four random storage ex: If give storage 9998, 1 - He say to me: Now you are King When give 9997, 1 - He say to me: Now you are Prince etc, please help me :)
  13. A

    Help with working script

    Hello i need help with this script, because I can not add this... When we logout or die, regeneration is active, can you add this? i tried with login.lua but i am newbie and this have no results.. local config = { amount = 50, -- HPs by second time = 3600, -- seconds exhaust = {...
  14. A

    Summoning monster on level

    Hi, i need help, can you fix it, because i have no idea how do this? please! :) If we have level 1 we can summon Monster I, when we up 30 then we can summon monster II, here is code and errors: local clones = { [{1, 29}] = "Monster I", [{30, 70}] = "Monster II" } local cloneName...
  15. A

    [OTCLIENT] Function change vocations

    Hello, i create custom health bar for my OT and i need help: I need function when we are vocation = 1 then avatar from bar is: and when we vocation = 2 then avatar changed to some diffrent.. i make this but dont work :/ can you help me? please.. Backgrounds = { [0] = { path =...
  16. A

    Stun yourself when cast spell (spells)

    Hello, i need add to this script: When we use spell, then we cant move for 2sec, can you help me? i cant use nomove :/ local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 39)...
  17. A

    Scripter OTC Health Bar Hud

    Hello, i need make something like this: On serwer is four vocations and each have another avatar, i will create four bars images... What i need? I need mod for otclient - Health Info with this work image, and when we are vocation 1 then have avatar from my pic, when have vocation 2 then have...
  18. A

    Search people who can change ip with hex

    Problem resolved,
  19. A

    Loot from bosses with chance tfs 0.3.6

    Hi, i need find script for loot from bosses with chance for each item and count, and it need be lua, i cant find it on internet, so maybe you can help me? I fint this, need add more items, and chance for each item.. can anybody add this? because if i add this, then errors ;/ function...
  20. A

    Spell Area Stun

    Hello, anyone know why i cant use this spell area? only i can target, when i have in spells.xml needtarget="0" local area = { {0, 1, 1, 1, 0}, {1, 1, 1, 1, 1}, {1, 1, 2, 1, 1}, {1, 1, 1, 1, 1}, {0, 1, 1, 1, 0} } local areaEffect = { {0, 1, 1, 1, 0}, {1, 1, 1, 1...
Back
Top