Dj Pacos Admin
Mensajes : 169 Puntos : 294 Reputación : 56 Fecha de inscripción : 01/05/2011 Edad : 31
| Tema: Aol para red skulls Lun Mayo 09, 2011 3:37 pm | |
| Bueno este script es para hacer un aol para la gente que tiene redskull y que no pierda nada ^^ Ojo, yo lo usaria en un server donde las frags demoran mucho en irse y se tiene un donation system Primero creamos el archivo " preparedeath.lua" en data\creaturescripts\scripts y pegamos esto adentro: - Código:
-
-- Sebasbe and vodkart -- function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(cid) == TRUE then if (getPlayerSlotItem(cid, 2).itemid == 2196) and getPlayerSkullType(cid) >= 4 then doPlayerRemoveItem(cid, 2196, 1) doCreatureSetDropLoot(cid, false) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA) return TRUE end end return TRUE end
Ahora en data\creaturescripts\scripts\login.lua agrega: - Código:
-
registerCreatureEvent(cid, "onPrepareDeath")
En creaturescripts.xml agrega: - Código:
-
<event type="preparedeath" name="onPrepareDeath" event="script" value="preparedeath.lua"/>
Para terminar en items.xml cambias esto: - Código:
-
<item id="2196" article="a" name="broken amulet"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> </item>
Por esto: - Código:
-
<item id="2196" article="a" name="Red Skull Amulet"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> </item>
Eso seria todo! Espero que le sirva a alguien Creditos: 100% Unise | |
|
God Maracula Admin
Mensajes : 81 Puntos : 102 Reputación : 4 Fecha de inscripción : 04/05/2011 Edad : 31 Localización : C: Vaguiando
| Tema: Re: Aol para red skulls Lun Mayo 09, 2011 3:46 pm | |
| qe nos sirva pa nuestro ot we !! | |
|
admin heber723 Admin
Mensajes : 128 Puntos : 1163 Reputación : 16 Fecha de inscripción : 27/04/2011
| Tema: Re: Aol para red skulls Lun Mayo 09, 2011 11:35 pm | |
| si chido aol hay que usarlo gracias por traerlo | |
|
God Dunckan Nivel 4
Mensajes : 67 Puntos : 192 Reputación : 22 Fecha de inscripción : 03/05/2011
| Tema: Re: Aol para red skulls Mar Mayo 10, 2011 3:19 pm | |
| Bien we esta muy bueno man rep | |
|
Contenido patrocinado
| Tema: Re: Aol para red skulls | |
| |
|