Jump to content

fulldevilman

Members
  • Content Count

    27
  • Joined

  • Last visited

About fulldevilman

  • Rank
    Member
  • Birthday 09/06/1989

Profile Information

  • Gender
    Male
  • Location:
    ask for fulldevilman
  • Github
    ragnarok
  • Emulator
    Hercules
  1. i Requests..if you kill 10lunatic 10pubric 10poring you have additional exp rate drop rate. if rate of server 5k 5k you additional rate 3k 3k.if you dead or logout you reset.
  2. any one can i help me
  3. fulldevilman

    HELP

    how to remove item color.
  4. Here [cbox]function script crafting { switch(select("VA:Nothingv1")) } case 1: if(countitem(30005) >= 10) { } else { dispbottom "You don't have the 10 pcs of sealed box in your inventory"; end; } getinventorylist; for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) { if ( @inventorylist_id[.@i] == 2357 ) { progressbar "FFFFFF",1; delitem 30005, 10; set .@failchance,rand(100); if(.@failchance > 10) { dispbottom "Failed."; end; } else { } 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]; dispbottom "Succeed."; getitem2 30101 + @inventorylist_refine[.@i], 1, 1, 0, 0, @inventorylist_card1[.@i], @inventorylist_card2[.@i], @inventorylist_card3[.@i], @inventorylist_card4[.@i]; end; } } dispbottom "You don't have "+ getitemname(2357) +" in your inventory"; end; } case 2: next; mes "[ Quick VA ]"; mes "Okay,come back when you need me."; close; } } function script get_valkyrie_armor { getitem2 2357, 1, 1, getarg(1), 0, @inventorylist_card1[.@i], @inventorylist_card2[.@i], @inventorylist_card3[.@i], @inventorylist_card4[.@i]; }[/cbox]
  5. how i can change in normal color
  6. how to remove item color.
  7. i got the rate.thanks other script how to add 2 or 3 menu function script Headgers { function script weapons { function script Other {
  8. how to add success rate in 10%. [cbox]function script crafting { if(countitem(30005) >= 10) { } else { dispbottom "You don't have the 10 pcs of sealed box in your inventory"; end; } getinventorylist; for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) { if ( @inventorylist_id[.@i] == 2357 ) { 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 30101 + @inventorylist_refine[.@i], 1, 1, 0, 0, @inventorylist_card1[.@i], @inventorylist_card2[.@i], @inventorylist_card3[.@i], @inventorylist_card4[.@i]; delitem 30005, 10; end; } } dispbottom "You don't have "+ getitemname(2357) +" in your inventory"; end; } function script get_valkyrie_armor { getitem2 2357, 1, 1, getarg(1), 0, @inventorylist_card1[.@i], @inventorylist_card2[.@i], @inventorylist_card3[.@i], @inventorylist_card4[.@i]; } [/cbox]
  9. i cleck the Ignore Missing File Error using N E M O
  10. 2013-08-07aRagexe if you have shoes in alt-q and then you mouse2 shoes in your inventury your error. http://i62.tinypic.com/2ezihhi.jpg http://i58.tinypic.com/n13zp2.jpg shoes in alt-q shoes inventury mouse2 error shoes in alt-q shoes_ inventury mouse2 error muffler in alt-q muffler inventury mouse2 error muffler in alt-q muffler_ inventury mouse2 error how i can fix same all item error viewing mouse2
×
×
  • Create New...

Important Information

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