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

    How to... make TFS 0.3 Multiworld system ?

    You first need to compile it using adding the line "-D__LOGIN_SERVER__" to C++ Compiler, but I still don't know how to use it.
  2. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    Elf, any reason you didn't added "stopAttackingAtExit" to config.lua? Maybe it's not finished... but it looks finished to me :p
  3. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    Finally, 8.4 Maps support!
  4. AGS

    The Forgotten Dev-Cpp v2.6!

    Finally compiled it! Thanks
  5. AGS

    Action Rust Remover

    Ok, added it to the script, I will update the image later
  6. AGS

    Action Rust Remover

    Here's my rust remover's script, I just made it. Each type of rusty item has 3 different items, common, semi-rare and rare. So far only armors and legs have been discovered in real tibia, but I added all the rusty items. local breakChance = 60 local rustyItems = { [9808] = {2464, 2465...
  7. AGS

    Action Right click ---> remove frags.

    He wants the item to namelock you, so it is possible. And you didn't fixed what I told you on the other forum, change getPlayerRedSkullTicks(cid) to getPlayerFrags(cid) in the doPlayerSendTextMessage function.
  8. AGS

    Action Right click ---> remove frags.

    If you mean getting namelocked when using certain item, then you just need to use: doAddNamelock(name[, reason[, action[, comment[, admin]]]]) And you need to kick the player after this, so you need this too: doRemoveCreature(cid) I suppose you want some kind of item to let players change...
  9. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    Is it me or doBroadcastMessage is not working with types MESSAGE_STATUS_CONSOLE_RED and MESSAGE_STATUS_CONSOLE_BLUE?
  10. AGS

    ¿Por qué tu ciudad es hermosa?

    Pues, la verdad mi cuidad no esta tan fea, solo la riegan los habitantes. Hay mucha basura, mucho narcotrafico, robos, choques, asesinatos(causados por los narcos/politicos, q es la misma). Hay mucha corrupcion, los policias te paran sin razon para ver si te pueden quitar dinero. Si un...
  11. AGS

    Secound Promotion

    You probably have to edit the isDruid, isSorcerer, isKnight and isPaladin functions, add the second promotion to each of those functions.
  12. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    I'm going to scream if I see another post reporting rabbits or bugs with skulls ¬¬
  13. AGS

    Action Bed Modification Kits

    Cool, thanks slawkens I totally forgot about this script :p
  14. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    /i 2006,2 or /i 2006;2 I don't remember.
  15. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    Ok, I looked at the sources and I think I know how it works now: With this you can make a monster that only drops loot if you are wearing a certain item. if getPlayerItemById(cid, TRUE, 2472) == FALSE then doCreatureSetDropLoot(cid, FALSE) end I think it is something like that...
  16. AGS

    [8.4] The Forgotten Server v0.3 beta 2

    Nice release! Well, like others said, it crashes when you shutdown it. A bit offtopic: Is anyone having problems loading your map when you convert it with RME?(using tfs' items.otb and items.xml) And what is doPlayerSetLossSkill(cid, doLose) and getPlayerLossSkill(cid) for? And how...
  17. AGS

    string.explode, for your talkactions

    It would be cool to have an optional parameter called limit, like in PHP, so for example: s = "Colandus is from Sweden" exp = string.explode(s," ") exp[1] = "Colandus" exp[2] = "is" exp[3] = "from" exp[4] = "Sweden" And if we had limit: s = "Colandus makes my scripts way shorter"...
  18. AGS

    The Forgotten Server v0.3 beta 1

    You should wait, beta 2 will be released tomorrow.
  19. AGS

    The Forgotten Server v0.3 beta 1

    Guild commands are working even if you have the ingame guild system off. ingameGuildSystem = "no"
  20. AGS

    The Forgotten Server v0.3 beta 1

    Ha, and you want to get help that way? You haven't even explained your problem yet, you are just insulting someone that tried to help you.
Back
Top