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

A way to know Target(cid)? Or just wait untill function //TODO becomes good REP++

rockseller

Lua & .NET Programmer
Joined
May 10, 2008
Messages
159
Reaction score
9
Location
México
By any chance does someone knows a way to know the Target CID?
I'm doing spells on talkactions because i know nothing about the Combat system and the possible commands. ( Can't even find a guide to understand them all, conditions, etc)

Help would be too much appreciated
 
getCreatureTarget(cid)
?
Code:
[ LIST
	[ Note
		This list seems to be strongly outdated! Please come back on Gold release ;)
	]

	//get*
	....
	getCreatureTarget(cid) //TODO

I'm using 0.3.6, reading the documentation, i find that, this function is followed by a "//TODO".

I thought TODO, meant "To do",, Like not done yet?
 
Oh Thanks alot, you don't find that specific stuff in the web nor google.
(Imagine googling "TODO"?)

I think it's because of my native spanish.
Thanks again Cykotitan, i'll help other people aswell =).
 
Back
Top