This ED is leveling so damn fast :eek: I am jealous
Printable View
This ED is leveling so damn fast :eek: I am jealous
lua code:-- POTIONS_ID - id of potions you want to withdraw
-- BACKPACK_INDEX - from which backpack in depot
SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)
You can just add this function to any label in depot (for example in Deposit label).
Started using it recently so I am not sure how much it helps yet but my profit is still 20k/h+ so why not? :D
[QUOTE=Nakuu;251015]lua code:-- POTIONS_ID - id of potions you want to withdraw
-- BACKPACK_INDEX - from which backpack in depot
SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)
You can just add this function to any label in depot (for example in Deposit label).
thx alot !
Cool life thread!
Bondx!
You are rushing levels!!!
-- POTIONS_ID - id of potions you want to withdraw
-- BACKPACK_INDEX - from which backpack in depot
SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)
im rly shitty at doing this haha i just mess it up, where exactly am i putting it in? xD
elseif(label == "Stamina") then
-- POTIONS_ID - 238
-- BACKPACK_INDEX - crown backpack
so it should look like this?
i got it too work, so it withdraws, now the problem it takes out as many as it can , do u get me?