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

    Having touble with summons teleporting

    Ive been using the config.lua method of summoning pets to thier owner Summons maxPlayerSummons = 1 teleportAllSummons = "yes" teleportPlayerSummons = "yes" However this doesnt work when entering teleports or going up and down stairs. Someone wrote me this script and it did not...
  2. O

    [Help] DoTeleportThing(getCreatureSummons(cid))

    Does this work? how can I make it work at a certain range? I DO NOT WANT TO USE THE CONFIG.LUA METHOD Thanks :D
  3. O

    Pet teleporting to master

    Can someone write me a script or assist in my scripting of a method to constantly check if a creatures owner/summoner is 1 floor above/below or beyond 6 cells and teleports it to him
  4. O

    Infinite summons

    Hi all, im using the sript posted below, which is 100% working, however, it bypasses the max summons and im able to summon infinite amounts of monsters, is there any way to fix this? function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, 27...
  5. O

    Having trouble with summon talkaction

    I wrote this and after alot of fixes my monsters are "do not eist" or something like that, can someone help? <monster name="Mage Pet 200" file="Bosses/MagePet200.xml"/> <monster name="Mage Pet 200" nameDescription="a pet" race="blood" experience="0" speed="210" manacost="10000000000">...
  6. O

    Mapper Searching for a Detailer

    Hello, friends. I am searching for a detailer for a map ive drawn. I am not too skilled in detailing and I think an outside source would be a perfect addition to my map. You are of course welcome to join the staff, knowing full well that commands come with respect and trust. You can message...
  7. O

    [Request] Move item without portal

    Can someone help me write a script that moves a specific item placed in a spot (not a teleporter) to another spot, and all other items are moved to another location?
  8. O

    Lua Move item if

    Ive tried a dozen ways to get this to work but it wont. I need help writing a script that will recognize a certain item and teleport it to another place, and any other item goes to a different place. whenever I do this the table that I put the action ID on does absolutly nothing, and the items...
  9. O

    Lua #b <- why can my players use it?

    I cant find the #b command in the commands, talkactions, or movements xml (depereate check here) yet all my acctype1 group 1 players can #b, how can I change this without having to go buy a $300 compiler? im using TFS02.14
  10. O

    Gamemaster Hiring -1- Gamemaster

    I only take MSN interviews of persons 16 and older. Minor commands are given to those who are responsible enough to command a respectable presence in a community probably consisting of children and/or foreign players which do or cannot speak english. Speaking another language is a plus. Speaking...
  11. O

    Help! training too fast

    Im using TFS 2.14 for 8.22 client. I want training in my server to be extremely difficult. I tried setting the config.lua to 1 rate and it didnt change anything. so i changed the vocs.xml to 0.1 to see if it would be stupid hard, but instead all skills were instant. so i tried setting it to 3.0...
  12. O

    My spell misses?

    <instant name="Divinity" words="exori magnus" direction="1" lvl="50" mana="1000" exhaustion="2000" needlearn="0" script="custom/holycross.lua"> <vocation name="Paladin" /> local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE,COMBAT_HOLYDAMAGE)...
  13. O

    NPC Quest NPC xml only

    - <npc name="Jacks Friend" floorchange="0" walkinterval="2000"> <health now="1" max="1" /> <look type="131" head="114" body="114" legs="95" feet="58" addons="2" /> - <interaction range="3" idletime="30"> local pos = 0 setPlayerStorageValue(cid, 2379, 1) - <interact keywords="hi"...
  14. O

    NPC wont spawn

    I added my NPC to the map, to the npc.xml just like ive done with tons of other NPCs ive made. but this one wont spawn, what do I do? <?xml version="1.0" encoding="UTF-8"?> <npc name="Orc Prison Guard" floorchange="0" walkinterval="0"> <health now="150" max="150" /> <look type="5"...
Back
Top