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

Haste gives haste symbol

SixNine

Active Member
Joined
Dec 12, 2018
Messages
442
Reaction score
40
USING TFS 1.2
Does anyone when you caste haste give haste symbol?
 
Not sure whats the question but..


Code:
local combat = Combat()
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)
combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false)

local condition = Condition(CONDITION_HASTE)
condition:setParameter(CONDITION_PARAM_TICKS, 33000)
condition:setFormula(0.3, -24, 0.3, -24)
combat:addCondition(condition)

function onCastSpell(creature, variant)
    return combat:execute(creature, variant)
end
 
Lmao about as smart as the real six nine with that question... joke btw not to be mean.

When a player gets condition haste set to them it gives the haste symbol
 
Not sure whats the question but..


Code:
local combat = Combat()
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)
combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false)

local condition = Condition(CONDITION_HASTE)
condition:setParameter(CONDITION_PARAM_TICKS, 33000)
condition:setFormula(0.3, -24, 0.3, -24)
combat:addCondition(condition)

function onCastSpell(creature, variant)
    return combat:execute(creature, variant)
end
attempt to call method 'addCondition' <a nil value>
 
try downloading fresh 8.6 client and see what happens, do not modify any files when you do this
Cant since it would require to change dat spr files, change town id, change otb,spawn, items,xml, create new account, create new vocation, and it still crashed client. Anyway it should work since it just different looking images so 110% its not client sided problem.
 
Cant since it would require to change dat spr files, change town id, change otb,spawn, items,xml, create new account, create new vocation, and it still crashed client. Anyway it should work since it just different looking images so 110% its not client sided problem.

you are trying to retrieve a sprite from certain coordinates from one of the files in the client folder.

You do not have to create new vocations, spawn or change the town id.

make a backup of your items.xml and otb and download the ones from ninja's repository on github and it should work just fine with vanilla client
 
you are trying to retrieve a sprite from certain coordinates from one of the files in the client folder.

You do not have to create new vocations, spawn or change the town id.

make a backup of your items.xml and otb and download the ones from ninja's repository on github and it should work just fine with vanilla client
Tried crashed client without even logging in. Even if it works with default client how would you solve it then?
 
we don't know if it's the client's issue but.. if it was -- you said you changed the tibia.pic file so I would suggest that you check the image resolution is the same as original and that the haste icon is in the same position
 
we don't know if it's the client's issue but.. if it was -- you said you changed the tibia.pic file so I would suggest that you check the image resolution is the same as original and that the haste icon is in the same position
How original tibia haste symbol looks like since i never played simple tibia i always played on naruto servers so i dont know how originally it should look like
maybe there is something wrong with that 8.0 downgrade. I will try to downgrade actual tfs one of these days
Who knows maybe
 
Back
Top