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

CAN NOT "GRAB" NEW POTION!

Noxatra

New Member
Joined
May 6, 2015
Messages
9
Reaction score
0
Hey everyone!

I'm running TFS 0.3.7-r5916 [8.60] and I have changed one item to become a mana potion but I have stumbled upon a little problem. When I use the potion there is no "grabbing" it only falls to the floor and becomes a splash.

What I have done so far is to go into actions\scripts\liquids\potions and then put in the id for the item and change it's healing. [12328] = {empty = 7635, splash = 47, mana = {600, 700}, level = 8, vocations = {1, 2, 5, 6}, vocStr = "sorcerers and druids"},

All the other ones look like this;
[7589] = {empty = 7634, splash = 47, mana = {110, 190}, level = 50, vocations = {1, 2, 3, 5, 6, 7}, vocStr = "sorcerers, druids and paladins"}, -- strong mana potion
[7590] = {empty = 7635, splash = 47, mana = {200, 300}, level = 80, vocations = {1, 2, 5, 6}, vocStr = "sorcerers and druids"}, -- great mana potion
[12328] = {empty = 7635, splash = 47, mana = {600, 700}, level = 8, vocations = {1, 2, 5, 6}, vocStr = "sorcerers and druids"}, -- donation mana potion

What more is there for me to change?

Thanks in advance! :)
 
itemid 7589 is a strong mana potion
itemid 7509 is a great mana potion
what is itemid 12328?
I checked the id on a 8.6 distro and the item doesn't exist
 
itemid 7589 is a strong mana potion
itemid 7509 is a great mana potion
what is itemid 12328?
I checked the id on a 8.6 distro and the item doesn't exist
It's just a item that looks like a potion, it's not a real potion. But I should be able to make any item a potion?
 
Back
Top