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

    Combination Two Handed Item with shield

    Sure see: function onEquip(cid, item, slot) if getPlayerSlotItem(cid, CONST_SLOT_LEFT) then weapon = getPlayerSlotItem(cid, CONST_SLOT_LEFT).itemid elseif getPlayerSlotItem(cid, CONST_SLOT_RIGHT) then weapon = getPlayerSlotItem(cid, CONST_SLOT_RIGHT).itemid elseif weapon == 2392 and...
  2. A

    Combination Two Handed Item with shield

    I havent got error, only when i equip the weapon, return the sendcancel but i can continue to equip the weapon. All script found but this part of script if weapon ~= 2393 then doPlayerSendCancel(cid, 'You need both hands free to equip this.') return false end Dont work...
  3. A

    Combination Two Handed Item with shield

    Not found
  4. A

    Combination Two Handed Item with shield

    I did this script with your idea but dont found, when i equip the weapon since backpack, the player equip the weapon and return this message "You need both hands free to equip this.", but i can equip the weapon, the script is this: function onEquip(cid, item, slot) if getPlayerSkillLevel(cid...
  5. A

    Combination Two Handed Item with shield

    I think that this only can do through source right? Someone can help me?
  6. A

    Combination Two Handed Item with shield

    Someidea to convert a two handed weapon to one handed weapon to determinate Skill Shield Level throught script?
  7. A

    AutoPush Delay

    Thank You!!!, Works so well
  8. A

    Combination Two Handed Item with shield

    Im searching a custom function or edit source to can do that two handed weapon can be combinated with a shield a specific skill shield level, because not exist attributte two handed, because is a slot type
  9. A

    AutoPush Delay

    No. im using TFS 0.3.7 :(
  10. A

    AutoPush Delay

    Hi Community, someone know how disabled the auto push player, i mean, only disable if you push yourself then you cant but obiusly you can continue push other player. Some idea which i edit in my source game.cpp?¿
  11. A

    Combination Two Handed Item with shield

    Someone have someidea?
  12. A

    Combination Two Handed Item with shield

    I did a script like this, but i dont know which have to put into this box (----). because the key is slottype, but the value es two-handed, not true or false, then i cant do function this script: function onEquip(cid, item, slot) if getPlayerSkill(cid, SKILL_SHIELD) >= 55 then...
  13. A

    Combination Two Handed Item with shield

    I want that the player can combinate a two handed weapon with shield to a specific Skill Shield
  14. A

    Combination Two Handed Item with shield

    My specific reason is that i would want to do that a specific Skill Shield of player, for example 55, all the wepaons that slottype was two handed be removed and transform it all this weapon in a weapon of one hand to can combinate with a shield, but before if you are Skill Shield < 55 all...
  15. A

    Combination Two Handed Item with shield

    Hi Community of otland, we want to ask that if someone know to how doing on my ot how can i combinate a two handed item with shield but through script, only to remove the slottype through script not through items.xml
Back
Top