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

    Item Add Skills per Storage

    delete the voc that you dont want function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 11111) ~= 1 and isSorcerer(cid) or isDruid(cid) or isPaladin(cid) or isKnight(cid) then local skill, amount = SKILL_SWORD, 3 for i = 1, amount do...
  2. K

    Item Add Skills per Storage

    You need to modify the type of skill and the amount function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 11111) ~= 1 then local skill, amount = SKILL_SWORD, 3 for i = 1, amount do doPlayerAddSkillTry(cid, skill...
  3. K

    Item Add Skills per Storage

    @WibbenZ this guy sure knows how to do it right!
  4. K

    I need help with shop (Gesior Acc)

    just wrote it on caps to make it more clear that it has to be true, but yea now that i think about it i made it more confusing haha also i just explained what he asked (he linked the system) xd
  5. K

    I need help with shop (Gesior Acc)

    I don't know if you were asking for the same tutorial but without colors haha, just pm if you need help adding it FIRST PART open config.php and find this line $config['site']['shop_system'] = false; // show server shop page? use only if you installed LUA scripts of shop Put TRUE instead of...
  6. K

    Count to 10!

    2
  7. K

    [Help] Exhausted, paralyze.

    the stairhop delay is on configmanager.cpp m_confNumber[STAIRHOP_DELAY] = getGlobalNumber("stairhopDelay", 2 * 1000); if you do not have the sources, try adding stairhopDelay = 0 to config.lua (idk if it works)
  8. K

    Count to 10!

    5
  9. K

    Item Add Skills per Storage

    edit: Scroll down for the working script
  10. K

    7.6 exori mort

    use this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_DEATH) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC...
  11. K

    7.6 exori mort

    post the script
  12. K

    7.6 exori mort

    didn't you post this same error and got solved in another thread?
  13. K

    [France|Custom] Thanatos OT - The return of an era! LAUNCHED

    Sometimes when a player dies, they respawn on the life gate and they get trapped
  14. K

    [10.77][TFS 1.2] ORTS, a real map project

    data/actions/actions.xml you have 2 actions with the same item id, delete one of them
  15. K

    Guess who will win the world cup

    thats a lie haha but it would be funny http://www.marca.com/2014/06/13/futbol/mundial/japon/1402646777.html
  16. K

    Helpp Spell Mass Healing

    I think the return true in that case is just confirming that the target is not a player. Check if someones age is lower than 7: if age < 7 then return true (it is below 7) else return false (its greater than 7) so its the same with the player, if is not player then return true and then...
  17. K

    need ot 8.6 + website

    then search here for ots http://otland.net/forums/distributions.18/ and here for webs http://otland.net/forums/website-applications.118/
  18. K

    Basiq's Showoff

    well FOR ME it looks really empty, not detailed, maybe too big, too much squares, and i do not like that much floor with the same color (as i said may be too big for me) you could browse mapping threads and learn from that ones! keep posting
  19. K

    [Sweden] Pokemon Portal Online Beta! [Custom]

    actually i found the ball on the floor and I picked up xD but yeah pokemons do random things
  20. K

    [Sweden] Pokemon Portal Online Beta! [Custom]

    hurry up! in 1h italy vs england haha np take your time
Back
Top