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

Action [8.4] Enchant system (with rainbow shield)

As I said before. I'm using the latest TFS 0.3.1 cryingblablabla
^^

they added remove charges from weapons in the config.lua (if its not in yours, add it)
Code:
	removeWeaponCharges = "yes"

if that doesn't work, then their code is screwy :(
 
they added remove charges from weapons in the config.lua (if its not in yours, add it)
Code:
	removeWeaponCharges = "yes"

if that doesn't work, then their code is screwy :(

Wierd ;/
removeWeaponCharges = "yes"

Hmm :p
 
thx alot working great now its up to my server to remove the fire from enchanted rainbow shield testing atm (it did atleast remove charges from knight axe not tested any other item tho)
 
Can some1 explain how to make it works ?
I dont know what action ids set ..

I'll give rep if some1 explain it, or give pics :p
 
Hello

could you please add firewalker boots and dracoyle statue, :D
Thanks in advance.

//Re~
 
[31/03/2009 19:13:06] [Warning - Event::loadScript] Can not load script (data/actions/scripts/other/enchant.lua)
[31/03/2009 19:13:06] data/actions/scripts/other/enchant.lua:83: '<eof>' expected near 'end'
 
Script works fine but players cant "un-enchant" their items or replace their enchant. How can I make it so a new gem overwrites the old one?
 
Keraxel,
Bug: "7784"
[7402] = {7858, 7784, 7873, 7767},
Change to:
[7402] = {7858, 7748, 7873, 7767},

Nice Code.

=p
 
Well every works great except that my weapon's charges don't go down... I'm using TFS 0.3.1 and I have removeWeaponCharges ="yes" in my config file. Can anyone help me please?
 
Back
Top