
bielredblood
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
bielredblood deu reputação a GOD Vitor em [SPR] otPokémon Update 14.43 - 01/06/2018Eae galera, venho trazer mais uma vez as sprites do otPokémon, porém essas são as mais atualizadas. Aproveitem!
Screenshots
Download
Baixar
Scan
Analisar
Créditos
otPokémon;
GOD Vitor - Por disponibilizar.
Até mais!
-
bielredblood deu reputação a xWhiteWolf em talkaction !statusem talkactions\scripts:
function onSay(cid, words, param) local level = getPlayerLevel(cid) local vocation = getPlayerVocationName(cid) local health, maxhealth = getCreatureHealth(cid), getCreatureMaxHealth(cid) local mana, maxmana = getCreatureMana(cid), getCreatureMaxMana(cid) local fist, club, sword, axe = getPlayerSkillLevel(cid, 0), getPlayerSkillLevel(cid, 1), getPlayerSkillLevel(cid, 2), getPlayerSkillLevel(cid, 3) local distance, shield, fishing, magic = getPlayerSkillLevel(cid, 4), getPlayerSkillLevel(cid, 5), getPlayerSkillLevel(cid, 6), getPlayerMagLevel(cid) local function getResets(cid) resets = getPlayerStorageValue(cid, 2310) if resets < 0 then resets = 0 end return resets end local cap = getPlayerFreeCap(cid) local text = "Vocation: "..vocation.."\nLevel: ".. level .."\nHP: ".. health .."/".. maxhealth .."\nMP: ".. mana .."/".. maxmana .."\nReset(s): "..getResets(cid).."\nCapacity: ".. cap .."\n\nMagic Level: ".. magic .."\n\nFist: ".. fist .."\nClub: ".. club .."\nSword: ".. sword .."\nAxe: ".. axe .."\nDistance: ".. distance .."\nShield: ".. shield .."\nFishing: ".. fishing .."" doShowTextDialog(cid, 5808, text) return true end no xml:
<talkaction log="yes" words="!status" event="script" value="status.lua"/> Da próxima vez use procurar antes pois eu já havia feito esse sistema inclusive com suporte pra dodge e critical.