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

    VPS host recommendation

    Hi there, i´m close to open my first otserv and need some recommendation of a vps host, the server is 64x, so, i think im gonna need an 8gb ram. Need to be in USA. Sorry if a posted in the wrong place, there are some discussions about it, but all old. Off course, I prefere some cheap. Thank you!
  2. Sacarus

    Lua How to set spell target without attacking?

    Yeah, thats what i thought. Sure I could modify the client, but its not a thing that i wanna spend my time now. My idea was exatly to avoid the necessity of to write a name to use a target spell (sry possible bad english)
  3. Sacarus

    Lua How to set spell target without attacking?

    Yes, that´s what I want to do. Ok guys, I know i can use some action, but if I do it, it´s not a spell anymore, is an action applied to a item (I think). So, how can i force onUse event through onCastSpell or onSay? Or, how can i call onUse not using some item? Maybe, that was the point that...
  4. Sacarus

    Lua How to set spell target without attacking?

    Of course, my bad! TFS 1.2.
  5. Sacarus

    Lua Reward Chest loot/boss per IP

    More than 2 ip? I didn´t get it. Maybe you wanna say, 2 players with the same ip, is that right? Anyway, you have to create a field in database that saves the ip of who did the quest, and verify always somebody does it. Use player:getIp(). I think it doesn´t help so much because many connections...
  6. Sacarus

    Lua How to set spell target without attacking?

    Is there some way to use a spell openning a target like in actions (use with, like a rune)? Or maybe, some way to call an action when I use some spell? Tnx Note: TFS 1.2
  7. Sacarus

    Lua Force damage with immunity

    Hmm, ok, i was thinking in this option u told, maybe it helps for now. I think it shows the damage but in black or blue, i dont remember. Thankyou
  8. Sacarus

    Lua Force damage with immunity

    Does somebody knows if is possible to force damage to a creature on attack, but when it has immunity to that attack? I dont wanna edit xml, it has to be in real time. Thanks
  9. Sacarus

    Lua [TFS 1.2]Help to force blockhit or anyway to avoid damage

    Thank you bro. I edited the source. onHealthChange would gimme too much work i think. I created a new event that goes on in creature .cpp onAttacking . Solved!
  10. Sacarus

    Compiling Help to compile 3777

    Try to delete "()" .. sry it wont work, is war public or accessible?
  11. Sacarus

    Lua [TFS 1.2]Help to force blockhit or anyway to avoid damage

    Hi, i´m trying to avoid damage using onTargetCombat. It looks very simple but i just cant. Return false don´t stop the hit, but if I force some error at the same line, it stops (offcourse i won´t let an error in my code) . I tried monster:removeTarget() but it was unsuccessful, it removes but...
Back
Top