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

    CreatureEvent [TFS 1.1] Advanced Alchemy System - ModalWindows

    Excelent system :D soo huge.. well done .. btw im having a problem when i try to brew from potions already known Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/alchemy.lua:onModalWindow data/alchemy.lua:622: attempt to index a nil value stack traceback: [C]...
  2. dkangel83

    Help with Locker/Sending Parcel/Market

    Thanks i'll try something :)
  3. dkangel83

    Help with Locker/Sending Parcel/Market

    Sorry about bump to early.. isnt the case at all, i want them to use depot .. i dont want another one to send them a parcel.. and market i really dont know too how..
  4. dkangel83

    Help with Locker/Sending Parcel/Market

    Hiho.. I want to create a depot place for no vocation players, but the problem is, anyone would be able to send to them a parcel from mainland, and even the char could buy from market.. is there anyway to block no vocation char from buying items in market also a player to send a parcel to a...
  5. dkangel83

    Lua System accepting only 2 cases

    Glad to know :) i'll try do my best before asking for help :D to not appear such lamme :P thanks once again :) in need i'll contact you :) Cheers Regards DeCarvalho
  6. dkangel83

    Lua System accepting only 2 cases

    :P no else in my player.lua :P Well im pretty sure that im doubts free cuz of you guys.. both helped and im really thankful for :D i think this thread can me marked as solved Next time instead going all at once i'll go step-by-step also using print to see what is happening :D Sad that i cant...
  7. dkangel83

    Lua System accepting only 2 cases

    :D im getting it slowly :D right now i have it print(k, st, pv, pp) if pp > 0 and pv > 0 and st > 2400 then return k*(1.5+1.2) .. " (vip exp and stamina bonus) " elseif pp == 0 and pv > 0 and st > 2400 then return k*1.2 .. " (vip bonus) "...
  8. dkangel83

    Lua System accepting only 2 cases

    i have only one by now.. i did it to test what LordFire said about .. but i'll add another and print it after.. i think my mistake was to do all at once.. im starting on it.. and i'll test 1 by one.. till make it fit to my need.. i'll use the LordFire code after.. to see how works better.. and...
  9. dkangel83

    Lua System accepting only 2 cases

    i'll try , this one apepar to be a better code thanks for explanation i was starting to right every possibility and well no error for metting more than 2 cases :D the print 7 2520 10 10 from if pp > 0 and pv > 0 and st > 2400 then print(k, st, pv, pp)...
  10. dkangel83

    Lua System accepting only 2 cases

    so to be sure i need to write every possibility about this i dont get it right.. sorry im beginning on :p could you try explain in a easier way?
  11. dkangel83

    Lua System accepting only 2 cases

    i got what Lordfire told too.. about having false condition so it wont continue.. i'll print thinsg here to see any relevant information .. i need many cases cuz im going to use premy and vip system together.. both having its bonus stats.. thast why i need checking the possibilities.. also in...
  12. dkangel83

    Lua System accepting only 2 cases

    well im trying using this one function onSay(player, words, param) local p = player local s = function(p, lv) local k = Game.getExperienceStage(lv) local st = p:getStamina() local pv = p:getVipDays() local pp = p:getPremiumDays() if pp > 0 and pv > 0 and st >...
  13. dkangel83

    Lua System accepting only 2 cases

    The problem isnt with pp itself.. i just used as example.. i can use anything in case if only 2.. it can be if '1st condition' and '2nd condition' then it will work but if i add a 3rd condition or 4th like if '1st condition' and '2nd condition' and '3rd condition' then or if '1st condition'...
  14. dkangel83

    Lua System accepting only 2 cases

    No one?!
  15. dkangel83

    Action TFS 1.x Potions System : Percents and Summons!

    Oh thanks for.. i was taking a nap thats why i didnt before :) Everything works to be ok .. i just needed to add the code that u gave me before Item(item.uid):remove(1) caster:addItem(potion.empty) after line 102 in the right file cuz using pot on monsters wasnt making it disappear nor...
  16. dkangel83

    Action TFS 1.x Potions System : Percents and Summons!

    Yes im using tfs 1.2 but the error shows when i try to heal even a normal monster.. i mean not summon .. i would like to use the heal party/guild member but i dont have right skills to change it by myself.. anyway.. its okay using only for self healing.. Great system :D
  17. dkangel83

    Mount System TFS 1.2

    Its working.. thanks :D
  18. dkangel83

    Lua System accepting only 2 cases

    Well im using a system to show what is the experience multiplier that the char is receiving but it only works if tow cases are set, more that, the code wont show.. im using this code to show the info needed After using !exp command if the char meets the requirement for 2 it shows on screen...
  19. dkangel83

    Action TFS 1.x Potions System : Percents and Summons!

    Codinablack i'll try it now.. i wasnt being able to access the internet so thats it :D after testing i'll inform you about.. thanks [edit] Its working.. thanks :) im starting back to learn.. twas really wasy and im so noob :D i saw that after using on the floor only the splash was being...
Back
Top