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

[SWEDEN] Sniper 7.7 [WAR]

All bugs and sugestions about systems of pvp done. Server is fixed alredy. Last thing is only map vote
 
temporarily online for testing. if you want to war then make account on website and join

Server using custom client - can be downloaded from web
and specs is now 7.4, but ultimate explosion takes 1200 mana

http://sniper.hopto.org/
 
Actually , server is perfect. There is everything what war server need.
 
Last edited:
I use ue on time on Lebban but nvm. XD
Pushing its slower than on 8.6 ? I try to push.. waitning waitning waiting FINAAAALLY.
 
Lol you and Henkes are only running around ewaving and ueing..

Thats the real push, not like all the OT pushes wher eu get pushed after 0,1sec.

Imo should u make ue hit like sd or even abit lower
 
I think ue need to stay , this ue its one of element oldschool. But SD dmg its too low. sometimes i shot 130~
 
but wdvx dont forget its a war ot the sd dmg might be a bit better:)

i use this formula now and people seems to like it

Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH)
function onGetFormulaValues(cid, level, maglevel)
	min = -(level * 2.88 + maglevel * 3.60)
	max = -(level * 3.84 + maglevel * 4.34)
	return min, max
end

setCombatCallback(combat, CALLBACK_PARAM_LEVELMAGICVALUE, "onGetFormulaValues")

function onCastSpell(cid, var, target)
	return doCombat(cid, combat, var)
end
 
I kinda like that the sd's are low and that the push is more like real tibia than all the other servers.
 
sd could be highered a bit, 2-3 burst + 2sd should be enough to kill another mage. Also lvl 50's running around UEing is kinda annoying, would be nice if you need lvl 51 to UE.
 
Back
Top