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

Three

Kedor

New Member
Joined
Mar 3, 2008
Messages
263
Reaction score
0
Location
Poland, Gdynia
1. Can i add "Exhaus" to use function? i created item which hits you 10 dmg if you use it but i can use it 120193 times in 1 sec :S :p
2. It is possible to "doPlayerSendTextMessage" (the green one like "its empty") to write it in some lines?
example
You Have first bless
you have second bless
etc...


3. Can i make "raid" in talkactions?
i just want to ask how can i create some monster in xxx,yyy,zz :p
 
1.
There was exhaust function released somewhere or u can use just a storage value with os.time or os.clock.

2.
doPlayerSendTextMessage(cid, type, "Message\nMessage\nMessage\n")

\n = newline

3.

local pos = {x = x.pos, y = y.pos, z = z.pos}

doSummonCreature("Monster", pos)
 
Back
Top