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

    Problem with task count

    omg im really stupid it just cant understand what i need to do im sorry
  2. S

    Problem with task count

    so lets say at wolf its storage 50 right?
  3. S

    Problem with task count

    local config = { ['wolf'] = {amount = 25, storage = 50, startstorage = 5002, startvalue = 1}, ['minotaur'] = {amount = 50, storage = 60, startstorage = 5002, startvalue = 1}, ['cyclops'] = {amount = 75, storage = 70, startstorage = 5002, startvalue = 1}, ['dragon'] = {amount...
  4. S

    Problem with task count

    oh damn i posted the wrong one fail:oops: local config = { ['wolf'] = {amount = 25, storage = 50}, ['minotaur'] = {amount = 50, storage = 60}, ['cyclops'] = {amount = 75, storage = 70}, ['dragon'] = {amount = 100, storage = 80} } function onKill(cid, target) local...
  5. S

    Help with sprite,

    object builder is not updated to support the 10.74 client
  6. S

    Npc fail! Quick help needed

    people might need your tfs version in oder to help you
  7. S

    Problem with task count

    Hello i've found a daily task script on the forum and the npc didnt respond on player first i have fixed that but i have no idea how i fix the kill count i do not get any bug at all but it doesnt count aswel creature script: local config = { [{1, 300}] = { {name = "Wolf", storage = 50...
  8. S

    piratebay

    Downloading is illigal i never do that :oops:
  9. S

    chest game

    Works like a charm thank you for your help :D ur the best
  10. S

    chest game

    @Limos NPC works perfect now thx but the action script only giving reward: 2195 not any other
  11. S

    chest game

    @Limos like this? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  12. S

    chest game

    @Limos how do i remove the one person in the room thingy i found out there is no need for this xD and how to add that you can not talk to him when the player has the battlesign
  13. S

    chest game

    Ye i also like to have that but i dont know how yet ;p
  14. S

    chest game

    thats easy function onUse(cid, item) local r = math.random(1,100) if r > 70 then doPlayerAddItem(cid, 2195, 1) -- reward doPlayerAddItem(cid, 2050, 1) -- reward doPlayerAddItem(cid, 2650, 1) -- reward doCreatureSay(cid, "Congratulations you won...
  15. S

    chest game

    well im thinking about every 30 min but it will be all about the npc atm since ive got the chest script part ;p
  16. S

    chest game

    lol i failed I have 0.3.7 but ye got it working
  17. S

    chest game

    well i got it working and edited some so if people want to use it you are free to function onUse(cid, item) local r = math.random(1,100) if r > 66 then doPlayerAddItem(cid, 2195, 1) -- reward doCreatureSay(cid, "Gratz",TALKTYPE_MONSTER) else...
  18. S

    chest game

    Well it is just a game not story in it just so players can try out their luck. Player: hi Npc: greetings playername I'm hosting a chest game. You open a chest and...suprise!!! you find your reward... or not. right click on the chest to open it. try out your luck. Npc: Like to play? It costs 10...
  19. S

    chest game

    @Limos can u do this?
  20. S

    chest game

    Im still hoping somebody can do it :D
Back
Top