• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Kill people get 1 cc help

Velory

New Member
Joined
Jul 7, 2011
Messages
44
Reaction score
0
Hi I need a script to map rl when you kill someone you get 1 cc.


Waiting for help using REPP + +:)
 
PHP:
function onKill(cid, target)
if isPlayer(target) then
doPlayerAddItem(cid, 2160,1)
end
	return 1
end

not tested, should work

remember to add lines in creaturescripts.xml nad login.lua
 
Back
Top