Önce Filezilla ile servere bağlanıyoruz
/usr/rain/channel/share_data/locale/hongkong/quest/object/notarget/login/
e geliyoruz ardından
give_basic_weapon.start
bu dosyayı açıyoruz
/////////////////////////////////////////////////////////////
if pc . getqf ( "basic_weapon" ) == 0 then
pc . setqf ( "basic_weapon" 1 )
local item = 19
if pc . job == 1 then
item = 1009
elseif pc . job == 3 then
item = 7009
end
if pc . countitem ( item ) == 0 and pc . weapon ~= item then
pc . give_item2 ( item )
pc . give_item2 ( 27003 200 )
pc . give_item2 ( 50053 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 50061 1 )
pc . give_item2 ( 27114 200 )
end
end
/////////////////////////////////////////////////////////////
böyle birşey var //// bunlar dahil değil
tabi bu benim yazdığım kendi serverimin
oraya pc . give_item2 ( item_kodu sayı ) şeklinde değiştirebilirsiniz