• 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!

Recent content by archer32

  1. A

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    I delete a lot of enchantments because i dont want themm but kept many.. however it still tries to pull those enchantments from the config.lua.. do i need to drill down through core.lua and remove every trace of things i dont want? no error, just when i go to enchant a item it locks up the...
  2. A

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hello I am using TFS 1.4 with OTCV8 I implemented the system and items drop.. however there is a problem, I am not sure? Item drops from creature 10:53 You see Trousers (Arm:6). It weighs 18.00 oz. They offer slightly more protection. Item ID: 2649 Position: 665, 1247, 7 It doesn't say it is...
  3. A

    [TFS 1.4] Small Upgrade System (allowed wand and rods)

    i am wondering... i really want to use healthgain and managain.. but this only UPGRADES the values if they are already there, how can we use for example "mind stone" on item to GIVE a random bonus, or am i looking at this the wrong way
  4. A

    Lua GHOST Script

    disregard
  5. A

    Lua Spell that takes less damage from magic spells (I have lua, just not working?)

    Thank you for the response, it doesn't seem to do anything different though, I have been beating my head against the wall here on this..... hahaha, I am not sure why it is being a pain in the butt 1694706385 I guess let me walk you through the process of this, maybe I have something setup wrong...
  6. A

    Lua Spell that takes less damage from magic spells (I have lua, just not working?)

    Hey there, browse the forum and seen some older posts, they seem to work but not really TFS 1.4 and using OTC here is my lua spell local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local protect =...
  7. A

    Lua GHOST Script

    It is working now, I forgot to revert some changes I previously made on game.cpp Ty for helping everybody
  8. A

    Lua GHOST Script

    it is progress, that new script for invis won't run.. yet, need to check into that.. complains about player nil, etc etc Lua Script Error: [Spell Interface] tfs | data/spells/scripts/support/invisible.lua:onCastSpell tfs | data/spells/scripts/support/invisible.lua:15: attempt to index global...
  9. A

    Lua GHOST Script

    probably double lined here.. but tried something like bool Player::canSeeGhostMode(const Creature* creature) const { const Player* player = creature->getPlayer(); if (player) { // players with vocation ID 1 can see each other if invisible if...
  10. A

    Lua GHOST Script

    thank you for response, in tfs 1.3 it is a bit different however i added lines and get error in player.h and compile bool canSeeGhostMode(const Creature* creature) const override; bool Player::canSeeGhostMode(const Creature *creature) const override member function declared with 'override'...
  11. A

    Lua GHOST Script

    that is fine, any idea where i would be able to do this particular change?
  12. A

    Lua GHOST Script

    Bump
  13. A

    Lua GHOST Script

    Hey, I have a ghost script here It works very well. I want to know if there is a way that if Vocation 1 goes ghost, people who are also vocation 1 can see the ghost still? So example; VocationID 1 goes ghost, VocationID 2 cannot see him, however Vocation 1 can still see the ghost guy? kind of...
  14. A

    [USA] [CUSTOM] Souls of Elysium - RPG

    my friend got banned on his account for suspicious amount of points, guess this server doesn't log transfer of points.. they are bunch of crazy people over there, don't waste time lol
  15. A

    Solved NPC Error?

    bro ty that .lua showed me a error i had in mine... that file was there but my dofile was messaged up.. wonder why it never flagged that error in console.. you make me happy :)
Back
Top