fredde3436
Member
- Joined
- Jul 6, 2009
- Messages
- 226
- Reaction score
- 7
Is there a script out here somewhere when u kill a monster you gain example Assassins outfit. (Not addons)
<script>
<event name="Getoutfit"/>
</script>
<event type="kill" name="Getoutfit" event="script" value="getoutfit.lua"/>
registerCreatureEvent(cid, "getoutfit")
<outfit id="13" premium="yes" quest="11111" default="0">
<list gender="0" lookType="156" name="Assassin"/>
<list gender="1" lookType="152" name="Assassin"/>
</outfit>
function onKill(cid, target, lastHit)
setPlayerStorageValue(cid,1111,1)
end