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

    NPC Mission

    i have this script in data/creaturescripts/scripts and not work ;/ i kill monster back on npc and no have reward ;d Task: You didn't kill them all.
  2. D

    NPC Mission

    how i can add onKill script ? and where i must paste this script ? ( creaturescirpts/dragons.lua ) ?? local config = { ['dragon'] = {amount = 5, storage = 19000, startstorage = 5002, startvalue = 1}, ['dragon lord'] = {amount = 3, storage = 19001, startstorage = 5002, startvalue = 1} } function...
  3. D

    NPC Mission

    13:51 Test: hi 13:51 Task: Welcome, Test! I have been expecting you. 13:51 Test: mission 13:51 Task: I have a mission for you to kill 5 dragons and 3 dragon lords, do you accept? 13:51 Test: yes 13:51 Task: Good, come back when you killed them. next i kill 5 dragons and 3 dragon lords back to...
  4. D

    7.7 Npc Mission Monster

    Hello ;) I search npc mission monster something like " Task system " for example : 100 dragons kill - 10k exp 200 dragon lords - 50k exp ;)
  5. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    i fix it ;) in items.xml i change : <item id="489" article="a" name="hole"> <attribute key="floorchange" value="down"/> <attribute key="decayTo" value="9059"/> <attribute key="duration" value="30"/> on : <item id="489" article="a" name="hole">...
  6. D

    NPC Mission

    Laur1 npc work in my server but npc is for mission i must now change this npc on Task ;) can succeed ;) i can't change monster npc ;/ very much errors xd
  7. D

    NPC Mission

    Monster mission i have error in console ;/ i say hi / mission and still nothing : data/npc/scripts/task.lua:14: attempt to call method 'isFocused' (a nil value) stack traceback: data/npc/scripts/task.lua:14: in function 'callback' data/npc/scripts/lib/npcsystem/npchandler.lua:299: in function...
  8. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    look on screen ;/ Hole Hidden : Next i open hidden hole : and after a while the hole is closed and create a error ;/
  9. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    i change actionid in this script on 5555 and now work ;) thanx you man ;* :D maybe you have task system lua ? for 7.72 server ? :) and you can now look my second problem ;) http://otland.net/threads/house-door-view.217499/ Edit : I open hidde hole and next this hole closed change to ...
  10. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    now i use you script and no have errors. but i use shovel on hidden hole and i dig only 2 scarabs and 3 scarab coins xd hole every time hidden ;/ i use server OTHire-master 7.7
  11. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    My shovel.lua function onUse(cid, item, frompos, item2, topos) if item2.itemid == 0 then return 0 end if item2.itemid == 468 then doTransformItem(item2.uid,469) elseif item2.itemid == 481 then...
  12. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    this script not work ;/ i can now use shovel in sand also can't open hole ;/ in rme i see actionid 5000 in hide hole sqm maybe you have script for it ?
  13. D

    Solved Use shovel ankrahmun tombs and dig scarabs

    Hiho in my server can't use shovel in ankrahmun ;/ through it you can not get to the Tombs or dig scarabs
  14. D

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Ezzz @Nottinghster I click at door and see : 16:53 You see a closed door. It belongs to house 'Theater Avenue 7, Flat 02'. Nobody owns this house. how to make teeth did not show "You see a closed door." ? only to see It belongs to house 'Theater Avenue 7, Flat 02'. Nobody owns this house.
  15. D

    Linux house door view

    Hiho ;) I click at door and see : 16:53 You see a closed door. It belongs to house 'Theater Avenue 7, Flat 02'. Nobody owns this house. how to make teeth did not show "You see a closed door." ? only to see It belongs to house 'Theater Avenue 7, Flat 02'. Nobody owns this house. ?
  16. D

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Ezzz i fix it ;) maybe you have task system for this version ? :)
  17. D

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    you know how i fix this error ?;/ can give me good rme for this server ? ;/
  18. D

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Nottinghster or @Ezzz Hiho i have problem in house i change my 7.6 map to 7.7 and now house not completely work ;d house is but the door is emptyin rme have all house good position etc in console no have error house.xml or other related house look my error in screen :
  19. D

    Linux House door error ;/

    Hiho i have problem in house i change my 7.6 map to 7.7 and now house not completely work ;d house is but the door is emptyin rme have all house good position etc in console no have error house.xml or other related house look my error in screen :
  20. D

    Pits of Inferno 7.6-7.7

    @Nottinghster you can reupload ?
Back
Top