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

    npcHandler:resetNpc()

    npcHandler:resetNpc() not work :/ tfs 1.0 https://github.com/otland/forgottenserver/search?q=resetNpc&ref=cmdform somebody else? who knows the solution?
  2. andypsylon

    CreatureEvent [onLogin] the first items with different additives(ex. letter with txt) at login

    for this query as in the title in data\creaturescripts\creaturescripts.xml insert: <event type="login" name="firstItems" event="script" value="firstItems.lua"/> create data\creaturescripts\scripts\firstItems.lua and insert: -- ver. 2.3 2012-01-06 -- author tfs, otland.net/members/andypsylon...
  3. andypsylon

    CreatureEvent [onKill] for warOts, give item, broadcast the kills number

    for this query as in the title in data\creaturescripts\creaturescripts.xml insert: <event type="kill" name="killCount" event="script" value="onKillCount.lua"/> in data\creaturescripts\scripts\login.lua insert: -- ver. 1.1 2011-12-09 -- author tfs, otland.net/members/andypsylon...
  4. andypsylon

    CreatureEvent [onKill] if you kill someone more than 3 times..

    on request: http://otland.net/f132/i-found-script-lucaszolson-please-someone-can-you-edit-rep-146067/ Easy to modify With no storage and no queries to the database! What it does? After killing X times the same target(player) from the same ip, killer gets a black skull for X minutes...
  5. andypsylon

    CreatureEvent [onKill] doRemoveItem + event doCreateItem

    in data/creature/scripts/creaturescripts.xml insert: <event type="kill" name="removeItem" event="script" value="onKill_removeItem.lua"/> in data/creaturescripts/scripts/login.lua insert: registerCreatureEvent(cid, "removeItem") create datacreaturescriptsscriptsonKill_removeItem.lua and...
  6. andypsylon

    CreatureEvent player does not exp - mlevel does not growing! :)

    on request: http://otland.net/f132/can-someone-make-script-please-rep-i-need-fast-145817/ in data\creaturescripts\creaturescripts.xml insert: <event type="advance" name="advanceMlevel" event="script" value="advance_mlevel.lua"/> in data\creaturescripts\scripts\login.lua insert: --...
  7. andypsylon

    MoveEvent Hota - Helmet of the Ancients

    last room ;) you need add in yourots/movements/movements.xml <movevent type="AddItem" actionid="11111" tileitem="1" event="script" value="hota.lua"/> add file yourots/movements/hota.lua -- ver. 1 2011-11-24 -- author tfs, otland.net/members/andypsylon local c = { {2335, 2336, 2337, 2338...
  8. andypsylon

    Action alternative Annihilator

    based on a script from tfs :thumbup: opportunities: - default settings like in global Tibia but can be changed! * allow only one enter per day (yes/no) * allows more times (yes/no) * without animation and info (yes/no) - no executable if someone fight - removes old monsters before summon new...
  9. andypsylon

    NPC Rashid - with TradeRequest and anti spam! ;) ver.1

    Rashid - with TradeRequest and anti spam! ;) ver.2 test on tfs v.0.4 real tibia Rashid!! - Rashid - TibiaWiki - Quests, Items, Spells, and more and antispam :) xml file - yourot/data/npc/Rashid.xml -- ver.2, 2011-11-08 -- andypsylon (otland.net) <?xml version="1.0"...
Back
Top