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

    Water Vortex to teleport!?

    why not put walkable water under it, a teleport on top of that and finally the water vortex on top of it all? i think the vortex covers the portal up completely.
  2. Karain

    Windows [Remere's] added Monsters Invisible!

    Glad to be of help :)
  3. Karain

    Windows [Remere's] added Monsters Invisible!

    the solution is normally this: create a blank untitled map, set map version to 9.60 or higher, import the old 8.40 map, it will add all npcs and monsters and stuff.
  4. Karain

    Solved TFS 1.0 Forget ALL spells

    maybe make i counts from 1 instead of 0. i = 0 to i = 1
  5. Karain

    Windows each new account gets 130 points

    Strange, this is the code generated by phpmyadmin when i changed the default value of premium points o.O also this code will run every time a player logs in, so he can exploit it for infinite points. get 130 points -> buy stuff -> relog -> get 130 points -> repeat
  6. Karain

    Windows each new account gets 130 points

    My bad. remove "[/url]" from the SQL line
  7. Karain

    Windows each new account gets 130 points

    With SQL run this query to give all accounts 130 points UPDATE `accounts` SET `premium_points`= `premium_points` + 130 and to make it default to 130 use this SQL query ALTER TABLE `accounts`CHANGE`premium_points``premium_points`INT(11) NOT NULL DEFAULT '130';
  8. Karain

    Lua SummonCreature Script

    oh, in the creaturescript files, add "end" after "doMonsterSetTarget(0)"
  9. Karain

    Lua SummonCreature Script

    do you have a monster named 'pet bear' in monsters.xml and in the config area of custom summon.lua?
  10. Karain

    Lua SummonCreature Script

    Sure thing, pm me and i will send it to you :D
  11. Karain

    Lua SummonCreature Script

    you need to compile it yourself ;) anyway! the script is done but i did not test it since i don't have a working tfs 0.3.7 server. Firstly you might need to disable or remove the default utana res spell from spells.xml then you need to add this line to talkactions.xml <talkaction...
  12. Karain

    Lua SummonCreature Script

    https://github.com/otland/forgottenserver/ TFS version 1.0 for tibia 10.42, it's very stable and it's frequently updated.
  13. Karain

    Lua SummonCreature Script

    a small tip for you, if you turned to TFS 1.0, i can make the script with a modal interface where you can select a monster to summon with a click of a button :P
  14. Karain

    Lua SummonCreature Script

    i am working on it now, will probably be done in 10 minutes.
  15. Karain

    Lua SummonCreature Script

    I think it is possible with creaturescript, i will give it a shot.
  16. Karain

    Lua SummonCreature Script

    well you have to make a script for it by summoning a monster then making the player it's master. Since i need to make a similar script for my project, tell me which TFS version you are using and i will help you with it :)
  17. Karain

    Lua ElfBot spam abuse

    don't you have an option in config.lua to reapply mute when they try to spam?
  18. Karain

    [TFS 1.X] Pet System - Scripters, I challange you to make it together!

    isn't it good practice to make the save data every X hours instead of startup and shutdown, just incase of an unexpected crash?
  19. Karain

    <attribute key="reflectPercentAll" value="5"/> Causing crash

    sounds like source problem, but i am not entirely sure about that...
  20. Karain

    Multiple questions -->

    Hello there Pandahunter, welcome to the OT community :) i will not go into too much details and scripts while answering your questions. ----------------------------------------- First Question: Everything related to monsters (HP, EXP, DMG, LOOT) depends on lots of things, for example. how...
Back
Top