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

cryingdamson-gui 0.3.1 functions

Ralfegor

New Member
Joined
Apr 6, 2008
Messages
297
Reaction score
1
where i can find all functions of cryingdamson-gui 0.3.1 like

function onLook(cid, position)
function onUse(cid, item, frompos, item2, topos)
function getCreaturesInRange(position, radiusx, radiusy, showMonsters, showPlayers)
function onStepIn(cid, item, pos)
function onLogin(cid)
etc... i would like more important the functions of creaturescripts
 
dem please i just need the function onCombat(cid, target) can anyone copy and paste this function so i can copy the script in data/lib/function.lua because i use this function and its say
No valid type for creature event.combat
so
Code:
	<event type="[COLOR="red"]comba[/COLOR]t" name="name" script="name.lua"/>
that is wrong? or i dont have the function onCombat?
 
Back
Top