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

    Solved TFS 1.1 Old Functions Script Problem!

    yea tried, too but nothing >.< no errors and no work
  2. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    okey was that right if(string.lower(target:getName()) == "raging mage") then aniway still no work xd
  3. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    its that right? function onKill(player, target) if target:getName() then still no work
  4. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    i added all functions u gived me , mate and that no work and no distro errors so im not doing nothing wrong, its all how u gived me http://pastebin.com/5Fb10483 im not doing nothing wrong it a problem or anything with that script :/ so let me know what i am doing wrong because mate i appreciate...
  5. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    @Limos close this trhead iw ill make new one
  6. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    nothing added onKill(player, target) , tried print down of onKill(player, target) and no print and no errors on distro to restared distro butnothing
  7. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    mate i tried using prints but im rlly noob i started not so much time ago doing my server and i rlly tryng to make it 24 hours with that stupid script tryng to repair but its impossible for me because for much prints i put i don't see the error i dont know how it works for that i ask for help :S...
  8. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    http://pastebin.com/5YDiR9XM that's how i got the script but still not working, >.<
  9. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    doCreatureSay(cid, "I WILL RETURN!! My death will just be a door to await my homecoming, my physical hull will be... my... argh...", TALKTYPE_ORANGE_1) its that correct right? but still not working >.<
  10. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    if(string.lower(player:getName()) == "raging mage") then broadcastMessage("The remains of the Raging Mage are scattered on the floor of his Tower. The dimensional portal quakes.", MESSAGE_EVENT_ADVANCE) doCreatureSay(cid, "I WILL RETURN!! My death will just be...
  11. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    okay bro xd but it still not working >.< i will try to add the rest of functions if i can i say to you something thanks
  12. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    so it will be if(string.lower(player:getName()) == "raging mage") then right? because i rlly understand where to put player:getName() :S
  13. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    well im tryng doing that i changed some things u can see but still not getting test print>.< :S function onKill(player, target) print("test") if(isMonster(target)) then if(string.lower(getCreatureName(cid)) == "raging mage") then Game.broadcastMessage("The remains of the...
  14. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    well i only see test print if i put up of function onKill(creature, target) if i put down of function onKill(creature, target) not test print >.< i tried adding some codes of compat but not work i rlly dont know how to fix it im so noob xd
  15. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    yes i see test print on the console that's all xd but the script wont work
  16. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    i used if target:isMonster() then instead of ismonster(target) and added print but still not working and without errors on distro its rare because worked perfect yesterday on my other otserver with tfs 1.0 but on that ot with tfs 1.1 not work :S
  17. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    hello mate, well i added the onkill and ismonster functions but the script still not working without errors on distro >.<
  18. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    works perfect bro! xd, the only problem its the collapse portal >.< they wont colapse and no error son the distro im using that scripts raging.lua: http://pastebin.com/rVGWyVbx energized.lua: http://pastebin.com/P8w80LdH yielothax.lua http://pastebin.com/ZMZYJTWp and yes i reload and restarted...
  19. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    if u want limos can use teamwiever if u want bro >.<
  20. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    if i use the last script you gived me, no one mosnter talks >.< no errors on distro :S i added to the zao collapse portal creaturescript and when i kill the raging mage, it don't say anything and no errors on distro :S
Back
Top