• logo_cipsoft
    Nowe serwery zostały otwarte 19 Lut 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

Actions Super Promocja - Item

DenZ

Zasłużony
Dołączył
Luty 23, 2011
Posty
867
Liczba reakcji
31
Wiek
29
Oddaje w wasze r?czki do?? prosty skrypt na super promocje.

Kod:
function onUse(cid, item, fromPosition, itemEx, toPosition)
   if getPlayerPromotionLevel(cid) == 1 then
       doPlayerSetPromotionLevel(cid, 2)
       doSendMagicEffect(toPosition, CONST_ME_MAGIC_RED)
       doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "Now you are Super"..getPlayerVocationName(cid)..".");
       doRemoveItem(item.uid, 1)
   else
       doPlayerSendCancel(cid,"You need to be promoted in order to use this item.")
   end
end
 
Do góry