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

    outfit unlocked

    who i can make player need to unlock first addon numbe 0 Im use tfs 0.4dev
  2. N

    Amount kill

    Pumb
  3. N

    Amount kill

    now i want to make items when use give u outfit for time u can explain for me how to use timer in it local config = { cost = {6527, 4} } function onUse(cid, item, fromPosition, itemEx, toPosition) if not doPlayerRemoveItem(cid, config.cost[1], config.cost[2]) then doCreatureSay(cid...
  4. N

    Amount kill

    19:25 Congratulations, you have killed a Strong Freak and received the second addon of ... Demonhunter. ['strong freak'] = {storage = 19774, outfit = {19, 2}, message = 'the second addon of Demonhunter'},
  5. N

    Amount kill

    Congratulations, you have killed '..(getPlayerStorageValue(cid, monster.storage)+1)..' '..getCreatureName(target)..'s and received a first addon.') but need say outfit name and if i get second addon say too
  6. N

    Amount kill

    now the msg i wand edite the msg when get addon how ?
  7. N

    Amount kill

    local config = { ['demon'] = {storage = 19554, outfit = {20, 2}}, ['Strong Freak'] = {storage = 19774, outfit = {19, 1}}, ['dragon'] = {storage = 19447, outfit = {20, 1}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if...
  8. N

    Amount kill

    local config = { ['demon'] = {storage = 19554, outfit = {20, 2}}, ['Strong Freak'] = {storage = 19774, outfit = {19, 1}}, ['dragon'] = {storage = 19447, outfit = {20, 1}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if...
  9. N

    Amount kill

    local config = { ['demon'] = {storage = 19554, outfit = {20, 2}}, ['Strong Freak'] = {storage = 19774, outfit = {19, 2}}, ['dragon'] = {storage = 19447, outfit = {20, 3}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if...
  10. N

    Amount kill

    local config = { ['demon'] = {storage = 19554, outfit = {20, 2}}, ['dragon'] = {storage = 19447, outfit = {20, 3}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if isPlayer(target) or not monster or isSummon(target) then...
  11. N

    Amount kill

    local config = { ['demon'] = {storage = 19554, outfit = {20, 2}}, ['dragon'] = {storage = 19001, outfit = {20, 3}}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if isPlayer(target) or not monster or isSummon(target) then...
  12. N

    Amount kill

    so it will be like this ?? local config = { ['demon'] = {amount = 10, storage = 19554, reward = {7791, 1}}, ['dragon'] = {amount = 10, storage = 19001, reward = {2112, 1}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if...
  13. N

    Amount kill

    Pumb
  14. N

    teleport party

    teleport work if 4 player in party . im use tfs 0.4
  15. N

    Amount kill

    somthing liek this ? local config = { ['demon'] = {amount = 10, storage = 19000, reward = {7791, 1}}, ['dragon'] = {amount = 10, storage = 19001, reward = {2112, 1}} } function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if isPlayer(target) or...
  16. N

    Amount kill

    no bro i want its work like when i kill boss x i will have chance to unlock outfit y
  17. N

    Amount kill

    work fine thx rep -----____________________________ more one script that script give me chance to unlock outfit when kill x monster chance = 20% just unlock first addon
  18. N

    Amount kill

    work fine now thx @heba and @Limos now there way t make talkaction script when say !kill show me how many i killed but this for all monster
  19. N

    Amount kill

    erorr
  20. N

    Amount kill

    its wok for one time like if i kiled 100 demon i will get reward but when try to kill 100 dragon i don't get rawad i need when kill 100 fom monster get reward
Back
Top