H:\Sanjay Practise Server\rAthena\npc\custom\scripts
function script gpackgiver {
if( !getcharid(2) ){
dispbottom "You dont have a guild";
getitem 30001,1;
end;
}
if (((Weight*100)/MaxWeight) >= 90) {
message strcharinfo(0), "You are overweight, you cannot open the box!";
getitem 30001,1;
}
if (((Weight100)/MaxWeight) < 90 || getcharid(2) > 0) {
set
[email protected],getcharid(2);
set
[email protected]$, strcharinfo(0);
getitembound2 2285,1,1,7,0,0,0,0,0,1; //+7 Apple of Archer
getitembound2 2319,1,1,7,0,0,0,0,0,1; //+7 Glittering Jacket
getitembound2 2320,1,1,7,0,0,0,0,0,1; //+7 Formal Suit
getitembound2 2123,1,1,7,0,0,0,0,0,1; //+7 Orleans's Server
getitembound2 2424,1,1,7,0,0,0,0,0,1; //+7 Tidal Shoes
getitembound2 2528,1,1,7,0,0,0,0,0,1; //+7 Wool Scarf
getitembound 673,100,Bound_Account; // Bronze Coin
getitembound 2624,2,Bound_Account; // Glove
getitembound 2621,2,Bound_Account; // Ring
getitembound 2622,2,Bound_Account; // Earring
getitembound 2625,2,Bound_Account; // Brooch
getitembound 4035,4,Bound_Account; // Hydra card
getitembound 4092,4,Bound_Account; // Skeleton Worker Card
getitembound 4044,1,Bound_Account; // Smokie card
getitembound 4133,1,Bound_Account; // Raydric card
getitembound 4097,1,Bound_Account; // Matyr card
getitembound 4107,1,Bound_Account; // Verit card
getitembound 4058,1,Bound_Account; // Thara Frog card
getitembound 4105,1,Bound_Account; // Marc card
getitembound 4141,1,Bound_Account; // Evil Druid card
getitembound 4064,2,Bound_Account; // Zerom card
//announce "Player [ "
[email protected]$+" ] of the [ " + getguildName(
[email protected]) + " ] guild has received and open the Guild Package.",bc_all;
dispbottom "Player [ "
[email protected]$+" ] of the [ " + getguildName(
[email protected]) + " ] guild has received and open the Guild Package.";
}
}
H:\Sanjay Practise Server\rAthena\db\import
I get the all items as per scripts properly
but thing is see only apple when i create 30001 this box display as
Can some 1 Help me?