• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. knightxd

    Protecting files

    that is a good option, but does anyone knows how to encrypt it?
  2. knightxd

    Protecting files

    Is there any way to make just an .exe file? like when we used molebox to merge files into one?
  3. knightxd

    Guild Guard NPC

    40: attempt to call global 'messageIsInArray' (a nil value) on line 40 of defender.lua, the "messageIsInArray" function is returning nil, recheck it... also, to make sure that they're will not attack each other, use isNpc(uid)..
  4. knightxd

    scripters hand please ?

    also, he could save global storages with ips and check them as a table.. or he will need to check the creatures online for ip matches then table them for a storage check.. (with slaves second code reference...)
  5. knightxd

    Guild Guard NPC

    if getPlayerGuildName(cid) == or ~= "xxx" then
  6. knightxd

    scripters hand please ?

    it wont work, you cant use this reference (getPlayerStorageValue(1111) == 1) for CID, it will return a boolean... what do you want to do?
  7. knightxd

    Spell Freeze Rune

    im kinda busy now, but to use it you should 1 get caster target with the function getPlayerTarget(cid) -- for instant then pacify target (if you want it to be ivunerable while frozen), mute it and them add a nowalk, but it will still do melee if its not pacifyed also it would shoot runes... a...
  8. knightxd

    Zombie onThink

    remove the -- from onthink function.. its saying that one is not found cause its set to not be read. local TilePos = {x=1005, y=1002, z=7, stackpos = 2} local config = { arena = { frompos = {x = 1130, y = 912, z = 7}, topos = {x = 1162, y = 931, z = 7} } } function onThink(interval)...
  9. knightxd

    Math help

    ofc not.. (-x4 + 4/3x3 - 5/2 + 3/2) - (x3 + 2x2 + 3/2x - 1) it should be.. -x4 + 4/3x3 - 5/2 + 3/2 - x3 - 2x2 - 3/2x + 1
  10. knightxd

    Make Creaturescript Faster.

    <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" enabled="yes"> <config name="firstitems_config"><![CDATA[ STORAGE = 30001 commonItems = { {itemid=2120, inContainer = true}, -- rope {itemid=5710, inContainer = true}, -- shovel {itemid=2420, inContainer = true}, --...
  11. knightxd

    help in this spell

    local combata = createCombatObject() setCombatParam(combata, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_EARTH) setCombatParam(combata, COMBAT_PARAM_CREATEITEM, 1499) local combatb = createCombatObject() setCombatParam(combatb, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_EARTH)...
  12. knightxd

    Clone bug on my otserver.

    ppl i was taking a look, if u could, post your ioguild.cpp bools createguild and disbandguild
  13. knightxd

    Clone bug on my otserver.

    @up i'll solve it by tonight.. with talkactions..
Back
Top