Jump to content

rhay18

Members
  • Content Count

    11
  • Joined

  • Last visited

Posts posted by rhay18


  1. anyone can help me about in my item... got some bug... i'm wearing item... but when i ALT+Q i can't see the item or is gone... what is the problem about that?

     

     

    here is the screenshot...

    a1kg0j.jpg


  2. function script catch_valkyrie_armor {
    getinventorylist;
    for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) {
    if ( @inventorylist_id[.@i] == Valkyrie_Armor ) {
    delitem2 @inventorylist_id[.@i], 1, @inventorylist_identify[.@i], @inventorylist_refine[.@i], @inventorylist_attribute[.@i], @inventorylist_card1[.@i], @inventorylist_card2[.@i], @inventorylist_card3[.@i], @inventorylist_card4[.@i];
    getitem2 31001 + @inventorylist_refine[.@i], 1, 1, 0, 0, @inventorylist_card1[.@i], @inventorylist_card2[.@i], @inventorylist_card3[.@i], @inventorylist_card4[.@i];
    delitem Valkyrie_box_catch, 1;
    end;
    }
    }
    dispbottom "You don't have "+ getitemname(Valkyrie_Armor) +" in your inventory";
    end;
    }

     

    if you use the valkyrie_box_catch we need 10pcs valkyrie_box_catch if you dont have 10pcs =  dispbottom "You don't have "+ getitemname(valkyrie_box_catch 10pcs) +" in your inventory";

    like dispbottom "You don't have "+ getitemname(Valkyrie_Armor) +" in your inventory";

    if work the valkyrie_box_catch you delitem Valkyrie_box_catch 10pcs.

     


  3. so this script... when the party member logout will going back to town the other member,

    about in /leave party in in partylock only and disable the /leave because in that script?


  4. ahh ok thanks :D hmmm.... in broadcast like 7/7 when 1 member leave in char room will be 6/7 then sa other party is 7/7

     

    like in bg blue team 0/7 red team 0/7 like that :D

     

    about 1 member leaving in party or logout?? the other party members will going back to town...?


  5. how about w/ 1 party only can enter in waiting room?? then if 1 member leave in party will go back to town... and when 1 member leave in chat room will broadcast like 6/7 other party 7/7 :D

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.