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

    Unline

    ;o Congratulations how long time? is online?
  2. Hidroponica

    Unline

    lets see :D
  3. Hidroponica

    Unline

    Im almost done all the features of the old unline.org for a new unline-global.org 10.95
  4. Hidroponica

    Action [TFS 1.1] - Slot system

    how add name itemEx normal: You see a demon helmet (Arm:10). It weighs 29.50 oz. You hear an evil whispering from inside. with slot system: You see a MELEE demon helmet (Arm:10). It weighs 29.50 oz. You hear an evil whispering from inside.
  5. Hidroponica

    how separate conditions for vacations

    wanted help with this script to separate some conditions by vocation kind in conditionML only works with druids and sorc and conditionMELEE only works with paladin and knights
  6. Hidroponica

    Lua separate conditions for vacations

    sry i would have to do another script?
  7. Hidroponica

    Lua separate conditions for vacations

    wanted help with this script to separate some conditions by vocation kind in conditionML only works with druids and sorc and conditionMELEE only works with paladin and knights
  8. Hidroponica

    tfs 1.2 adding the belongs name item when to use

    yeaah its working :D u can help me how add new name You see a demon helmet (Arm:10). for You see a SUPREME demon helmet (Arm:10). Its Belong PLAYERNAME
  9. Hidroponica

    tfs 1.2 adding the belongs name item when to use

    bro script in Spoiler the person who it drops for im tried It Belongs to ".. getCreatureName(cid) .. but script dont work
  10. Hidroponica

    tfs 1.2 adding the belongs name item when to use

    help in this script when the player uses it in x item it looks like this: You see a dragon scale mail (Arm:15). It can only be wielded properly by knights and paladins. It weighs 114.00 oz. [supreme.+30%] Iwanted to help the script and add the attribute and also add the belong name You see a...
  11. Hidroponica

    how modify conditions

    helloo, Im trying to modify condition drunk, but when i compile changes nothing creature.cpp void Creature::eek:nWalk(Direction& dir) { if (hasCondition(CONDITION_DRUNK)) { uint32_t r = uniform_random(0, 20); if (r <= DIRECTION_DIAGONAL_MASK) { if (r <...
  12. Hidroponica

    % for condition work

    could help make the local exhaust = Condition (CONDITION EXHAUST COMBAT) that with a 60% chance the player could make exhaust combat in another player for one second?
  13. Hidroponica

    % for condition work

    ops
  14. Hidroponica

    % for condition work

    could help make the local exhaust = Condition (CONDITION EXHAUST COMBAT) that with a 60% chance the player could make exhaust combat in another player for one second? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  15. Hidroponica

    Pvp no/off

    its hard to make two types of players? players with pvp off You see Hidroponica (Level 95). She is a sorcerer. Pvp-Disabled and player with pvp on You see Hidroponica (Level 95). She is a sorcerer. Pvp-Enabled
  16. Hidroponica

    Lua config.lua tfs 1.2

    I need to edit to add spellNameInsteadOfWords = "yes" on tfs 1.2
Back
Top