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

Recent content by adamox223

  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

    [Tool] OTUI Editor

    how i can open otui editor? there isn't exe file?
  3. 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...
  4. A

    Check name monster in area

    I dont know what i do wrong.. i have now this error: [18/06/2019 18:19:41] [Error - CreatureScript Interface] [18/06/2019 18:19:41] data/creaturescripts/scripts/rift.lua:onKill [18/06/2019 18:19:41] Description: [18/06/2019 18:19:41] Stack size changed! i add this if(amount >= 1) and...
  5. 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...
  6. A

    Percent mana drain

    Bump
  7. A

    Percent mana drain

    I need work this hmm like mana steal from enemy xd 50% current target mana ofc
  8. A

    Percent mana drain

    i want to do this, when player A use on X player spell then player X have 50% mana drain per seconds and effects work 10s sorry for bad eng :D
  9. A

    Percent mana drain

    each drain (one drain per seconds and this effect is for 10) one hit: 50% mana (1second) two hit: 50% mana (2 second) etc :D
  10. 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...
  11. A

    TFS 0.X Outfit position

    You can do this only with otclient, classic client dont have name positon
  12. A

    NPC learn spell only for specific storage.

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid)...
  13. A

    NPC learn spell only for specific storage.

    i lost this script, i dont know where is it, because topic is old, i need this now, and i want to create npc who can talk only with storage: 9996: 1 and only can learn spells to this storage, can you help me with this?
  14. A

    NPC learn spell only for specific storage.

    I have base, i copy only "middle" part of script :D because there is problem :/
Back
Top