• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

firstitems

Kacyk

New Member
Joined
Mar 17, 2010
Messages
265
Reaction score
0
Location
Poland
Posiadam taki skrypt
Code:
 { -- DRUID ITEMS
    {itemid=8902, count=1}, -- spellbook of mind control
    {itemid=2183, count=1}, -- hailstorm rod  
    {itemid=2323, count=1}, -- hat of the mad
    {itemid=2195, count=1}, -- boots of haste
    {itemid=8871, count=1}, -- focus cape
    {itemid=7730, count=1}, -- blue legs
    {itemid=2789, count=100}, -- brown mushrooms
i interesuje mnie czy jest możliwość dodania bp pełnego potionami
 
PHP:
doAddContainerItem(doPlayerAddItem(cid,backpack_id,1),item_id, ilosc)

btw. całkiem przyjemnie że twój skrypt to same zmienne
 
Back
Top