Jump to content

rhay18

Members
  • Content Count

    11
  • Joined

  • Last visited

1 Follower

About rhay18

  • Rank
    Member

Profile Information

  • Emulator
    Hercules
  1. rhay18

    about item...

    in lowergear the wings... and when i logout the all items is gone...
  2. rhay18

    about item...

    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...
  3. 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.
  4. i think he means... he want to put the valkyrie armor into box... then when he open the box the valkyrie he get but the box will disappear... i think that is he want to do...
  5. rhay18

    waiting room :D

    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?
  6. rhay18

    waiting room :D

    sorry... im here only in hercules because of fast reply let me try... thanks
  7. rhay18

    waiting room :D

    ahh ok thanks 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 about 1 member leaving in party or logout?? the other party members will going back to town...?
  8. rhay18

    waiting room :D

    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
  9. rhay18

    waiting room :D

    yeah... thanks Annie <3
  10. can i request script for npc w/ waiting room... 2 NPC w/ waiting room can enter 5player's when the first 1 npc w/ waiting room is full they wait to full the 1 more npc w/ waiting room... thanks
×
×
  • Create New...

Important Information

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