• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Something About potions.

3mR

Mapper
Joined
May 29, 2012
Messages
322
Reaction score
42
Hello . Otalnd
I Want To Edite Something In My great mana potions , Etc..
How I Can do .. ! :rolleyes:
 
Umm.. Like This ! :/
PHP:
[8704] = {not empty = 8704, splash = 2, health = {50, 100}}, -- small health potion
.. ?
Or What

- - - Updated - - -

Hey .. Anyone Here .. :D

- - - Updated - - -

Bumb
 
config.lua;
Code:
removeRuneCharges = true
Set this too
Code:
removeRuneCharges = false

If im not mistaken, this also includes the potions, making them unlimited.

Rep if its working :)
 
You can set at the top of the script, removeonuse to no, if that doesn't work, you can also try to remove the doRemoveItem line at the end.
 
Back
Top