• 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

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

    Thanks both of you it looks great, there is one problem occurring now: [29/05/2016 19:02:47] data/actions/scripts/other/soulpotion.lua:6: unexpected symbol near '<'
  2. T

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

    Nope, no errors. it changes outfit/removes soul/shows effect but it does not add any regen. I thought it might be caused by trying to find player info before function but that usually returns errors whereas this script returns no errors.
  3. 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...
  4. T

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

    Bump would really like to use this feature to add variety to pvp
  5. T

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

    To add 10% hp/mp in regeneration per second, the soul removal and outfit change work fine.
  6. 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...
  7. T

    Solved Solved

    Thank you, i added it to lib and it now converts cc to ancient coins :)
  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

    thank you, this works perfectly
  10. T

    Solved

    this will not remove from floor or bp and gave this error [27/05/2016 18:06:21] [Error - Action Interface] [27/05/2016 18:06:21] data/actions/scripts/tools/pick.lua:onUse [27/05/2016 18:06:21] Description: [27/05/2016 18:06:21] (luaDoPlayerRemoveItem) Player not found
  11. 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...
  12. T

    NPC Donation in-game NPC

    i know this is an old thread but i'm having some trouble, the npc does sell and buy the shop tokens but it does not remove or add premium points. im running 0.3.6 and using znote aac and i'm not receiving any errors edit: the problem is that the premium points in the database is not linking to...
  13. 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...
  14. T

    strange login problem/error

    it didnt work, we also tried different ip's found with ipconfig/all i dont know what the problem could be, it was fine untill he got the new router :P
  15. T

    strange login problem/error

    thanks, the git just logged off msn :S i'll reply when he has tried it :)
  16. 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...
  17. T

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    hey all, ive been fiddling with the blessings on here but i dont understand which 1 does what, if someone could tell me i'd be very greatful as i could then get it set to how i want :P blessingReductionBase = 6 blessingReductionDecreament = 1 eachBlessReduction = 1 all i can make of...
  18. T

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    can someone tell me how to use the blessings properly in config? i'd like to get the % loss as 6% without bless, each bless reduces it by 1% leaving a 1% loss with all blesses, but i cant seem to get it right :S
  19. T

    client title bar change edit help

    thanks, very fast response. btw nice kula!
  20. 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...
Back
Top