• logo_cipsoft
    Nowe serwery zostały otwarte 27 Sie 2025:
    Escura (Retro Open PvP) Mystera (Retro Open PvP) us_logo Penumbra (Retro Open PvP)

Skrypty & Kody Pomocy tibia 7.6

Status
Zamknięty.

Budowlan

Advanced User
Dołączył
Luty 10, 2011
Posty
286
Liczba reakcji
0
Siemka nie wiem czy da?oby rade zrobi? skrypt kt?ry po poci?gnieciu dawa?by nam items od pewnego levela owy skrypt napisa?em i dzia?a tylko ?e nie wiem jak doda? mu level.
Pomy?la?em ?e mo?e by? taka linijka ale nie mia?em czasu przetestowa? bo to ju? 23.29 :P
arenalevel = 750000 lub playerlevel = 750000 czy playerslevel = 750000 poda?em przyk?ady bo dopiero zaczynam pisa? skrypty i staram sam robi? z poradnikami ale troche mi nie wychodzi . Z G?ry dzi?kuje i jako? moge si? odzwi?czy? (tutor lub s tutor na ots'sie ;P)
M?j skrypt

[LUA]function onUse(cid, item, frompos, item2, topos)

if item.uid == 2529 then
queststatus = getPlayerStorageValue(cid,5010)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"Znalazles Black Shield")
doPlayerAddItem(cid,2529,1)
setPlayerStorageValue(cid,5010,1)
else
doPlayerSendTextMessage(cid,22,"To jest puste.")[/LUA]
 
Odp: Pomocy tibia 7.6

Nie wiem czy o to Ci chodzi?o, aczkolwiek zobacz.

[lua]function onUse(cid, item, frompos, item2, topos)
if getPlayerLevel(cid) >= 350 then

if item.uid == 2529 then
queststatus = getPlayerStorageValue(cid,5010)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"Znalazles Black Shield")
doPlayerAddItem(cid,2529,1)
setPlayerStorageValue(cid,5010,1)
else
doPlayerSendTextMessage(cid,22,"To jest puste.")
end

else
return 0
end
else
doPlayerSendTextMessage(cid, 22, "Masz zbyt niski lvl, aby wziac ten item. Wroc gdy zdobedziesz 350!")
end
return 1
end[/lua]
 
Odp: Pomocy tibia 7.6

oto mi chodzi?o ale pyta?em sie czy da?oby rade zrobi? to z moim skryptem xd
 
Odp: Pomocy tibia 7.6

A nie widzisz, ?e zrobi?em to w?a?nie z Twoim skryptem?
 
Status
Zamknięty.
Do góry