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

Pokemon Have a Box to the left! Request! I think need source edit! PLEASE CREATE THIS

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,782
Solutions
31
Reaction score
2,286
Location
Sweden?
They have a box to the left when they shoot m1,m2,m3 etc they can see how many seconds left to use it again.

When i call a pokemon the box will come out, when i call it back the box will remove!

M1,M2,M3 ETC is on talkactions so all moves got storage!

Example of the talkactions

Code:
[36] = {x = {
			pok = rattata,  <-- Name of the poke!
			spell = "Quick Attack", <-- The name of the move
			minLv = 1, <- level of your character to use this move!
			ex = 1900001, <-- This is the storage of exhaust! <-- This is the important
			base1 = 20, <-- Damage
			base2 = 21, <-- Damage
			dista = 1, <-- Dist between the target
			bonus = 2, <-- Crictal Damage
			type = "normal", <-- Pokemon Type
			cd = 7 <-- How much Exhaust it gone be!
		     }
		 },

Here is a ss:


Rep++++++++++++

Need more info add a comment!
 
Back
Top