Magic
3+3=3!
- Dołączył
- Sierpień 4, 2008
- Posty
- 1338
- Liczba reakcji
- 177
Odp: [Skrypty][7.6-8.4] Skrypty na zam?wienie by Magic
Serca w edit. : )!
EDIT. :
Ew. b??dy, napisz !: )
Do creaturescirpt.xml :
Serca w edit. : )!
EDIT. :
Kod:
function onDeath(cid, corpse, killer)
local serce = 1234 -- Tu wpisz ID Serca !: )
local serc = doPlayerAddItem(cid,serce,1)
if isPlayer(cid) == TRUE then
doPlayerSendCancel(cid,"Zabiles "..getCreatureName(cid).." !")
doSetItemSpecialDescription(serc, "Its heart of "..getCreatureName..". Killed on lvl "..getCreatureLevel(cid).." by "..getCreatureName(killer).." !")
end
return TRUE
end
Do creaturescirpt.xml :
Kod:
<event type="kill" name="Heart" script="herat.lua"/>
Ostatnia edycja: