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

Solved Potions SPRITE IDs

deviant motive

New Member
Joined
Jul 9, 2009
Messages
60
Reaction score
0
I am creating a new project. Now it's secret, so I won't give you any screenies ;{

Tell me what is number of potions' sprites. in tibia 8.54
 
Last edited:
I am creating a new project. Now it's secret, so I won't give you any screenies ;{

I have a little problem with Potions.
I wan't them to be:

Used like food.
Have charges.


I understand that it can be work with items.otb
But please someone help me.

Mm there is already a script for that, look in lua/xml forum it should be there
 
Hmm... I doubt that this project is going to hold if you don't know how to fix that thing... Maybe I will post a script, but you may also try the MIGHTY search function :)
 
you can't make it show charges in client due to limitations in Tibia.dat, and editing items.otb wouldn't be enough
 
But, still, it can have charges ;). I think Aarthec scripted some script where potions have charges.

P.S
Doesn't it work to set flag stackable in items.otb?
 
does it work on TFS (CRYING DAMSON) 0.3.6.3429 ?
i can't even use potion ;/

@edit:

Works. But how to change charges?
there is weird number
min = 10901,
max = 10911


what heed i to write there?

i want them all to be 8 charges.
 
Last edited:
I know it will work ;)

// tell me the sprite ids of potions
is that server id's or client id's?

bah whatever;
Code:
name			|  sid |  cid
-------------------------------------
strong health potion	| 7588 |  236
strong mana potion	| 7589 |  237
great mana potion	| 7590 |  238
great health potion	| 7591 |  239
health potion		| 7618 |  266
mana potion		| 7620 |  268
great spirit potion	| 8472 | 7642
ultimate health potion	| 8473 | 7643
antidote potion		| 8474 | 7644
 
Last edited:
Thanks. ;) [8.54]

Next Problem:
I edited ip in client and when i am trying to log in, i see this message in SERVER's CONSOLE
Warning: [Protocol::RSA_decrypt]. First byte != 0

And this in client:

1cqrdziwb2un2zgk89.jpg


!!! WHEN I USE IP CHANGER I CAN LOG IN !!!
 
Last edited:
Back
Top