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

Lua 1.3 rune error

Zombiegod

Active Member
Joined
Oct 22, 2009
Messages
198
Solutions
1
Reaction score
25
so when i use the rune i get this "attempt to perform arithmetic on upvalue 'level' (a boolean value)"

What i am attempting to do is

Lua:
 local formula = (level * LEVEL_MULTI) + (level * MAG_LEVEL_MULTI) + random

With LEVEL_MULTI and MAG_LEVEL_MULTI being user defined local number, and random being min-max + luck

This is the script it self, i have done my best to convert it from the original 0.4 script, i have another post on this script, however due to the support i need being different i thought it best to be redone

if you notice any flaws please let me know.

-snip- gonna have to ask for the code if you want the fixed script, this had most of the work done though so i am removing it

Post automatically merged:

got it working on my own, closed
 
Last edited:
Back
Top