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

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    anybody here know how to deal with poison? i wanna do a lot stuff with this poison base i need here :(
  2. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    could someone more experienced help me please? i have a lot ideas to do with this base, when it starts to work right :(
  3. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    i wanna do a lot of stuffs with this poison base... is anybody can help me? :(
  4. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    It is not the block stuff, i tried to do: setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0) first monk: Skill: 50 | from_half_to_double: 1.5 | poisonDamage: -75 deals right poison, 75 for 10 secs hit other monk Skill: 50 | from_half_to_double: 1.6 | poisonDamage: -80 so deals 75 until the...
  5. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_POISONARROW) setCombatFormula(combat, COMBAT_FORMULA_SKILL, 1, 0, 1, 0) local...
  6. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    np bro it was just the only way i found to do damage+poison if u know some way better pls tell me :) using your last idea -> local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE)...
  7. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    what are u mean? i didn't create this, i take this base: https://otland.net/threads/edit-poison-arrow-poison.243875/page-2#posts
  8. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    i hit 4 times, 3 puffs (0 dmg), but the last make a damage Skill: 50 | from_half_to_double: 0.9 | poisonDamage: 45 Skill: 50 | from_half_to_double: 1.9 | poisonDamage: 95 Skill: 50 | from_half_to_double: 1 | poisonDamage: 50 Skill: 50 | from_half_to_double: 1.2 | poisonDamage: 60 the last...
  9. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    is anyone have a idea? i gonna use this script as base to create a lot of things
  10. fyalhed

    TFS 0.X Remove all items from depot

    what are u mean?
  11. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    i atk 3 times 2 times the training monk blocked the damage Skill: 50 | from_half_to_double: 0.6 | poisonDamage: 30 Skill: 50 | from_half_to_double: 0.6 | poisonDamage: 30 the last (3) damage it hits, so starts the poison Skill: 50 | from_half_to_double: 1.9 | poisonDamage: 95 but the...
  12. fyalhed

    TFS 0.X Remove all items from depot

    rook is town id 7 are u sure that stuff about 108 is the items from town id 7? i've add only 50 blank runes in depot and that is my db:
  13. fyalhed

    TFS 0.X Remove all items from depot

    I had a idea, tried: npc oracle, that teleport -- clean depot after logout in main local storage_clean_rook_depot = 150861 -- creaturescript setPlayerStorageValue(cid,storage_clean_rook_depot,1) creaturescripts <event type="logout" name="AutoCleanRookDP"...
  14. fyalhed

    TFS 0.X Remove all items from depot

    it delete all items the player got in depot, right? how can i delete only for city 7? i didn't understand how this depot items works on DB what is sid? what is pid?
  15. fyalhed

    TFS 0.X Remove all items from depot

    any ideas?
  16. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    Oh, ty... It almost work now, but idk why this almost... print on console: [0.5-2.0]: 1.8 poison: 108 it should be 108 ok, but second print 0.5 and first poison got 108 third prints [0.5-2.0]: 0.9 but also poison starts with 108 why? 1610402055 I did -- Poison local combat2 =...
  17. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    this scripts looks like mine https://otland.net/threads/edit-poison-arrow-poison.243875/page-2#posts idk what to do, but could help if anyone want to help me :(
  18. fyalhed

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    What do i doing wrong? I'm trying to make poison from poison arrow, do the poison based on skills poison = skills * 0.5~2.0 -- Poison local combat2 = {} local poison = {} function DoPoison(cid) combat2 = createCombatObject() poison = createConditionObject(CONDITION_POISON)...
Back
Top