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

Experience Scroll

  • Thread starter Thread starter Deleted member 49793
  • Start date Start date
Status
Not open for further replies.
D

Deleted member 49793

Guest
As it says an experience scroll script :O upon use adds 3 million experience :D
 
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doRemoveItem(item.uid)
doPlayerAddExp(cid, 3000000)
return true
end
 
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doRemoveItem(item.uid)
doPlayerAddExp(cid, 3000000)
return true
end

you failed. never did he specify that the scroll was single use or would be used up. That doRemoveItem is ASSUMPTION! -.-

hahaha.
 
you failed. never did he specify that the scroll was single use or would be used up. That doRemoveItem is ASSUMPTION! -.-

hahaha.

you brain fails.
You suppose that scroll would be infinitive so someone could just stand in depot and click it 5 times/second for a week?
 
you brain fails.
You suppose that scroll would be infinitive so someone could just stand in depot and click it 5 times/second for a week?

Truly, I ask you a question in a similar vein: Do you really believe Moist_Giraffe couldn't write the requested script himself? This whole thread is neff.
 
you know there's many OT "hosters" that doesn't know what os.time means.. there's lots of hosters that doesn't even know how to script a functional torch.

and that's scary :o
 
Status
Not open for further replies.
Back
Top