Tudo que Smashden postou
-
Help me with decrypt tibia.spr and tibia.dat
Hello, i have encrypted tibia.spr and tibia.dat, can some one try to decrypt it? Tibia.dat Tibia.spr
- Aumentando a quantidade de effects permitida - 8.60
- Aumentando a quantidade de effects permitida - 8.60
- Aumentando a quantidade de effects permitida - 8.60
-
Help with unpacking client.
bump
-
Help with unpacking client.
Hello, I have problem with unpacking Dragon Ball OTS client, can someone unpack it special for me or put it on the forum? Client from official site: http://dbho.net/DBHO_v1.0%20Beta_OpenGL.exe
-
Need help with adding function to the souce
I added this
-
Need help with adding function to the souce
any help?
-
Need help with adding function to the souce
Hello, can someone help me in add onThink to CreatureScript.cpp/h? I'm tried to copy from TFS 0.4 but I can't do this because I'm amatour in C++ That's look my .cpp and .h: creatureevent.cpp http://pastebin.com/MhGZBfQR creatureevent.h http://pastebin.com/FJpHRp2E I usage Devland 0.97b.
- Puxar/Empurrar (conjunto de spells)
-
Puxar/Empurrar (conjunto de spells)
local function doPushCreature(target, cid) if target > 0 then local position = getThingPos(cid) local fromPosition = getThingPos(target) local x = ((fromPosition.x - position.x) < 0 and -1 or ((fromPosition.x - position.x) == 0 and 0 or 1)) local y = ((fromPosition.y - position.y) < 0 and -1 or ((fromPosition.y - position.y) == 0 and 0 or 1)) local toPosition = {x = fromPosition.x + x, y = fromPosition.y + y, z = fromPosition.z} if queryTileAddThing(target, toPosition) == 1 and getTileInfo(toPosition).house == false then doTeleportThing(target, toPosition) end end end server crash :/ *queryTileAddThing from newer server version
- Puxar/Empurrar (conjunto de spells)
-
Puxar/Empurrar (conjunto de spells)
Hmm, I will try add parameter to the doTeleportThing maybe it will work doTeleportThing working as should, in C++ I have automatic usage true. The problem is with this: local x = ((fromPosition.x - position.x) < 0 and -1 or ((fromPosition.x - position.x) == 0 and 0 or 1)) local y = ((fromPosition.y - position.y) < 0 and -1 or ((fromPosition.y - position.y) == 0 and 0 or 1)) local toPosition = {x = fromPosition.x + x, y = fromPosition.y + y, z = fromPosition.z}
- Puxar/Empurrar (conjunto de spells)
- Puxar/Empurrar (conjunto de spells)
- Puxar/Empurrar (conjunto de spells)
- Puxar/Empurrar (conjunto de spells)
-
Puxar/Empurrar (conjunto de spells)
Hello xWhiteWolf, I have CALLBACK_PARAM_TARGETCREATURE because I use this in oders spells. Maybe this CALLBACK_PARAM_TARGETCREATURE is different in TFS 0.3.6/0.4 than in my server. I try moving CALLBACK_PARAM_TARGETCREATURE from the upper protocol and see if it works, If no a create topic
- Puxar/Empurrar (conjunto de spells)
-
TFS 0.3 (Suporte para Tibia 10.10) Rev 5969
Where is link to TFS 0.4 rev 5969? Not TFS 1.0