What's new

Efekt lv ~~ skil

Status
Not open for further replies.

roxon

Advanced User
Joined
Jul 26, 2008
Messages
476
Reaction score
10
Chcial bym aby po wbiciu lvla nad glawa gracza pojawial sie napis
Level Up !
po wbiciu skila !
Axe Up lub Distance Up lub Sword Up lub Club Up :p
tak samo przy kazdym adwensie aby na graczy pojawial sie efekt :9 (ten ktory jest w globalevents > skryppts > effects.lua :p

ofc za pomoc reput ++
 

Taxon

Active User
Joined
Oct 19, 2009
Messages
83
Reaction score
7
Odp: Efekt lv ~~ skil

HTML:
-- Credits: Synthetic @ OTFans & OTLand

    function onAdvance(cid, skill, oldlevel, newlevel)
local pPos = getPlayerPosition(cid)
         if skill == 8 then
    doSendAnimatedText(pPos, "Level Up", 210)
    doSendMagicEffect(pPos, 28)   
    doCreatureAddHealth(cid, getCreatureMaxHealth(cid))
    doCreatureAddMana(cid, getCreatureMaxMana(cid))   
        end
         return TRUE
end
 

roxon

Advanced User
Joined
Jul 26, 2008
Messages
476
Reaction score
10
Odp: Efekt lv ~~ skil

Gdzie to dodac ;] ? i jak to dziala bo nie czaje zdeka :D
 

LaVejt

Advanced User
Joined
Jan 26, 2010
Messages
362
Reaction score
7
Odp: Efekt lv ~~ skil

dziala na 8.10 ??:)
bo to jest na orionie i fajnie wyglada ;p
 
Status
Not open for further replies.
Top