• 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 error] Why?

delton

New Member
Joined
Jun 13, 2008
Messages
230
Reaction score
0
Location
Ijuí
Code:
local ItemName = string.find(getItemSpecialDescription(itemEx.uid), "It contains a (%a+)")

What error have ?

Code:
[27/04/2010 20:30:52] data/actions/scripts/pb.lua:60: attempt to call global 'getItemSpecialDescription' (a nil value)

Help Plx

Thanks :peace:
 
Last edited:
Code:
data/actions/scripts/pb.lua:65: attempt to call global 'getItemInfo' (a nil value)

I already edited:

Code:
	 local nameofitem = '(%a+)'
	 local itemName = string.find(getItemInfo(item.uid),nameofitem)

But have error too ¬¬'
 
Code:
data/actions/scripts/pb.lua:65: attempt to call global 'getItemInfo' (a nil value)

I already edited:

Code:
	 local nameofitem = '(%a+)'
	 local itemName = string.find([COLOR="Red"][B]getItemInfo(item.uid),nameofitem[/B][/COLOR])

But have error too ¬¬'

You have a spelling error? Look at my first post again.
 
Code:
[27/04/2010 21:13:18] data/actions/scripts/pb.lua:65: attempt to call global 'getItemInfo' (a nil value)

Error :peace:

What's up?

<_<
 
Errors FUUU

Code:
[27/04/2010 22:02:37] [Error - Action Interface] 
[27/04/2010 22:02:37] data/actions/scripts/cit.lua:onUse
[27/04/2010 22:02:37] Description: 
[27/04/2010 22:02:37] data/actions/scripts/cit.lua:69: bad argument #1 to 'find' (string expected, got nil)
[27/04/2010 22:02:37] stack traceback:
[27/04/2010 22:02:37] 	[C]: in function 'find'
[27/04/2010 22:02:37] 	data/actions/scripts/cit.lua:69: in function <data/actions/scripts/cit.lua:67>
 
Back
Top