• 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

    getSummonCount

    Does that work?? I was looking through the TFS sources and saw that being used on summon creature and convince creature... can I use it like this? function onTargetTile(cid, pos) local position = pos position.stackpos = 255 local item = getThingfromPos(position) if item.itemid > 0...
  2. S

    help with summon spell

    How would I make a spell that can summon certain monsters that the other spell cant like utevo res summons the normal stuff and utevo gran res summons harder monsters? or if thats not possible how do i change the undead legion to check if u have 2 summoned all ready instead of being up...
  3. S

    Summoning spell

    How would I make a spell that can summon certain monsters that the other spell cant like utevo res summons the normal stuff and utevo gran res summons harder monsters? or if thats not possible how do i change the undead legion to check if u have 2 summoned all ready instead of being up...
  4. S

    poison monsters {help please}

    how do you make monsters poison without using a .lua file??
  5. S

    my premmy bridge isnt working

    function onStepIn(cid, item, position, fromPosition) teleportpos = {x=77,y=55,z=6} if isPlayer(cid) == 1 then if isPremium(cid) == 0 then doTeleportThing(cid,teleportpos,FALSE) doPlayerSendTextMessage(cid,'You must be premium to cross this bridge.',25) end end end I get an error...
  6. S

    Using source codes TFS 2.8

    I know alot of people are having trouble compiling the new server so I thought i would compile it and give it to them... Tala if you dont want this to happen then close the thread. http://www.speedy*****malware.localhost/424225166.html I did not add the dll files you need, so download them from tala...
  7. S

    How do I fix this???

    windres.exe -i Fate_private.rc --input-format=rc -o Fate_private.res -O coff gcc: installation problem, cannot exec `cc1': No such file or directory windres.exe: no resources make.exe: *** [Fate_private.res] Error 1 Execution terminated
  8. S

    arcade

    Does anyone know how to get king of the arcade?? Its driving me insane having everything BUT king of the arcade, I wanna take that title from tala please help
  9. S

    [NPC] This is my finished promotion npc

    -------------------------------------------------------------------------------------------- -----------------------------------Advanced Promotion NPC --------------------------------- -------------------------------- Script made by Sean Larson --------------------------------...
  10. S

    [Help] with teleport

    I need a teleport that changes peoples residence can someone please help thank you.... Also if someone could help me come up with some kind of spell scroll i would really appreciate it
  11. S

    {help} compiling error

    it keeps telling me at 99% done that it cant find libxml2.dll but its in the file it should be in so anyone know what i can do to fix this?
  12. S

    (help) amulet of loss

    I was wondering how i might make an aol that can be used for red skulls to not lose anything but there aol? is this possible and how might i go about doing it. Please be detailed in your explanations because i am a noob and will get lost very easily. I am using TFS newest svn
  13. S

    Why cant I download things from otland?

    I have been helping in the support forums for a while now i have quite a few posts, i know not alot compared to other people but i help as best i can and dont like spamming just for posts... so i am just wondering how you get to download things from otland
  14. S

    Increase Damge help please

    On like every server you can increase magic damage and physical damage on items, I was wondering if The Forgotten Server 0.2.6 has something like that and if it does what is the command?
  15. S

    TFS new monster attacks

    How do I add new monster attacks to TFS in all the other servers I have found the monster spells in the spells.xml but i cant seem to find them on TFS can anyone help me
  16. S

    Spell Scrolls

    I am wondering how to use spell scrolls, I am a little confused at what you do with the script i got lol i know it has something to do with action.xml but i dont know what function onUse(cid, item, frompos, item2, topos) if getPlayerLearnedInstantSpell(cid, "Apocalypse") == 0 then...
  17. S

    A little problem I have been having

    I am sorry if this a really noob question but I cannot seem to figure out how to do a save on the forgotten server, or how to shutdown the server without just Xing out of it can anyone tell me how?
Back
Top