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

    source code

    where can i get the latest source? cause i can't find the link in github Thanks. Edit: nvm, already find.
  2. iruga

    Need a fix here! Cyko halp! =d~

    Hello folks! everytime i kill a monster in my server, he don't die and disappears.. this happen when i use the onkill (event). someone can fix this for me, with onDeath (event)? local trap = {x=460,y=514,z=9} function onDeath(cid, corpse, killer) if getCreatureName(target) ==...
  3. iruga

    fromPos toPos HELP!

    hello all. i need a function to replace a tile for another. example: !change = dotransformitem(tile,671) tile = fromPos </\ toPos \/> and replace all tiles to 671. :)
  4. iruga

    onLogout(cid) ~ 0.4!

    how i can do this. <event type="logout" name="logout" event="script" value="logout.lua"/> function onLogout(cid) if getCreatureOutfit(cid).lookType == 374 then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUCANNOTLOGOUTHERE) end return true end...
  5. iruga

    Flags! Customflags!

    where in sources, i edit the flags and customflags value.. Because if i use "can report bugs (in players)" I can't drop loot in monsters. <_< ps: tfs 0.3.6 i can use this, and no problem with drop loot... HALP!:blink::o
  6. iruga

    fix npc script (CYKO AGAIN PWN) fixed.

    someone can fix this script for me? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  7. iruga

    [request] sql query

    I wonder how to add an item within a specific slot, and within that slot to add another item into another slot. Example: add item in slot (cid, 10) "slot_ammo," the itemID is 105 and into the slot (cid, 10) have a backpack where item 105 is added. REP+ for anyhelp. :p
  8. iruga

    easy question above item.xml

    I wonder if its possible to configure in item.xml for the bow to be "one-handed" and the arrow to stay in another empty slot of the hand? Like this: PS: I'll use the ammunation support for another'thing. Thanks for all. :thumbup:
  9. iruga

    Blessing System

    how i remove prevent loot loss if using blessing? PLEASE FAST ANSWER! :ninja:
  10. iruga

    Movement with timer! HELP pls :S

    I need a script that you step on the tile and after a few seconds is teleported and need a storage value. :thumbup:
  11. iruga

    [Spell] I need this spell..

    i want a sample spell.. you say "exevo star" and shot -> doSendDistanceShoot(getCreaturePosition(cid), 18) Formula hit's based on "divine caldera"... Plz fast script Rep++ :$
  12. iruga

    Shieldrean Pictures

    Here some pictures of map Shieldrean ATS ^_^ (one new picture!)~ below of house Back to Nature and Mistery Beach and Cave Amazon Camp and Tower Witch House in mountain Internal House Orc Tower before and after. accept criticism of comments and...
  13. iruga

    NPC Simple Npc's Quest

    This is one npc of guardian training room, you need complete the mission for use the training's room. ^_^ local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
Back
Top