Jump to content

jaldaAbajo

Members
  • Content Count

    9
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    jaldaAbajo reacted to Mhalicot in Hello, Pay zeny and item to warp in (map)   
    - script Warper -1,{ set .@price,1000; // Zeny required for warp set .@item,501; // Item Required for warp mes "["+strnpcinfo(1)+"]"; mes "Hi "+strcharinfo(0); if (.@item) { mes "Item required ^ff0000"+getitemname(.@item)+"^000000."; if (!countitem(.@item)) close; delitem getitemname(.@item),1; } if (.@price) { mes "Warp costs ^ff0000"+.@price+" Zeny.^000000"; if (Zeny < .@price) close; if(select("^0055FFWarp^000000:^777777Cancel^000000") == 2) close; set Zeny, Zeny-.@price; } warp "prontera",150,150;} or you can add this to your warper.txt
  2. Upvote
    jaldaAbajo reacted to Brynner in Regarding Stylist   
    confbattleclient.conf
     
    // Valid range of dyes and styles on the client.min_hair_style: 0max_hair_style: 57min_hair_color: 0max_hair_color: 251min_cloth_color: 0 max_cloth_color: 553
×
×
  • Create New...

Important Information

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