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

    Solved Simple NPC quest with 1 small problem

    Hello, this script is pretty much complete, it works well except for not saying the specified message for the 'You have completed the task already!' response but the other responses work, thank you for taking a look at this. TFS 0.4 for 8.6 This is the simple boss quest NPC i wrote this...
  2. T

    Solved Spawn Creature onKill

    Hello This feature is almost working, it is meant to spawn creatures around the killed creature every time you kill one, the problem I am having is the creatures only spawn around the killed creature IF you kill the previously spawned creatures Explained: if you kill boss = spawn miniboss, if...
  3. T

    Promoted Vocations Reverting When Logging In

    Hello, As the title explains, I am having troubles with the new vocations i am trying to implement. I have added an extra 4 vocations successfuly (id's 9-12) and have no problems with these, however, when i added another 4 (id's 13-16) which i did the exact same thing to implement, they revert...
  4. T

    Solved onStepIn promotion

    Hello, The script below is meant to promote you when you step on the tile if you meet the requirements (being level 500, being a 2nd tier vocation [in this case, an enlightened sorcerer, id = 9] and have 100kk in inventory). The script will promote you, take your money and teleport you if you...
  5. T

    mysql error loading schema

    Hello good people, I decided to try a new distro today (otserv 0.6.4) but i have fallen at the first hurdle, this is the error i get when importing schema.mysql to the database: CREATE TABLE `groups` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL COMMENT 'group...
  6. T

    onuse item regen hp/mp mostly finished script that won't work

    Hello, I've made a script which will = remove soul, change outfit for 1 min and add mp/hp regeneration for 1 min, i'm not a good scripter (come back on ots after 6 years of no scripting) but i think the script looks like it should almost work and yet it does not. If you have some spare time...
  7. T

    Use item (not equip) to increase regen possible? help needed

    Hi, i've started a script which removes soul to increase regen 10% of max hp/mp per sec for 1 minute but the regen part isnt working, tfs 0.3, here is the script so far: local duration = 60 local health = getCreatureMaxHealth(cid) / 10 local mana = getCreatureMaxMana(cid) / 10 local...
  8. T

    Solved Solved

    Hi, i quickly edited the change gold script in tfs 0.3.6 to add a new coin but when i reload actions this is the error that occurs [28/05/2016 10:40:58] data/actions/scripts/other/changegold.lua:13: table index is nil here is the script local coins = { [ITEM_GOLD_COIN] = { to =...
  9. T

    Solved

    I have made a simple mining script which works, except for removing the item, the item does get removed if the player has it on them or in their bp but if the item is on the floor it can be used forever without being removed, please could someone show me where i've gone wrong as i would love to...
  10. T

    Vocation specific healing spell

    I'm trying to make a spell that heals knights health more than the other vocations but i can't seem to get it working (this worked before i added the knights variation) Please tell me where i've gone wrong and how to fix it please, thank you in advance. function onCastSpell(cid, var) local...
  11. T

    strange login problem/error

    my friend is going to host a server and the problem isnt with others logging in because its fine for me, but when he tries to login his character logs in to the server but his client screen stays as the login screen, i was hoping someone knew how to fix this because i dont think he would want to...
  12. T

    client title bar change edit help

    i wasnt too sure where to post this but i hope this is the right place. ive made a custom client with new icon and such, but the 1 thing that i still need to do is change the title bar as it still shows "Tibia" which is annoying lol, i know it can be done as ive seen on collapser/chasm/i...
  13. T

    onuse teleport if at a set location please help :P

    i got it sorted now, just had a breakthrough lol sorry :D
Back
Top