GoD Mexicansoul Aportador
Mensajes : 72 Puntos : 157 Reputación : 25 Fecha de inscripción : 27/04/2011
| Tema: [Script]Cigarro del Armada azteka Mar Mayo 03, 2011 7:17 pm | |
| Ok primero ban a: Data/Actions/Script Copias un script .lua y le pones el nombre RemoverFrags , Quedaria RemoverFrags.Lua bien dentro de RemoverFrags.lua Colocas esto : - Código:
-
function onUse(cid, item, frompos, item2, topos) local nonremskulls = -- These are the skulls it cant remove. If player has any of these, the rune wont work. { white = SKULL_WHITE } if isInArray(nonremskulls, getPlayerSkullType(cid)) then doPlayerSendCancel(cid,"You can't remove this type of skull.") doSendMagicEffect(getPlayerPosition(cid),2) else db.executeQuery("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = " .. getPlayerGUID(cid) .. ")") doCreatureSetSkullType(cid,0) doPlayerSendTextMessage(cid,27,"Tus frags y la skull han sido removidas, thanks for donating!") doSendMagicEffect(getPlayerPosition(cid),CONST_ME_MAGIC_RED) doSendAnimatedText(getPlayerPosition(cid), "Critical!!", 180) doRemoveItem(item.uid, 1) doPlayerSetSkullEnd(cid, 0, getPlayerSkullType(cid)) return TRUE end end Bien ya que hisiste eso bas a Data/Actions/ Abres Actions.xml y le agregas - Código:
-
<action itemid="9969" script="other/removerfrags.lua"/> Bien eso es todo Wink si TE gusto o te sirvio Dame rep Smile | |
|
admin heber723 Admin
Mensajes : 128 Puntos : 1163 Reputación : 16 Fecha de inscripción : 27/04/2011
| Tema: Re: [Script]Cigarro del Armada azteka Mar Mayo 03, 2011 7:26 pm | |
| jajaja lol chido man +rep posdata: Di no a fumar en la vida real y tambien en tibia xD | |
|