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

[IGIVEUP] Need someone trusted to update my script!

ffriozi

New User of Linux OS
Joined
Apr 4, 2008
Messages
96
Reaction score
1
Hey i need someone very trusted in this community to solve my problem ->

http://otland.net/f132/war-pvp-enf-help-urgent-screens-101249/

the scripts has made for TFS 0.3.4 patch 2 Tibia 8.5 and now im using the last TFS version for 8.60 i want send you the full script just to see what is wrong and help me find an solution for this nightmare!

here is the problem like i said in the other thread

"the player after reach hp 0 he goes to the temple but the server dont heal his life so the hp stays on zero. he just keep add mana points but no hp "

iam sure that is an line error but dont shows in console.
so please if you are trusted or have a good reputation reply me back !

Thanks in Advanced!
 
Last edited:
pm me the code i'll see what i can do... can't promise u i'll solve it but i'll try my best :)

i wont share your code with anyone dont worry
 
Try swap those lines:
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)), FALSE)
doCreatureAddHealth(cid, getCreatureMaxHealth(cid), TRUE)

So it should be:
doCreatureAddHealth(cid, getCreatureMaxHealth(cid), TRUE)
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)), FALSE)


I remember having the same issue once and that's how it worked for me. Just try it and tell me if it works or not!
 
Try swap those lines:
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)), FALSE)
doCreatureAddHealth(cid, getCreatureMaxHealth(cid), TRUE)

So it should be:
doCreatureAddHealth(cid, getCreatureMaxHealth(cid), TRUE)
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)), FALSE)


I remember having the same issue once and that's how it worked for me. Just try it and tell me if it works or not!

Same problem :S im so pissed LOL im trying to find the fix for 2 weeks :@ Thanks anyway for try to help !

do you have any script like that one? to dont need relog when u die?
 
Last edited:
Back
Top