What's new

-Nick- Awansowa? na poziom xXx [SKRYPT]

Status
Not open for further replies.

HaiT

Advanced User
Joined
Mar 28, 2010
Messages
431
Reaction score
21
Potrzebuje skryptu ktory by wyswietla? na czerwono napis ze ktos osiagn? 200,300,400,500,600,700,800 LV.
Za pomoc repucik :p
PS.
Silnik jest XML
 

panczo 1995

Advanced User
Joined
Apr 5, 2009
Messages
383
Reaction score
13
Odp: -Nick- Awansowa? na poziom xXx [SKRYPT]

data>creaturescripts>wiadomosc.lua
function onAdvance(cid, skill, oldlevel, newlevel)
if newlevel == 200 and skill >= SKILL__LEVEL then
doBroadcastMessage(" Gracz"..getCreatureName(cid).." Osiagnal 200 lvl! Gratulacje!")
end
return true
end
creaturescripts.xml
<event type="advance" name="Level200" event="script" value="wiadomosc.lua"/>
i do login.lua
registerCreatureEvent(cid, "Level200")
 

HaiT

Advanced User
Joined
Mar 28, 2010
Messages
431
Reaction score
21
Odp: -Nick- Awansowa? na poziom xXx [SKRYPT]

Jest to Tibia 8.10, niema folderu creaturescripts.
 
Status
Not open for further replies.
Top