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

    Solved Spell healing and not dealing damage :S

    im glad i could help! :)
  2. T

    Solved Spell healing and not dealing damage :S

    -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 0ms local combat0_Brush = createCombatObject() setCombatParam(combat0_Brush, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) setCombatParam(combat0_Brush, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  3. T

    Creating an account without mysql and all that stuff?

    i dont believe there is a way, back in older day when XML servers was the thing sure, but not now. and its because all players and so on reads through the database and saves there aswell. either way it will take you 10min to download and install xampp and upload and configure a database.
  4. T

    Solved Spell healing and not dealing damage :S

    yeah 2, 0, 2, 0 change so the first value is lower then the other etc 0.4, 0, 2, 0 then it will be min 0.4x maglevel damage and max 2x maglevel.
  5. T

    Lua Magic Wall Timer Issues

    try this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 1) function onCastSpell(cid, var) function MagicWallTime(pos, delay)...
  6. T

    Solved Spell healing and not dealing damage :S

    setCombatFormula(combat0_Brush, COMBAT_FORMULA_LEVELMAGIC, -2, 0, -2, 0) pharaps? xD
  7. T

    problem vip system by mock

    vip = { name = "Vip system"; author = "Mock"; version = "1.0.0.0"; query="ALTER TABLE `accounts` ADD `vip_time` INTEGER"; query2="ALTER TABLE `accounts` ADD `vip_time` INT(15) NOT NULL" } function vip.setTable() dofile('config.lua') if sqlType == "sqlite" then db.executeQuery(vip.query) else...
  8. T

    Windows When installing Gesior @ 0.3.6 TFS

    well use 127.0.0.1 while installing the website ? you should put your public ip while installing. not sure since i dont work with this aac.
  9. T

    Solved TFS 0.4 EQ character loses all when he is killed

    check your loss_items at player structure in pma 100 = 100% 50 = 50% and so on..
  10. T

    Windows Mobs Dont Loot

    127.0.0.1/phpmyadmin then check groups.
  11. T

    Windows Mobs Dont Loot

    Isnt this under Player groups that checks if its flaged as GM? so check your groups. Normal player should be flagged 0 in pma.
  12. T

    Linux anti ddos

    i had a friend calling his ISP then they he got rid of his net. atleest from that ISP.
  13. T

    3 bugs

    1. pharaps missing in movements? <movevent type="Equip" itemid="2173" slot="necklace" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="2173" slot="necklace" event="function" value="onDeEquipItem"/> 2, i guess sources.. 3, post your script to the level doors.
  14. T

    Solved Vocational Door

    didnt see it was page 2 sorry xd
  15. T

    Solved Burning arrow spell

    http://otland.net/f163/all-lua-functions-142247/ This one should help you out.
  16. T

    Freeze Rune

    http://otland.net/f16/freeze-rune-changes-185165/
  17. T

    Forever Amulet Doesnt Reback The Account To Temple Its Stoping The Screen

    from what i can read of that script it just checks the item and then do nothing more then show this text? so try to doTeleport... to temple. and then addcreaturehealth to max etc?
  18. T

    Solved Burning arrow spell

    local condition = createConditionObject(CONDITION_FIRE) setConditionParam(condition, CONDITION_PARAM_DELAYED, 1) addDamageCondition(condition, how many times, how long between each burn 5000 = 5 sec, damage -10 = 10 health loss) setCombatCondition(combat, condition)
  19. T

    [SWEDEN] Warster 7.4 war server!

    Located in sweden. enforced server 7.4 protocol. start level 50. if you are lower then 50 then relog a few times. Thais map. Relog whole account at your first visit for premium! Registration - warster to create account. Cu there! :)
  20. T

    PebitoFker's Mapping Thread

    Looks awesome! :) keep it up :D
Back
Top