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

execute

  1. Paulix

    TFS 1.X+ combat:execute with targets from getSpectators

    I was playing around with some spells, trying to do some combat on multi creatures... function onCastSpell(cid, var) alt_targets = Game.getSpectators(Creature(var.number):getPosition(), false, false, 1, 2, 1, 2) --minRangeX, maxRangeX, minRangeY, maxRangeY for i=1,#alt_targets do...
Back
Top